[00:01:02] *** zish3 has quit IRC [00:01:56] *** endra has quit IRC [00:06:08] <rcjsuen> konam: Window > Reset Perspective? [00:06:23] <rcjsuen> tho it's not entirely clear what you're referring to when you say "layout" [00:06:32] <rcjsuen> UI layout / eclipse installation folder layout / etc etc [00:09:25] <konam> rcjsuen thanks, i was referring to the perspective. sorry, i used to use netbeans [00:09:57] <konam> rcjsuen but do you know where are the config files, i didn't find them.. [00:13:57] <rcjsuen> 90-95% are in workspace/.metadata/.plugins [00:14:02] <rcjsuen> they're not always human-readable tho [00:15:02] *** Razec has joined #eclipse [00:16:01] <rcjsuen> And the layout is really quite customizable, just drag-and-drop and move things as you please. [00:16:39] *** ReneP has quit IRC [00:17:02] *** ReneP has joined #eclipse [00:17:06] <konam> ok, thanks [00:17:36] *** Bass10 has joined #eclipse [00:24:09] *** Jabberwockey has quit IRC [00:26:09] *** LongBeach has quit IRC [00:39:00] *** Druide_ has joined #eclipse [00:46:53] *** magnet has quit IRC [00:47:37] *** amine` has quit IRC [00:49:17] *** Druide_ has quit IRC [00:50:40] *** Druid has quit IRC [00:50:59] *** Druid has joined #eclipse [00:55:25] *** Irakirashia has quit IRC [00:55:34] *** ktlr has quit IRC [01:02:42] <konam> is visual editor the best way to design GUIs graphically on eclipse? i'm trying to install it but it gives me some errors, i lack of some dependencies.. [01:02:42] *** walterwoj has joined #eclipse [01:02:48] *** nlc has quit IRC [01:03:03] *** tr1gger has quit IRC [01:03:07] <walterwoj> Can anyone help my with the QT plugin for eclipse on linux? [01:08:37] *** lajevardi has joined #eclipse [01:09:14] *** lajevardi has left #eclipse [01:13:22] *** Irakirashia has joined #eclipse [01:14:22] *** Powerplay has quit IRC [01:17:49] *** ReneP has quit IRC [01:30:44] *** redtricycle has joined #eclipse [01:31:06] <redtricycle> I'm running Nosetests as an external builder with PyDev -- has anybody found a problem where nosetests cant detect the tests in the workspace? [01:31:23] *** Druid has quit IRC [01:31:37] *** Druid has joined #eclipse [01:37:21] *** deSilva has quit IRC [01:39:54] *** konam has quit IRC [01:54:35] *** Razec has quit IRC [01:59:48] *** evil_gordita has quit IRC [02:00:11] *** ReneP has joined #eclipse [02:45:29] *** JabDesign has joined #eclipse [02:48:23] *** Alfarin has joined #eclipse [02:48:46] <Alfarin> I'm having trouble launching Eclipse, it tells me to check error log and this is what is in there: http://pastebin.com/m1a097da5 [02:48:58] <Alfarin> Does anyone know what's the cause of the problem and how to fix it? [02:53:07] <rcjsuen> Alfarin: Check in bugzilla. [02:56:22] <Alfarin> erk, I see [02:56:35] <Alfarin> so I have a broken or corrupt font some where that I have no idea when or where it came in... [02:57:16] *** fsteeg has quit IRC [02:59:34] *** mbana has quit IRC [03:01:05] <Alfarin> aha, fixed... thanks for bugzilla tip! [03:02:19] <Alfarin> well, was actually more like: google error, got 3 hits, one provided a solution didn't work, pastebin, irc, bugzilla, google keyword from bugzilla, read three pages, follow a link, tried a terminal command and finally worked... but still, thanks for bugzilla tip non the less :) [03:03:11] *** Powerplay has joined #eclipse [03:09:51] *** redtricycle has quit IRC [03:10:50] *** Shown has quit IRC [03:15:47] *** glima is now known as glima[AWAY] [03:21:30] *** dmiles has quit IRC [03:21:41] *** lresende_ has joined #eclipse [03:28:53] *** lresende has quit IRC [03:28:54] *** lresende_ is now known as lresende [03:32:11] *** dododomo has quit IRC [03:34:41] *** dshap has joined #eclipse [03:35:44] <dshap> Hey can anyone please help me out? I'm making a simple Java game for a compsci class and I'm using import java.awt.event.KeyListener. All of a sudden when I launch my project in Eclipse my key listener doesn't work - it's not getting my key presses. Can anyone think of a reason why this might have occurred? [03:37:19] <rcjsuen> Try running your app from the command line. [03:39:29] <dshap> rcjsuen: will that bring up a JFrame/GUI stuff if it is included? [03:39:54] <rcjsuen> Try it and see. [03:40:49] <dshap> rcjsuen: when I do that it says Exception in thread "main" java.lang.NoClassDefFoundError: Main (wrong name: main/Main) [03:41:15] <dshap> rcjsuen: but it runs fine in Eclipse [03:41:28] <dshap> (with the exception of the key listener problem obviously) [03:42:03] <rcjsuen> how are you running it from the command line [03:42:11] <rcjsuen> sounds like you are having difficulties understanding how classpaths work [03:43:18] <dshap> rcjsuen: that could very well be true. i cd'd to my bin/main directory [03:43:25] <dshap> (i'm on a mac, using the terminal application) [03:43:34] <dshap> and then i did "ls" and saw that there is one file, Main.class [03:43:35] <dshap> and then i did [03:43:37] <dshap> "java Main" [03:43:41] <dshap> is that wrong? [03:43:49] <rcjsuen> yes because you're using packages [03:44:21] <dshap> rcjsuen: what is the correct command? [03:44:38] *** Theravadan has quit IRC [03:44:51] <rcjsuen> Maybe this will help http://www.jarticles.com/package/package_eng.html [03:44:57] *** macieks_ has joined #eclipse [03:45:05] *** spawnyd_ has joined #eclipse [03:45:36] *** Alfarin has left #eclipse [03:46:00] *** spawnyd has quit IRC [03:46:01] *** dododomo has joined #eclipse [03:46:25] <dshap> rcjsuen: ok well may Main.java file is in the package "main", so i did "java main.Main" and got this error: Exception in thread "main" java.lang.NoClassDefFoundError: main/Main [03:46:30] *** macieks has quit IRC [03:46:57] <dshap> rcjsuen: ok nvm now i did it from the /bin directory and it worked [03:47:13] <dshap> rcjsuen: still no keys being detected =\ [03:47:26] <rcjsuen> Then it sounds like it is not a problem with the Eclipse tooling. [03:47:47] <dshap> rcjsuen: damn. what do you think it could be? should i like reboot my computer? something with my JRE? [03:48:11] <dshap> rcjsuen: although i can run a jnlp file that downloads a JAR and that has a game in it that uses key listeners and that works... [03:48:54] <rcjsuen> maybe you should write a small app that listens for keys and see if that works [03:52:24] <dshap> rcjsuen: I just downloaded the KeyEventDemo from java.sun.com and it doesn't work [03:52:40] <dshap> nvm [03:52:43] <dshap> it does work [03:53:09] <dshap> so then why might our project's code work with my teammate's computers but not mine? and why would it have all of a sudden changed? (this worked earlier today) [03:54:24] *** walterwoj has left #eclipse [03:55:06] <rcjsuen> You're talking to your teammate right now and it works on that computer? [03:56:23] <dshap> rcjsuen: i'm sitting right next to her. our code is fully synchronized via Eclipse's CVS client and our CVS server. she has a mac too. [03:56:54] <rcjsuen> No idea then. YOu could try asking in ##java those people might know something. [03:58:00] <dshap> rcjsuen: i will try. thanks for your help [03:58:27] *** pnehrer has joined #eclipse [04:10:23] *** charley has joined #eclipse [04:14:42] *** evil_gordita has joined #eclipse [04:16:36] *** Arbalest has quit IRC [04:16:54] *** Powerplay has quit IRC [04:17:47] *** Arbalest has joined #eclipse [04:25:18] *** dshap has quit IRC [04:38:04] *** rcjsuen has quit IRC [04:49:06] *** rhk has quit IRC [04:54:34] *** jfreeman has quit IRC [04:55:39] *** jfreeman has joined #eclipse [05:01:40] *** jfreeman has quit IRC [05:02:01] *** jfreeman has joined #eclipse [05:09:35] *** nmatrix9 has quit IRC [05:20:59] *** lresende has quit IRC [05:30:30] *** pnehrer has quit IRC [05:30:51] *** charley has left #eclipse [05:31:18] *** jfreeman has quit IRC [05:31:50] *** jfreeman has joined #eclipse [05:35:50] *** jfreeman has quit IRC [05:58:58] *** jenia has joined #eclipse [05:59:02] <jenia> hello [06:00:31] <jenia> how can i run java code that was imported as a "other - exiting folder as new project"? [06:00:37] *** hkais1 has joined #eclipse [06:03:14] *** ravensoltre has joined #eclipse [06:05:41] <ravensoltre> I'm having issues with eclipse 3.5 SR1 on windows 7. I have installed a few plug-ins such as pydev, aptana and the android sdk via imputting their update sites, checking the plugins i want off and installing them and restarting eclipse however none of the plugins seem to be function even though they say they are installed. [06:06:39] *** jfreeman has joined #eclipse [06:14:48] *** hkais has quit IRC [06:26:12] *** tom17bombadil has joined #eclipse [06:28:43] *** dshap has joined #eclipse [06:30:23] <dshap> I'm using Eclipse to write Java programs. In my Package Explorer I basically only have 2 levels in the hierarchy: the top one for the project and then one below it for packages. If I have sub-packages, such as some project --> PackageA --> PackageB, then in the package explorer they are showed as if they are on the same level and PackageB just says PackageA.PackageB. Is there any way to make it so that they are actually nested folders l [06:30:23] <dshap> would expect? Such that I can expand PackageA to reveal PackageB since it is a subpackage? [06:34:25] *** EnginAy has joined #eclipse [06:44:19] *** EnginAy has quit IRC [06:46:06] *** JabDesign has quit IRC [06:47:29] *** danlucraft has joined #eclipse [06:50:20] *** ravensoltre has quit IRC [07:17:23] *** volodya has joined #eclipse [07:19:21] *** dododomo has quit IRC [07:20:07] *** tom17bombadil has quit IRC [07:25:59] *** Bass10 has quit IRC [07:33:03] *** jenia has quit IRC [07:45:13] *** tphgangster has joined #eclipse [07:53:09] *** SpektoM has quit IRC [07:53:53] *** akurtakov has joined #eclipse [07:57:12] <dshap> nm [07:57:13] <dshap> problem solved [07:57:30] <dshap> package explorer white arrow -> package presentation -> hierarchical [07:57:32] *** dshap has quit IRC [07:57:55] *** jfreeman has quit IRC [07:59:09] *** EnginAy has joined #eclipse [07:59:40] *** jfreeman has joined #eclipse [08:00:23] *** jfreeman has quit IRC [08:03:08] *** ReneP has quit IRC [08:04:11] *** spawnyd_ has quit IRC [08:04:16] *** spawnyd has joined #eclipse [08:04:39] *** ReneP has joined #eclipse [08:04:53] *** punknroll_ has joined #eclipse [08:13:06] *** kottlett has joined #eclipse [08:22:00] *** LongBeach has joined #eclipse [08:28:03] *** danlucraft has quit IRC [08:30:14] *** crashR has joined #eclipse [08:30:49] *** volodya has quit IRC [08:31:16] *** hkais1 has left #eclipse [08:36:28] *** deSilva has joined #eclipse [08:37:44] *** laurenz has joined #eclipse [08:44:57] *** NASA-Jeff has quit IRC [08:52:19] *** amitev has joined #eclipse [08:55:49] *** NASA-Jeff has joined #eclipse [08:59:56] *** gaurav_deshpande has joined #eclipse [09:00:00] <gaurav_deshpande> how to debug remote files ussing phpeclipse [09:00:17] *** NASA-Jeff has quit IRC [09:10:18] *** akurtakov has quit IRC [09:12:36] *** Kudd has joined #eclipse [09:13:06] *** amnesic has quit IRC [09:14:40] *** akurtakov has joined #eclipse [09:18:21] *** dpino has joined #eclipse [09:22:37] *** opossum_oisif has joined #eclipse [09:25:26] *** SpektoM has joined #eclipse [09:26:37] *** Aleph_One has joined #eclipse [09:29:38] <Kudd> Am I blind or I don't see any getter/setter "creator" in eclipse pdt? [09:29:54] <Kudd> there were in aptana [09:30:04] <Kudd> if not, is there any snippet to do that? [09:34:06] *** amitev has quit IRC [09:34:28] *** dpy has joined #eclipse [09:35:19] *** amitev has joined #eclipse [09:39:29] <Kudd> Sorry to wake you :p [09:40:24] *** ababa has joined #eclipse [09:41:54] <ababa> hello i have a big problem with eclipse and ubuntu. since yesterday i cant write any programs, because eclipse changes the fat32 partition, where my workspace is to read only mode [09:42:12] <ababa> and cant write anything on it [09:42:50] *** danlucraft has joined #eclipse [09:42:50] <ababa> i remounted the partition as read and write mode, but if i start eclipse it changes it [09:43:15] <ababa> does anyone have the same type of problems? [09:48:01] <ababa> or a solution for my problem because i cant work without my eclipse [09:50:08] *** mcl has joined #eclipse [09:51:10] *** philk_ has joined #eclipse [09:52:05] *** jfreeman has joined #eclipse [09:54:11] <ilyak_> ababa: Your fat32 is broken [09:54:16] <ilyak_> fix it with fsck.vfat [09:54:25] <ilyak_> It is kernel who marks it read-only [09:59:08] *** Dashkal has quit IRC [10:00:49] *** omry|work has joined #eclipse [10:01:13] *** sama has joined #eclipse [10:01:54] <omry|work> any idea what can cause the following exception when launching a program for debug or otherwise in CDT ? : java.io.IOException: Cannot create pty \n at org.eclipse.cdt.utils.pty.PTY.<init>(PTY.java:54) [10:04:19] <omry|work> I am launching eclipse in a 32bit chroot running in a 64bit os, it's probably related. [10:07:13] *** Xilent has joined #eclipse [10:11:02] *** luyang has joined #eclipse [10:12:02] <ababa> wow it works [10:12:28] <ababa> thank you very much [10:14:21] <omry|work> figured it out, had to mount devpts as well, something like "devpts32 /var/lenny-386-chroot/dev/pts devpts defaults 0" in the host /etc/fstab [10:14:30] *** wietze has quit IRC [10:16:09] *** gaurav_deshpande has quit IRC [10:16:57] *** SzymonB has joined #eclipse [10:17:18] *** luyang has left #eclipse [10:17:18] *** luyang has quit IRC [10:19:06] *** opossum_oisif has quit IRC [10:19:40] *** opossum_oisif has joined #eclipse [10:21:39] *** jink has quit IRC [10:21:42] *** jink has joined #eclipse [10:27:07] *** Pikachu_2015 has joined #eclipse [10:34:51] *** amnesic has joined #eclipse [10:41:22] *** EnginAyd has joined #eclipse [10:47:39] *** EnginAy has quit IRC [10:47:58] *** EnginAy has joined #eclipse [10:49:57] *** wietze has joined #eclipse [10:52:10] *** scorphus has joined #eclipse [10:52:41] *** parasol has quit IRC [10:56:50] *** magnet has joined #eclipse [10:58:52] *** ilyak_ has quit IRC [11:00:16] *** pschriner has joined #Eclipse [11:02:37] *** kottlett has quit IRC [11:03:07] *** ilyak has joined #eclipse [11:03:51] *** tr1gger has joined #eclipse [11:07:15] *** Carnage\ has joined #eclipse [11:07:16] *** EnginAyd has quit IRC [11:13:26] *** Irakirashia has quit IRC [11:16:58] *** wietze_ has joined #eclipse [11:18:01] *** wietze has quit IRC [11:20:02] *** wifs_ has joined #eclipse [11:25:05] *** wifs__ has joined #eclipse [11:25:43] *** kottlett has joined #eclipse [11:28:02] *** amnesic has quit IRC [11:32:55] *** kartben has joined #eclipse [11:35:33] *** conan has joined #eclipse [11:35:45] *** dpino has quit IRC [11:37:19] *** wifs has quit IRC [11:40:12] *** wifs_ has quit IRC [11:45:58] *** jfreeman has quit IRC [11:47:52] *** mbana has joined #eclipse [11:47:53] *** opossum_oisif has quit IRC [12:04:49] *** oisinh has joined #eclipse [12:07:45] *** opossum_oisif has joined #eclipse [12:08:29] *** the_alien has quit IRC [12:12:30] *** z4z4 has joined #eclipse [12:17:23] *** EnginAy has quit IRC [12:19:34] *** punknroll_ has quit IRC [12:27:26] *** Meowtimer has joined #eclipse [12:28:34] *** clovisw has joined #eclipse [12:29:56] *** tphgangster has quit IRC [12:30:08] <clovisw> hi, i'm try to update my eclipse, but all times i get "Unable to read repository at http://download.eclipse.org/releases/galileo/...." i checked my firewall and all is working, exists any know issue now with eclipse site? [12:32:01] *** tphgangster has joined #eclipse [12:32:51] *** volodya has joined #eclipse [12:40:04] *** Xilent has quit IRC [12:41:20] *** dmiles_afk has joined #eclipse [12:43:34] *** UrsoBranco has joined #eclipse [12:44:41] *** volodya has quit IRC [12:51:41] *** Hanumaan has joined #eclipse [12:57:35] *** amnesic has joined #eclipse [13:04:26] *** Aleph_One has quit IRC [13:06:37] *** philk__ has joined #eclipse [13:06:37] *** philk_ has quit IRC [13:11:17] *** Carnage\ has quit IRC [13:13:06] <clovisw> there is a way to manually download updates? [13:19:39] *** macieks has joined #eclipse [13:24:52] <Kudd> yeah [13:24:56] <Kudd> download it as zip [13:25:58] *** rcjsuen has joined #eclipse [13:29:40] *** crashR has quit IRC [13:29:42] *** Meowtimer has quit IRC [13:29:52] *** volodya has joined #eclipse [13:33:07] *** macieks_ has quit IRC [13:34:42] *** amnesic has quit IRC [13:46:29] *** opossum_oisif has quit IRC [13:48:38] *** EricInBNE has joined #eclipse [14:00:06] *** pnehrer has joined #eclipse [14:01:16] *** Meowtimer has joined #eclipse [14:03:12] *** zoggy has joined #eclipse [14:06:07] <dpy> Does anyone know how to enable firefox plugins (flash, java) for the embedded Browser ? [14:10:16] *** AndiSmirre has joined #eclipse [14:11:17] *** dsugar100 has joined #eclipse [14:11:32] *** Aleph_One has joined #eclipse [14:13:50] *** glima[AWAY] is now known as glima [14:18:07] <zoggy> does anyone here use eclipse from within kde? [14:18:39] <rcjsuen> zoggy: I know people that do anyway. Are you taking a poll? [14:18:55] *** opossum_oisif has joined #eclipse [14:19:08] *** acuster has joined #eclipse [14:19:41] <zoggy> rcjsuen: no, not officially anyway, i'm researching the possibility of moving all our developers to eclipse and just want to make sure we won't be pioneering [14:20:43] <zoggy> i've loaded it on both my mac and kde and the mac one looks so good [14:20:47] *** clovisw has left #eclipse [14:21:44] <zoggy> but on kde it just looks a little disproportionate [14:22:44] *** uberiain has joined #eclipse [14:26:04] <rcjsuen> zoggy: It's gtk+ not qt if that's what you mean. [14:26:10] *** Carnage\ has joined #eclipse [14:27:04] <paulweb515> zoggy: and it will always use the GTK+ libs, even if your env/window manager is KDE [14:28:29] <zoggy> rcjsuen: yes i see that and that's not a problem, it just fits so little onto the screen somehow. i have a 23" monitor and kde is nicely in proportion to itself, but even the font height of the menu is somewhat larger (about 3 or 4pt) in eclipse [14:28:29] *** amnesic has joined #eclipse [14:28:51] <zoggy> i've been searching for ways to configure this in java, but see nothing [14:29:15] <paulweb515> zoggy: it takes that from the GTK+ preferences ... [14:29:19] <rcjsuen> There are blog entries about reducing the size, though I don't know about the menu bar. [14:29:38] <paulweb515> i.e. normally you would configure your Gnome preferences to change the default eclipse fonts for most things [14:29:53] <zoggy> rcjsuen: that's exactly what i'm looking for and could not find the right combination of search terms to find anything like that [14:29:56] <paulweb515> although some are available under Preferences>General>Appearance [14:31:29] *** amnesic has quit IRC [14:31:54] *** amnesic has joined #eclipse [14:32:06] <Kudd> Hello paulweb515 [14:32:09] <zoggy> paulweb515: i don't see anything font related withing those preferences/general/appearance? [14:32:59] <rcjsuen> zoggy: maybe you should expand the 'Appearance' tree node [14:33:03] <rcjsuen> zoggy: what search terms are you using [14:34:35] <zoggy> rcjsuen: if i was ambiguous, i meant searching from google [14:36:18] *** Shown has joined #eclipse [14:36:29] <rcjsuen> zoggy: you mean you were searching "preferences/general/appearance eclipse" on Google? [14:37:03] <zoggy> rcjsuen: no, i've been searching for the gtk+ equivalent kde look and feel on google [14:37:19] <zoggy> or at least just how to reduce the size of everything within eclipse [14:37:56] <zoggy> i have a feeling it's around the java/gtk+ theme but find very little in terms of settings in the gtk section of the kde settings [14:38:23] <zoggy> it has 2 options within there: [14:38:28] <zoggy> widget style: qtcurve [14:38:43] <zoggy> use my kde fonts in gtk+ applications (checked) [14:39:21] *** LongBeach has quit IRC [14:41:02] <zoggy> i see that changing the widget style from qtcurve to raleigh gets more to fit on the screen but it looks like a beta version of windows 95. the qtcurve theme looks great but is just giant [14:43:00] <zoggy> so can i assume that the majority of linux eclipse users are gnome users? [14:43:27] *** UrsoBranco has quit IRC [14:44:07] *** Johann_ has joined #eclipse [14:45:29] *** savvy has joined #eclipse [14:45:33] <savvy> hi guys [14:45:40] <savvy> can u pls help me with something? [14:46:04] <rcjsuen> zoggy: so your search term was "gtk+ equivalent kde look and feel"? [14:46:18] <rcjsuen> zoggy: you should try "eclipse linux fonts" if you haven't [14:46:40] <savvy> has anyone tried CDt in eclipse? [14:46:44] <savvy> CDT* [14:46:46] <zoggy> rcjsuen: thanks very much i'll give that a try [14:47:09] *** joeytwiddle has quit IRC [14:47:17] <volodya> zoggy: what system are you on? What KDE? [14:47:26] *** _utopia has joined #eclipse [14:47:36] *** Johann_ has quit IRC [14:47:37] <zoggy> volodya: kde4 (4.3.2) [14:47:38] <volodya> zoggy: at least on Kubuntu 9.10, KDE settings do not apply to QtCurve initially [14:47:53] <volodya> you have to change font to any random other one in KDE settings, apply, change it back [14:48:01] <volodya> and that causes QtCurve to notice [14:48:05] <savvy> @volodya hey have u used eclipse for C? [14:48:22] *** _utopia is now known as utopia [14:48:29] <volodya> savvy: no. I am developing a CDT based product, though [14:48:31] <zoggy> volodya: that's probably the issue! lemme give that a try [14:48:33] <zoggy> thanks so much [14:49:04] <volodya> savvy: but in order to get any answer from anybody here, you need to ask the question [14:49:05] <savvy> is it proper in working....or shud i use TurboC again :( ? [14:49:22] <volodya> this is not a well-defined question [14:49:34] <savvy> ohk.... [14:49:36] <volodya> and I don't think that TurboC is good for anything these days [14:49:43] <savvy> oh ok [14:49:43] <uberiain> Hello all [14:49:48] <savvy> srry abt that then [14:50:04] <uberiain> I am using eclipse-CDT with mingw [14:50:22] <zoggy> you guys are legendary! [14:50:26] <zoggy> it's right now [14:50:29] <zoggy> wohoo [14:50:33] <zoggy> thanks a million [14:50:41] <uberiain> when i use gdb to debug one program stderr don't work [14:51:09] <uberiain> i think it's the same problem as Bug 270369 , any solution to this [14:51:23] <uberiain> the output of stderr don't see [14:52:33] *** leitaox has joined #eclipse [14:52:43] <uberiain> using gdb 6.8.3 and i686-pc-mingw32 [14:53:08] *** Meowtimer has quit IRC [14:54:27] <uberiain> anyone with eclipse under windows and cdt? [14:57:04] <savvy> me [14:58:16] *** Hanumaan has quit IRC [15:06:23] *** Carnage\ has quit IRC [15:09:55] *** Carnage\ has joined #eclipse [15:12:17] *** Wizard has quit IRC [15:12:30] *** Johann has joined #eclipse [15:13:08] *** savvy has quit IRC [15:13:57] *** nks has quit IRC [15:14:21] *** Johann has quit IRC [15:14:23] *** nks has joined #eclipse [15:14:38] *** tromey` is now known as tromey [15:17:46] *** bushwakko has joined #eclipse [15:18:31] *** glima is now known as glima[AWAY] [15:18:52] *** Ascen_ has joined #eclipse [15:22:52] *** philk__ has quit IRC [15:23:46] *** glima[AWAY] is now known as glima [15:25:53] *** samg_ has joined #eclipse [15:26:05] *** rhk has joined #eclipse [15:29:30] *** Carnage\ has quit IRC [15:33:58] *** Carnage\ has joined #eclipse [15:35:14] *** Bass10 has joined #eclipse [15:41:45] *** Carnage\ has quit IRC [15:42:01] *** Echidna_ has joined #eclipse [15:42:26] *** Echidna has quit IRC [15:44:02] *** the_alien has joined #eclipse [15:57:15] *** sama has quit IRC [15:57:58] *** krbarnes has joined #eclipse [15:58:17] *** the_alien_ has joined #eclipse [15:58:32] *** rgrunber has joined #eclipse [16:01:54] *** SpektoM has quit IRC [16:02:42] *** Carnage\ has joined #eclipse [16:07:43] *** deSilva has quit IRC [16:08:30] *** SpektoM has joined #eclipse [16:13:53] *** conan has quit IRC [16:14:12] *** zoggy has quit IRC [16:14:33] *** conan has joined #eclipse [16:15:08] *** acuster has quit IRC [16:15:12] *** the_alien has quit IRC [16:15:12] *** the_alien_ is now known as the_alien [16:15:26] *** charley has joined #eclipse [16:16:29] *** mcl has quit IRC [16:25:00] *** Johann_ has joined #eclipse [16:25:35] *** Johann_ has quit IRC [16:31:29] *** crashR has joined #eclipse [16:32:05] *** acuster has joined #eclipse [16:34:31] *** ekiczek has quit IRC [16:37:38] *** krbarnes has quit IRC [16:39:54] *** krbarnes has joined #eclipse [16:47:33] <uberiain> hello, anyone can help with eclipse CDT under windows with gdb? [16:47:48] *** cweagans has joined #eclipse [16:47:52] *** cweagans has left #eclipse [16:48:33] <uberiain> the stderr of the program under dbg don't see [16:49:09] <uberiain> i think this is the same problem as Bug 270369, any solution? [16:50:51] *** the_alien_ has joined #eclipse [16:53:56] *** ekiczek has joined #eclipse [16:56:42] *** AndiSmirre has quit IRC [16:58:23] *** the_alien has quit IRC [16:58:24] *** the_alien_ is now known as the_alien [16:59:21] *** AndiSmirre has joined #eclipse [17:08:12] *** ababa has quit IRC [17:09:46] *** tphgangster has quit IRC [17:09:46] *** Druid has quit IRC [17:09:46] *** FauxFaux has quit IRC [17:09:46] *** Nurbs has quit IRC [17:09:46] *** felipe` has quit IRC [17:09:46] *** FauxFaux has joined #eclipse [17:09:55] *** Druid has joined #eclipse [17:10:07] *** Theravadan has joined #eclipse [17:10:31] *** tphgangster has joined #eclipse [17:11:20] <ilyak> In ecplise, how do I add a *directory* (with classes) to project's classpath? [17:11:37] <ilyak> Found [17:12:34] *** |conan| has joined #eclipse [17:13:06] *** krbarnes has quit IRC [17:13:40] *** bushwakko has quit IRC [17:17:10] *** conan has quit IRC [17:17:18] *** dmiles_afk has left #eclipse [17:18:25] *** dpy has quit IRC [17:19:54] *** Nurbs has joined #eclipse [17:23:06] *** EricInBNE has quit IRC [17:23:46] *** kottlett has quit IRC [17:26:41] *** deSilva has joined #eclipse [17:27:59] *** rawblem has joined #eclipse [17:28:06] *** luyang has joined #eclipse [17:30:56] *** the_alien_ has joined #eclipse [17:32:03] *** ExElNeT has joined #eclipse [17:33:32] *** d_a_carver has joined #eclipse [17:35:03] *** luyang has quit IRC [17:36:16] *** krbarnes has joined #eclipse [17:40:04] *** ababa has joined #eclipse [17:40:27] *** Carnage\ has quit IRC [17:41:06] *** michlinuxguy has joined #eclipse [17:42:04] <michlinuxguy> Any recommendations for a UML diagramming plugin for eclipse? [17:43:54] *** rgrunber has quit IRC [17:43:54] *** Carnage\ has joined #eclipse [17:46:05] *** rgrunber has joined #eclipse [17:46:51] *** the_alien has quit IRC [17:46:52] *** the_alien_ is now known as the_alien [17:52:14] *** felipe` has joined #eclipse [17:56:09] *** dpino has joined #eclipse [17:56:26] *** SpektoM has quit IRC [18:02:01] *** erdal has joined #eclipse [18:05:05] *** uberiain has left #eclipse [18:08:37] *** Carnage\ has quit IRC [18:09:24] *** opossum_oisif has quit IRC [18:09:49] *** phoenixz has joined #eclipse [18:10:19] *** PrakashGR has joined #eclipse [18:10:31] *** philk_ has joined #eclipse [18:11:22] *** robinr has joined #eclipse [18:20:14] *** Carnage\ has joined #eclipse [18:20:36] *** LongBeach has joined #eclipse [18:21:28] *** krbarnes has quit IRC [18:25:58] *** Johann has joined #eclipse [18:26:08] *** PrakashGR has left #eclipse [18:27:56] *** armence has joined #eclipse [18:28:17] *** Johann has quit IRC [18:28:58] *** pschriner has quit IRC [18:29:40] *** AndiSmirre has quit IRC [18:31:35] <d_a_carver> michlinuxguy: you can try UML tools from eclipse, or TopCased UML. [18:33:25] *** acuster has quit IRC [18:33:29] *** utopia has quit IRC [18:35:09] *** magnet has quit IRC [18:35:32] *** the_alien_ has joined #eclipse [18:40:26] *** tokam-|-away has quit IRC [18:41:59] *** Kudd has quit IRC [18:42:15] *** Kudd has joined #eclipse [18:44:00] *** Carnage\ has quit IRC [18:44:15] *** veyres has joined #eclipse [18:44:15] *** ChezaWho has joined #eclipse [18:45:33] *** krbarnes has joined #eclipse [18:46:00] *** krbarnes has quit IRC [18:49:31] *** Carnage\ has joined #eclipse [18:50:53] *** the_alien has quit IRC [18:50:54] *** the_alien_ is now known as the_alien [18:52:20] <michlinuxguy> d_a_carver: Thanks! [18:55:18] *** Carnage\ has quit IRC [19:03:56] *** ChezaWho has quit IRC [19:07:59] <erdal> are developers allowed to use their own style bits range? i.e. what range is open for custom style bits? [19:09:28] <erdal> range that would not conflict with SWT.* style bits [19:09:35] <erdal> when ORed [19:10:09] <rcjsuen> I'm not sure that's defined. You're making your own custom widgets? [19:10:32] <rcjsuen> You could always normalize the style bits prior to passing them upwards. [19:12:03] *** tom17bombadil has joined #eclipse [19:13:22] <erdal> what does normalizing mean? [19:19:38] *** robinr has quit IRC [19:20:28] *** dpino has quit IRC [19:20:53] *** ababa2 has joined #eclipse [19:22:00] *** krbarnes has joined #eclipse [19:22:35] *** SzymonB has quit IRC [19:22:55] *** Petein has joined #eclipse [19:23:12] <Petein> why is the PyDev plugin not working? is their site dead? [19:23:31] *** z4z4 has quit IRC [19:24:05] <rcjsuen> erdal: Make something conform to a standard. i.e. filter your own custom stuff out [19:24:18] <rcjsuen> Petein: loads fine for me http://pydev.org/ [19:24:31] <erdal> rcjsuen: ok [19:24:35] <Petein> rcjsuen: can you download the plugin though? [19:24:44] <rcjsuen> no idea i did not try [19:25:33] <Petein> rcjsuen: im trying to install the plugin and i cant [19:26:10] *** volodya has quit IRC [19:26:58] *** kartben has quit IRC [19:27:27] <rcjsuen> That's rather vague. [19:28:21] *** krbarnes has quit IRC [19:32:59] *** tokam-|-away has joined #eclipse [19:33:32] *** Petein has left #eclipse [19:37:12] *** ababa has quit IRC [19:37:51] *** Luyang has joined #eclipse [19:39:38] *** l0ngbeach has joined #eclipse [19:39:52] *** LongBeach has quit IRC [19:42:39] *** magnet has joined #eclipse [19:43:58] *** Luyang has quit IRC [19:45:46] *** dob1 has joined #eclipse [19:46:12] <dob1> hi, when i want to refactor a method name or a field name eclipse doesn't show me the preview of the changes, how can i enable this? [19:47:16] *** danlucraft has quit IRC [19:47:45] *** the_alien_ has joined #eclipse [19:49:07] <paulweb515> dob1: open the rename dialog ... when I use ALT+SHIFT+R I have to use the dropdown to open the rename dialog [19:50:20] <dob1> paulweb515: in this case it doesn't open the rename dialog, i can modify the name of the field/method on the code, without the dialog, i don't know why [19:50:58] <dob1> ah ok i see it [19:51:08] <paulweb515> dob1: yes, deliberately open the dialog [19:51:15] <paulweb515> ALT+SHIFT+R is "quick, in place, rename" [19:51:21] <rcjsuen> or use Alt+Shift+R twice [19:51:29] <rcjsuen> then the diag will come up [19:51:29] *** werdan7 has quit IRC [19:51:36] <dob1> thanks [19:51:48] <paulweb515> hmmm, I learn something new every day :-) [19:52:04] <rcjsuen> hey that's my line >:( [19:56:40] *** Luyang has joined #eclipse [19:57:16] *** tom17bombadil has quit IRC [19:58:30] *** amnesic has quit IRC [19:58:38] *** amnesic has joined #eclipse [19:59:23] *** amnesic has quit IRC [20:02:52] <Luyang> OK so I've installed Eclipse ECP [20:02:58] <Luyang> sorry Eclipse ECF [20:03:07] <Luyang> and I'm talking to you via IRC in Eclipse now [20:04:30] *** the_alien has quit IRC [20:04:30] *** the_alien_ is now known as the_alien [20:04:40] *** leitaox has quit IRC [20:06:17] *** jfreeman has joined #eclipse [20:07:10] *** Pikachu_2015 has quit IRC [20:11:04] *** volodya has joined #eclipse [20:15:34] *** Arnos has joined #eclipse [20:20:41] *** barbar__conan has joined #eclipse [20:21:21] *** barbar__conan has quit IRC [20:26:40] *** erdal has quit IRC [20:35:37] *** Emiml has joined #eclipse [20:36:38] <Emiml> hi [20:37:17] <Emiml> can you please tell me how can I pass "-proc:none" option to java compiler in eclipse [20:37:46] *** utopia has joined #eclipse [20:37:46] <nitind> Emiml: What does -proc:none do? [20:38:00] <Emiml> disable prcoessing of annotations [20:40:28] *** rob_ has quit IRC [20:40:38] <paulweb515> Emiml: which annotations is it processing? [20:40:50] <Emiml> @Overrides [20:41:10] <paulweb515> You mean it's outputing an error or something for missing ones? [20:41:54] <paulweb515> There's an Annotations section under Preferences>Java>Compiler>Errors/Warnings [20:42:30] <paulweb515> You can set them all to Ignore if you feel like it [20:43:22] *** michlinuxguy has left #eclipse [20:43:55] <Emiml> ehh I wan't it to work otherwise [20:44:12] *** laurenz has quit IRC [20:44:14] <Emiml> I have a lot of cukedup code [20:45:03] <Emiml> for example class MyClas extends java.lang.Object { [20:45:04] <Emiml> @Override [20:45:04] <Emiml> public void dupa8() {} [20:45:04] <Emiml> } [20:45:14] <paulweb515> Emiml: your want it to process @Overrides, or you want it to *not* process @Overrides? [20:45:41] <Emiml> and of course dupa8 doesn't exists in java.lang.Object so I have compiler error here [20:51:55] <Emiml> so I wan't Compiler *not* process @Override [20:53:13] <paulweb515> Emiml: if you run something like that through javac does it generate an error? [20:55:06] <rhk> hmm. maybe fiingx the errors in the code is better than applying a band-aid in the form of disabling compiler features? [20:55:21] <rhk> er fixing even [20:55:44] <rhk> just a thought... [20:56:10] <paulweb515> and quickfix will remove the @Override for you [20:56:32] <Emiml> It's not my code [20:56:44] <paulweb515> Emiml: what's the option to javac to get it to compile? [20:56:48] <Emiml> and I will have to as a lot of dumbass people to remove it [20:57:16] <paulweb515> Emiml: remove what? [20:57:50] *** the_alien_ has joined #eclipse [21:00:13] <Emiml> Ehh, anyway the -proc:none doesn't help here [21:00:33] <Emiml> to remove the @Override from that code [21:00:54] <paulweb515> Emiml: the javadoc for @Override specs that the compiler must generate an error if the superclass method doesn't exist (that sounds non-optional) [21:01:11] <paulweb515> Oh, it was "I will have to ask a ..." [21:01:43] <paulweb515> How does their code compile then? Are they passing an option to the Sun javac? [21:03:49] <Emiml> I juest found an compiler option and from the descrption it sound like it would do the thing. So I was only wondering how to apply this in eclipse. Unfortunaty it doesn't work as i expected [21:04:26] <Emiml> and how they compile this shit is a good questions ant task with <exec compile.bat> ... and this runs antoher bat [21:04:38] <Emiml> it will take some time before I figure this out :-) [21:04:38] *** l0ngbeach has quit IRC [21:04:49] *** the_alien_ has quit IRC [21:04:49] <paulweb515> ah, OK (you have my sympathies) [21:05:01] <Emiml> thanks :-) [21:05:13] <Emiml> and sorry for not chekcking this options previously [21:05:24] *** fsteeg has joined #eclipse [21:10:24] *** LongBeach has joined #eclipse [21:11:34] *** Carnage\ has joined #eclipse [21:11:58] *** phoenixz has quit IRC [21:12:40] *** the_alien has quit IRC [21:18:08] *** |conan| has quit IRC [21:19:40] <Luyang> why not just help the guy to do what he wants instead of suggesting alternatives :P [21:21:35] *** amnesic has joined #eclipse [21:22:58] <paulweb515> Luyang: because there's a difference between what people want to do and what they need to do [21:23:17] <paulweb515> (and we did look for compiler options to turn it off ... ) [21:23:29] <paulweb515> it just turns out that we can't do that, at least not in an obvious way [21:23:34] *** rgrunber has quit IRC [21:23:51] *** laurus has joined #eclipse [21:23:59] *** rgrunber has joined #eclipse [21:24:55] *** Carnage\ has quit IRC [21:25:33] *** dr_jerry has joined #eclipse [21:25:59] *** bushwakko has joined #eclipse [21:26:34] *** dr_jerry has quit IRC [21:26:50] *** dr_jerry has joined #eclipse [21:29:11] *** |conan| has joined #eclipse [21:29:26] *** Carnage\ has joined #eclipse [21:30:19] *** erdal has joined #eclipse [21:35:37] *** aksn has joined #eclipse [21:41:25] <rhk> eclipse doesn't compile code using the sun compiler [21:41:45] *** laurus has left #eclipse [21:42:42] <Luyang> paulweb515: well I know... it's like with software users ... ok you want a red button... WHY??! [21:43:35] <Luyang> Can somebody CTCP version me and then privmsg me the result [21:43:38] <d_a_carver> Luyang: because it's purty. :) [21:44:07] <Luyang> d_a_carver: it increases the company's productivity and profitability with 900%!! [21:44:29] <Luyang> thank you rhk [21:44:41] *** danlucraft has joined #eclipse [21:44:45] <Luyang> it tickled... now privmsg me the result [21:44:53] <rhk> I got no reply though :) [21:45:11] <Luyang> I'm using Eclipse ECF so perhaps there's no version then... [21:45:18] <Luyang> IRC in Eclipse [21:45:26] <Luyang> It would be cool if it showed [21:45:58] *** Carnage\ has quit IRC [21:47:59] *** jfreeman has quit IRC [21:49:12] *** Carnage\ has joined #eclipse [21:49:51] <nitind> And a potential security risk. [21:53:03] *** erdal has quit IRC [21:55:45] *** Luyang has left #eclipse [21:56:14] *** Luyang has joined #eclipse [21:59:04] *** yves_ has joined #eclipse [22:00:10] *** phoenixz has joined #eclipse [22:00:59] *** yves_ has quit IRC [22:01:09] *** yyang has joined #eclipse [22:01:57] *** f0d has joined #eclipse [22:01:57] *** erdal has joined #eclipse [22:02:00] <f0d> Hey [22:02:11] <f0d> I have some markers associated with a resource [22:02:26] <f0d> And if I show the resource in the default text editor, the markers show in the ruler fine [22:02:37] <f0d> But they don't if I open the resource in a subclass of TextEditor [22:02:42] *** Luyang has quit IRC [22:02:43] <f0d> Does anyone know why this is? [22:03:45] *** yyang_ has joined #eclipse [22:03:49] *** tom17bombadil has joined #eclipse [22:04:40] *** yyang_ has quit IRC [22:05:06] *** yyang_ has joined #eclipse [22:05:24] *** yyang_ has quit IRC [22:06:10] *** yyang has quit IRC [22:06:51] *** yyang has joined #eclipse [22:09:44] *** scorphus has quit IRC [22:17:52] *** yyang has quit IRC [22:24:48] *** Johann_ has joined #eclipse [22:25:30] *** Johann____ has joined #eclipse [22:25:56] *** werdan7 has joined #eclipse [22:26:12] *** Johann____ has quit IRC [22:26:12] *** Johann_ has quit IRC [22:29:58] *** rcjsuen has quit IRC [22:31:40] *** tom17bombadil has quit IRC [22:31:58] *** Carnage\ has quit IRC [22:32:34] *** user_ has joined #eclipse [22:32:35] *** sintfix has joined #eclipse [22:32:43] *** sintfix has left #eclipse [22:32:48] <user_> Hello [22:33:18] <user_> Does anyone have "Eclipse in Action", second edition ? [22:33:58] <user_> The book ? [22:34:11] <d_a_carver> user_: taking a poll? :) [22:34:29] <user_> Ha ha, no. I see it available on Amazon, but not on the publisher's site. [22:34:37] <user_> I was wondering why this is. [22:34:43] <user_> Sent them an e-mail and waiting. [22:35:01] *** Kudd has left #eclipse [22:35:39] <d_a_carver> user_: might be out of print, Amazon has used bookstores and overstock stores on there as well. [22:36:12] <user_> True. I was hoping to purchase the e-book version from the publisher...they don't have it listed; only the first edition, which is too old -> 2003 [22:37:09] *** Johann_ has joined #eclipse [22:38:42] *** Johann____ has joined #eclipse [22:39:20] *** Johann_ has quit IRC [22:39:20] *** Johann____ has quit IRC [22:42:01] <user_> Hmmm. I guess no one has "Eclipse in Action", second edition ? [22:43:10] *** AndiSmirre has joined #eclipse [22:48:21] *** Aison has joined #eclipse [22:49:04] *** AndiSmirre has quit IRC [22:49:20] <Aison> hello, i've got a small problem with eclipse. Somehow copy/past is not working right. i'm using CTRL+C / CTRL+V but often CTRL+V inserts anything but not what I copied before [22:50:35] *** dr_jerry has quit IRC [22:51:41] *** ekiczek has quit IRC [22:53:45] *** mbana has quit IRC [22:54:12] <user_> d_a_carver: Just found author's website; says it was cancelled. [22:57:52] *** LongBeach has quit IRC [22:59:04] *** rcjsuen has joined #eclipse [23:03:02] *** danlucraft has quit IRC [23:03:08] *** tr1gger has quit IRC [23:03:35] *** tr1gger has joined #eclipse [23:05:31] *** d_a_carver has quit IRC [23:05:47] *** ekiczek has joined #eclipse [23:06:46] *** LongBeach has joined #eclipse [23:07:07] <rcjsuen> Aison: try turning off klipper/glipper [23:08:55] <Aison> thx [23:10:15] *** erdal has left #eclipse [23:16:14] <philk_> whats recommended to use? ServiceTracker or BundleContext.getServiceReference for quickly getting a service? [23:16:46] *** Tesseraction has joined #eclipse [23:17:09] *** jfreeman has joined #eclipse [23:21:57] *** glima is now known as glima[AWAY] [23:24:46] *** acuster has joined #eclipse [23:25:44] *** Tesseract has quit IRC [23:27:58] *** utopia has quit IRC [23:32:56] *** pnehrer has quit IRC [23:36:44] *** Back2Basics has joined #eclipse [23:37:20] *** rgrunber has quit IRC [23:38:22] *** tokam-|-away has quit IRC [23:38:48] *** rhk has quit IRC [23:40:01] <Arnos> how do you feed an eclipse program parameters when compiling? [23:40:30] <rcjsuen> Stating what programming language you're talking about for starters would be a good start. [23:40:37] <Arnos> oh, java [23:41:03] <Arnos> sorry, it slipped my mind that eclipse could be used for anything but java [23:41:07] <rcjsuen> Eclipse's Java tooling has its compiler, so the short answer is "you can't> [23:41:17] <rcjsuen> Or you could use ANt, then you can use javac if you wish. [23:41:54] <Arnos> thanks [23:43:51] <rcjsuen> Arnos: What did you want to do? [23:45:02] <Arnos> I want to pass some arguments to a java program, I just figured out how to do it too, you go to Run > Run Configurations, go to the arguments tab and then type them into the top box. [23:45:20] <rcjsuen> Right, that's for running the program not for compiling. [23:45:26] <rcjsuen> But I guess you sorted it all out. [23:45:56] *** tokam-|-away has joined #eclipse [23:46:02] <Arnos> yeah, thanks for your help, I'll have to work on my terminology [23:56:14] *** EricInBNE has joined #eclipse [23:57:03] *** tphgangster has quit IRC