[00:00:22] <RenatoSilva> that line means, ensure that this var containig non-ascii is utf-8 [00:01:56] [00:02:45] <RenatoSilva> if we decode actual utf-8 bytes from utf-8, ( new String(bytes, utf8) ), then we should get the same value as the original var [00:02:48] <nitind> RenatoSilva: What's the encoding on the *file* say it's being treated as? [00:03:05] *** LongBeach has quit IRC [00:03:06] <RenatoSilva> so, the test should pass when the file is utf-8, regardless of being in eclipse or cmd line [00:03:27] <RenatoSilva> and the test should fail when the file is not utf-8 [00:03:32] * RenatoSilva will test [00:03:49] <RenatoSilva> Oh my god!!!!!!!!! [00:04:07] <RenatoSilva> sorry!!!!!!! all this was NOT for this channel!!!! [00:04:11] <RenatoSilva> SORRY! [00:05:10] *** Mazeal has quit IRC [00:06:05] *** ababa has quit IRC [00:06:31] *** Scorpiion has quit IRC [00:06:36] * RenatoSilva is shy, and not believing yet he did that [00:06:42] *** flashboss has quit IRC [00:07:37] <RenatoSilva> nitind: anyway, when I run the class, getBytes() is returning utf-8 bytes, but default encoding here is latin-1. Why? [00:07:53] <RenatoSilva> nitind: how does eclipse "hack" the default system encoding? [00:09:29] <nitind> RenatoSilva: Who says it is? Is the environment of the process you're running getting the same values for the encoding? [00:10:18] <RenatoSilva> eclipse process? same than what? [00:10:42] <RenatoSilva> it is a junit test, let me show you [00:12:25] <RenatoSilva> nitind: http://bazaar.launchpad.net/~renatosilva/bzr-java-lib/encoding-fixes/annotate/head%3A/src/test/java/org/vcs/bazaar/client/commandline/internal/CommandTest.java [00:12:54] <RenatoSilva> sorry, line 48: http://bazaar.launchpad.net/~renatosilva/bzr-java-lib/encoding-fixes/annotate/head%3A/src/test/java/org/vcs/bazaar/client/commandline/internal/CommandTest.java#L48 [00:13:12] <RenatoSilva> assertEquals("Source code itself must be UTF-8", utf8DeclaredAsSuch, new String(utf8DeclaredAsSuch.getBytes(), "UTF-8")); [00:13:44] [00:14:11] <RenatoSilva> I think that code is wrong, even if the tests pass in eclipse, they won't pass outside it [00:14:18] <RenatoSilva> I think the right line is [00:14:31] <RenatoSilva> assertEquals("Source code itself must be UTF-8", utf8DeclaredAsSuch, new String(utf8DeclaredAsSuch.getBytes("UTF-8"), "UTF-8")); [00:15:44] <RenatoSilva> the original test passes in eclipse, and that means getBytes() is using utf-8, when my default encoding is not that. That means eclipse is changing it somehow, based on the project's encoding set to utf-8 (correctly, because the files are really utf-8) [00:16:19] *** ecfuser48661 has joined #eclipse [00:16:56] *** ecfuser48661 has quit IRC [00:17:56] *** odin_ has quit IRC [00:18:27] *** odin_ has joined #eclipse [00:20:53] *** ExElNeT has joined #eclipse [00:23:23] *** bobbytek3 has joined #eclipse [00:23:42] <bobbytek3> what does Alt+/ do exactly? [00:27:06] <bobbytek3> does it work like tab in a shell essentially, where all tokens in the file are suggested by longest matching prefix? [00:29:26] *** Kaio_monolith is now known as Kaio [00:29:44] *** LongBeach has joined #eclipse [00:29:57] <rcjsuen> i believe that's the gist of it [00:30:15] <bobbytek3> ah, nice [00:30:26] <bobbytek3> so it's not really editor aware then [00:30:26] <rcjsuen> can't say i ever use it [00:30:37] <rcjsuen> not that...i ever remember that feature exists ;) [00:30:44] <bobbytek3> heh [00:30:53] <bobbytek3> well, seems to be useful in my groovy editor [00:31:02] *** nmatrix9 has joined #eclipse [00:31:09] <bobbytek3> static typing being almost non-existent [00:31:10] <bobbytek3> :) [00:37:24] *** odin__ has quit IRC [00:42:29] <LongBeach> hi, does anyone have a google wave invite for me ? [00:51:58] <nitind> bobbytek3: I trust you've read http://www.eclipse.org/org/langsymp/JulianDolby_paper.pdf ? [00:52:24] *** rhk has joined #eclipse [00:58:30] *** pschriner has quit IRC [00:58:36] *** zx has quit IRC [01:00:33] *** crashR has quit IRC [01:01:47] *** laknath_ has quit IRC [01:03:12] <Accidus> Okay, I solved the problem by replacing the simple Java Builder with an ANT builder. [01:04:05] *** RenatoSilva has left #eclipse [01:05:26] *** gein_ has joined #eclipse [01:07:48] <bobbytek3> nitind: no, should I have? [01:08:15] <bobbytek3> I know of the dynamic languages support in eclipse [01:08:25] <bobbytek3> but the groovy eclipse plugin isn't quite there yet [01:09:10] <bobbytek3> intellij support rocks, however [01:09:37] <bobbytek3> let's hope the eclipse plugin improves [01:10:18] *** Accidus has quit IRC [01:10:53] *** l0ngbeach has joined #eclipse [01:11:04] *** AhtiK has quit IRC [01:12:26] *** Druid_ has joined #eclipse [01:14:09] *** laknath_ has joined #eclipse [01:14:30] *** LongBeach has quit IRC [01:18:39] *** Powerplay has joined #eclipse [01:19:12] *** gein has quit IRC [01:22:25] *** Druid has quit IRC [01:24:14] *** arvliet has joined #eclipse [01:24:17] *** deSilva has quit IRC [01:28:51] *** odin has joined #eclipse [01:28:58] *** odin is now known as Guest71122 [01:29:50] *** magnet has quit IRC [01:29:51] *** laknath_ has quit IRC [01:32:57] *** usepidgin has joined #eclipse [01:33:47] <usepidgin> when I start debugging a Test class, the debugger opens MyClass.java again, in a new tab, in read-only mode, even though the original file was already opened [01:34:11] *** ralf_e has quit IRC [01:50:21] *** odin_ has quit IRC [01:52:08] *** rayfix has joined #eclipse [01:53:40] <rayfix> Hi. Can anyone give a hint about how to remove "Memory Browser" (and keep Memory)? I am somewhat new to the game. [01:54:38] *** Kaio has quit IRC [01:57:15] <rayfix> basically I would like to get disable org.eclipse.cdt.debug.ui.memory.traditional because it doesn't work for my target (it has a bug when addressSize > 1) [01:57:34] <rayfix> sorry ... addressableSize [01:57:42] *** Kaio has joined #eclipse [02:01:33] *** jfreeman has joined #eclipse [02:03:24] *** aksn has quit IRC [02:08:38] <usepidgin> rayfix: apparently nobody answers Qs here [02:09:05] <rayfix> usepidgin: might not be primetime [02:09:22] <usepidgin> 5pm US time... where are most Eclipse devs located? [02:10:31] *** mbana has quit IRC [02:13:15] <bobbytek3> your mom's house [02:14:38] <Powerplay> guys how can i add a local virtualenv in galileo? [02:15:09] <usepidgin> bobbytek3: nifty... my mom's dead [02:15:27] * bobbytek3 shrugs [02:21:12] <rcjsuen> usepidgin: What if you make a new project and try in a hello world app? [02:23:49] *** rayfix has quit IRC [02:30:00] *** odin has joined #eclipse [02:30:07] *** odin is now known as Guest93227 [02:39:11] *** Bass10 has quit IRC [02:45:07] *** Powerplay has quit IRC [02:45:22] *** amnesic has joined #eclipse [02:45:37] *** Powerplay has joined #eclipse [02:48:01] *** deng_c has joined #eclipse [02:50:18] *** Guest71122 has quit IRC [02:57:44] <usepidgin> rcjsuen: figured it out. I went to Project properties -> Run/Debug Settings -> MyclassTest -> Edit -> Source and removed all paths, then I added as a JavaProject, MyClass [02:58:43] <rcjsuen> that makes sense, it sounded like a source lookup problem, tho it is questionable why it was wrong to begin with [02:59:59] <usepidgin> there was an absolute path from the disk (which was correct), before the MyClass item. some bozo must've added i [03:04:56] <Counterspell> Are there any hotkeys defined for moving between editor tabs? [03:05:08] <Counterspell> instead of having to click them each time? [03:05:13] *** JabDesign has joined #eclipse [03:07:21] <rcjsuen> ~keys [03:07:22] <Arbalest> For a list of available key bindings press Ctrl + Shift + L. To configure your key bindings, see Window > Preference > General > Keys. See also http://wiki.eclipse.org/IRC_FAQ#What.27s_the_key_for_....3F [03:07:39] <usepidgin> Counterspell: Ctrl+PgDn/Up [03:08:03] <Counterspell> usepidgin: thanks (and I do use pidgin but i'm disappointed it's not been ported to Android) [03:08:25] <usepidgin> Counterspell: same here on my Samsung Galaxy [03:08:48] <usepidgin> have to settle for some crap web-based thing like ebuddy or palringo [03:08:56] <Counterspell> yeah :/ [03:09:04] <Counterspell> looks like it won't be easy to port since it's written in C++ [03:09:11] <Counterspell> but i hear JNI can be used to do it [03:10:14] *** odin has joined #eclipse [03:10:21] *** odin is now known as Guest55107 [03:16:14] *** toll_232123 has joined #eclipse [03:22:06] *** unapiedra has joined #eclipse [03:22:36] <Counterspell> how do I just build without running? [03:22:55] <usepidgin> Counterspell: try refresh on the project [03:23:04] *** odin has joined #eclipse [03:23:05] <Counterspell> cool [03:23:11] *** odin is now known as Guest29230 [03:23:24] <usepidgin> Guest29230: odin, as in the software to flash the Samsung Galaxy? [03:30:18] *** Guest93227 has quit IRC [03:38:00] *** usepidgin has left #eclipse [03:43:12] *** Shown has quit IRC [03:46:04] *** Guest55107 has quit IRC [03:48:49] *** odin has joined #eclipse [03:48:56] *** odin is now known as Guest40104 [03:49:46] *** kthomas_vh has joined #eclipse [03:51:23] *** nmatrix9 has quit IRC [03:54:09] *** nmatrix9 has joined #eclipse [04:02:20] *** odin has joined #eclipse [04:02:27] *** odin is now known as Guest7685 [04:12:28] *** Guest29230 has quit IRC [04:13:40] *** nlc has quit IRC [04:13:57] *** nlc has joined #eclipse [04:17:21] *** rayfix has joined #eclipse [04:19:50] *** toll_232123 has quit IRC [04:20:45] *** Kaio has quit IRC [04:22:19] *** Guest40104 has quit IRC [04:36:42] *** Kaio has joined #eclipse [04:43:19] *** dmiles has quit IRC [04:45:26] *** Powerplay has quit IRC [04:46:08] *** rcjsuen has quit IRC [04:49:07] *** Counterspell has quit IRC [04:50:14] *** odin has joined #eclipse [04:50:21] *** odin is now known as Guest89452 [05:09:21] *** rayfix has quit IRC [05:18:00] *** unapiedra has quit IRC [05:18:06] *** Guest7685 has quit IRC [05:19:58] *** odin has joined #eclipse [05:20:05] *** odin is now known as Guest4159 [05:24:42] *** scorphus has quit IRC [05:28:51] *** nmatrix9 has quit IRC [05:33:09] *** laknath_ has joined #eclipse [05:46:07] *** Guest89452 has quit IRC [05:46:35] *** dmiles_afk has joined #eclipse [05:58:51] *** ReneP has quit IRC [05:59:05] *** ReneP has joined #eclipse [06:15:47] *** rhk has quit IRC [06:21:54] *** odin has joined #eclipse [06:22:02] *** odin is now known as Guest8523 [06:22:53] *** Theravadan has quit IRC [06:41:59] *** laknath__ has joined #eclipse [06:44:02] *** Guest4159 has quit IRC [06:44:13] *** laknath__ has quit IRC [06:47:01] *** prince has quit IRC [06:50:06] *** Recreo has joined #eclipse [06:52:32] *** ExElNeT_ has joined #eclipse [06:55:16] *** Counterspell has joined #Eclipse [07:05:31] *** laknath_ has quit IRC [07:09:00] *** ExElNeT has quit IRC [07:10:15] *** volodya has joined #eclipse [07:15:20] *** odin has joined #eclipse [07:15:28] *** odin is now known as Guest81942 [07:18:24] *** Counterspell has quit IRC [07:22:33] *** Guest8523 has quit IRC [07:29:38] *** jfreeman has quit IRC [07:30:17] *** punknroll has joined #eclipse [07:36:32] *** nlc has quit IRC [07:40:16] *** drindt has joined #eclipse [07:42:01] *** odin has joined #eclipse [07:42:09] *** odin is now known as Guest92153 [07:49:13] *** odin has joined #eclipse [07:49:21] *** odin is now known as Guest3657 [07:53:35] *** bois has quit IRC [07:56:31] *** odin has joined #eclipse [07:56:38] *** odin is now known as Guest71276 [07:57:08] *** bois has joined #eclipse [08:03:35] *** odin has joined #eclipse [08:03:42] *** odin is now known as Guest75071 [08:05:41] *** arvliet has quit IRC [08:05:41] *** armence has quit IRC [08:05:41] *** Ashur has quit IRC [08:05:41] *** imeikas has quit IRC [08:05:41] *** Gussi has quit IRC [08:05:41] *** gambler_ has quit IRC [08:05:43] *** theGussi has joined #eclipse [08:06:02] *** theGussi is now known as Gussi [08:06:50] *** matrium has joined #eclipse [08:07:41] *** JabDesign has quit IRC [08:08:18] *** Guest81942 has quit IRC [08:08:19] <matrium> hi [08:08:40] <matrium> how to get the menu path of a popup menu? [08:08:47] <matrium> for extension issue [08:09:29] *** Guest92153 has quit IRC [08:16:46] *** Guest3657 has quit IRC [08:21:02] *** kthomas_vh_ has joined #eclipse [08:21:35] *** kthomas_vh has quit IRC [08:23:03] *** Guest71276 has quit IRC [08:24:13] *** elementz_ has quit IRC [08:27:12] *** barkha_nxperts has joined #eclipse [08:27:20] <barkha_nxperts> hi guys!!! [08:28:18] <barkha_nxperts> i'm using eclipse galileo in order to create my application in jsf [08:29:06] <barkha_nxperts> but it supports only jsf1.1 and 1.2 but i wanna make my app in jsf's version 2 [08:29:32] <barkha_nxperts> so can anybody tell me how can i upgrade eclipse galileo with jsf2? [08:31:43] *** Recreo has quit IRC [08:37:20] *** stijnbe has joined #eclipse [08:41:57] *** odin has joined #eclipse [08:42:04] *** odin is now known as Guest41951 [08:49:44] *** Carnage\ has joined #eclipse [08:50:22] *** kthomas_vh_ has quit IRC [08:55:47] *** matrium has quit IRC [08:57:43] *** arvliet has joined #eclipse [08:57:43] *** armence has joined #eclipse [08:57:43] *** Ashur has joined #eclipse [08:57:43] *** imeikas has joined #eclipse [08:57:43] *** gambler_ has joined #eclipse [09:00:06] *** rmrfchik has left #eclipse [09:01:54] *** Guest75071 has quit IRC [09:02:50] *** mastro has joined #eclipse [09:04:22] *** tom17bombadil has joined #eclipse [09:09:51] *** lresende has quit IRC [09:12:44] *** bobbytek3 has quit IRC [09:21:00] *** dpino has joined #eclipse [09:22:37] *** volodya has quit IRC [09:28:13] *** TomTom has joined #eclipse [09:30:58] *** odin has joined #eclipse [09:31:05] *** odin is now known as Guest10052 [09:39:24] *** apassi has joined #eclipse [09:39:52] <apassi> hi, if i create new Image, it seems to have an background color white, how to create new transparent image? [09:40:54] *** jvi has joined #eclipse [09:42:58] *** stou has joined #eclipse [09:43:13] <stou> hello [09:44:16] <stou> I am getting an error: "Compilation unit must end with .java or one of the registered Java-like extensions" when trying to save a python file in my PyDev project... [09:44:50] <stou> I haven't the slightest clue as to how to track down this extremely irritating error... it only does it on certain python files [09:44:55] *** jfreeman has joined #eclipse [09:45:27] *** stijnbe has quit IRC [09:48:29] *** stou has left #eclipse [09:50:01] *** odin__ has joined #eclipse [09:51:35] *** flashboss has joined #eclipse [09:51:45] *** lidaobing has joined #eclipse [09:52:21] *** Kaio_monolith has joined #eclipse [09:52:35] *** Guest41951 has quit IRC [09:54:08] *** drindt has quit IRC [09:54:38] *** drindt has joined #eclipse [09:56:24] *** Shown has joined #eclipse [09:59:35] *** Kaio has quit IRC [10:01:19] *** wietze has quit IRC [10:01:19] *** Kaio_monolith has quit IRC [10:02:01] *** Kaio_monolith has joined #eclipse [10:03:31] *** reid05 has quit IRC [10:03:39] *** reid05 has joined #eclipse [10:06:52] *** deSilva has joined #eclipse [10:07:58] *** roel- has quit IRC [10:09:54] *** Guest10052 has quit IRC [10:11:54] *** dpy has joined #eclipse [10:13:34] *** barkha_nxperts has quit IRC [10:13:57] <dpy> Hey guys, does anyone know what makes a standard eclipse ask the user to select a workspace? We have the switch workspace menu contribution (and required plugins) in our RCP-IDE, so we can switch workspace, but our RCP app still starts without asking the workspace (it just uses ${PWD}/workspace) [10:14:28] <dpy> s/asking/asking for/ [10:14:47] *** barkha_nxperts has joined #eclipse [10:17:03] *** drindt has quit IRC [10:19:59] *** oisinh has quit IRC [10:21:15] *** apassi has quit IRC [10:25:07] *** volodya has joined #eclipse [10:25:51] *** dmiles_afk has quit IRC [10:26:07] *** pschriner has joined #Eclipse [10:26:37] *** barkha_nxperts_ has joined #eclipse [10:29:31] *** blackcoffeerider has joined #eclipse [10:29:42] <blackcoffeerider> mornig [10:30:03] <blackcoffeerider> anyone ever used XText and XPand? [10:31:04] *** erdal has joined #eclipse [10:31:05] <blackcoffeerider> i am looking for a reference / example on how to do Type-Casts in XPand [10:31:29] *** Resistance has quit IRC [10:34:51] *** erdal has quit IRC [10:36:55] *** odin_ has joined #eclipse [10:42:28] *** armence has quit IRC [10:42:39] *** barkha_nxperts has quit IRC [10:54:15] *** dmiles_afk has joined #eclipse [11:04:04] *** odin_ has quit IRC [11:04:33] *** odin_ has joined #eclipse [11:05:00] *** mastro has quit IRC [11:05:48] <paulweb515_> blackcoffeerider: d_a_carver might know (he's involved with XText) but he's not here at the moment [11:05:50] *** odin__ has quit IRC [11:06:09] <blackcoffeerider> thank you paulweb515_ [11:07:23] *** wietze has joined #eclipse [11:08:45] *** jfreeman has quit IRC [11:08:53] <paulweb515_> blackcoffeerider: he should be in later on today [11:17:45] <blackcoffeerider> paulweb515_: tnx - i'll try it l8er [11:19:52] *** mastro has joined #eclipse [11:33:17] *** odin_ has quit IRC [11:38:52] *** Nescafe has joined #Eclipse [11:42:08] *** tr1gger has quit IRC [11:46:13] *** akurtakov has quit IRC [11:48:22] *** akurtakov has joined #eclipse [11:48:45] *** dpy has quit IRC [11:50:10] *** blackcoffeerider has quit IRC [11:52:00] *** odin_ has joined #eclipse [11:52:28] *** mbana has joined #eclipse [11:55:50] *** volodya has quit IRC [12:00:50] *** deng_c has quit IRC [12:01:11] *** Verkel_ has joined #eclipse [12:02:41] *** odin__ has joined #eclipse [12:02:52] *** Verkel has quit IRC [12:05:52] <tom17bombadil> after checking out a svn-project, it keeps showing a red error-cross on top-level. But only top-level. I wonder, how I can trace it down? [12:07:59] *** barkha_nxperts_ has quit IRC [12:08:09] *** synx` has quit IRC [12:08:40] *** barkha_nxperts has joined #eclipse [12:08:40] *** cmw72 has quit IRC [12:09:17] *** scorphus has joined #eclipse [12:10:58] *** volodya has joined #eclipse [12:17:44] *** keya has joined #eclipse [12:17:48] *** odin_ has quit IRC [12:23:14] *** Ramosa has joined #eclipse [12:27:00] *** drindt has joined #eclipse [12:35:20] *** oisinh has joined #eclipse [12:35:40] *** tr1gger has joined #eclipse [12:40:51] *** odin_ has joined #eclipse [12:44:47] *** ecfuser41893 has joined #eclipse [12:45:09] *** ecfuser41893 has quit IRC [12:48:32] *** UrsoBranco has joined #eclipse [12:49:06] *** dulipak has joined #eclipse [12:50:44] *** dulipak has left #eclipse [12:52:28] *** volodya has quit IRC [12:55:11] *** ahti__ is now known as AhtiK [12:55:21] *** mbana has quit IRC [12:56:02] *** barkha_nxperts has quit IRC [12:56:11] *** mbana has joined #eclipse [12:57:12] *** laknath_ has joined #eclipse [12:58:02] *** barkha_nxperts has joined #eclipse [13:01:06] *** rayfix has joined #eclipse [13:01:44] *** odin__ has quit IRC [13:02:44] *** odin__ has joined #eclipse [13:05:56] *** ecfuser94522 has joined #eclipse [13:09:24] *** barkha_nxperts has quit IRC [13:10:58] *** laknath_ has quit IRC [13:11:10] *** kensanata has joined #eclipse [13:11:59] *** barkha_nxperts has joined #eclipse [13:13:30] *** tr1gger has quit IRC [13:16:31] *** kottlett has quit IRC [13:17:35] *** Nescafe has quit IRC [13:18:31] *** da_krowa has joined #eclipse [13:18:36] *** da_krowa has quit IRC [13:20:36] *** da_krowa has joined #eclipse [13:20:51] *** odin_ has quit IRC [13:22:47] *** da_krowa has quit IRC [13:23:09] *** ecfuser94522 has quit IRC [13:25:06] *** laknath_ has joined #eclipse [13:26:42] *** tr1gger has joined #eclipse [13:28:54] *** Kudd has joined #eclipse [13:30:10] *** mbana_ has joined #eclipse [13:30:35] *** Nescafe has joined #Eclipse [13:31:10] *** sama has joined #eclipse [13:31:32] *** odin_ has joined #eclipse [13:32:21] *** mbana has quit IRC [13:34:18] *** magnet has joined #eclipse [13:42:13] <rayfix> are there release notes somewhere for what problems SR1 addresses? [13:42:24] *** rcjsuen has joined #eclipse [13:43:10] <deSilva> good morning rcjsuen [13:43:22] <rcjsuen> ello [13:44:02] <Kudd> Hello rcjsuen ) [13:44:03] <Kudd> ;) [13:44:03] *** rcjsuen_ has joined #eclipse [13:44:48] *** rcjsuen has quit IRC [13:44:58] *** rcjsuen_ is now known as rcjsuen [13:45:20] *** rcjsuen_ has joined #eclipse [13:53:52] *** odin__ has quit IRC [13:54:42] *** odin__ has joined #eclipse [13:56:49] <rayfix> Does anyone know how to disable the Traditional rendering from in the memory viewer. Unlike all the other renderers, it doesn't appear to have a rendererId. Ironically it is the only renderer that appears to be broken when addressableSize > 1. [13:59:51] *** rayfix has quit IRC [14:00:11] *** rayfix has joined #eclipse [14:02:44] *** rayfix has quit IRC [14:04:09] *** laknath_ has quit IRC [14:04:10] *** rayfix has joined #eclipse [14:06:41] *** odin_ has quit IRC [14:07:02] *** odin_ has joined #eclipse [14:09:12] *** amnesic has quit IRC [14:15:19] *** acuster has joined #eclipse [14:17:46] *** nlc has joined #eclipse [14:18:51] *** odin__ has quit IRC [14:20:36] <acuster> hey all, is there a way to get eclipse to run until the first breakpoint in debug mode? [14:21:02] *** laknath_ has joined #eclipse [14:21:03] <acuster> it seems to be stopping in the class loader a bunch of times first [14:21:55] <rcjsuen> you could set a filter to ignore classloading classes [14:22:06] *** Laserbeak431 is now known as Laserbeak43 [14:22:28] *** barbar__conan has joined #eclipse [14:23:09] <rcjsuen> tom17bombadil: did you check 'Problems' view? [14:23:47] <rcjsuen> rayfix: for the platform we have a readme, or you could search bugzilla yourself, http://www.eclipse.org/eclipse/development/readme_eclipse_3.5.1.html#DefectsFixed [14:24:59] <rayfix> rcjsuen: thanks [14:27:14] <tom17bombadil> << blushing... thank you, rcjsuen! [14:28:27] <acuster> rcjsuen, thanks. where would I do that? [14:28:46] <rcjsuen> acuster: in the prefs [14:28:58] <acuster> right, but what part? [14:30:13] <acuster> "step filtering? [14:30:17] * acuster will try [14:30:19] <acuster> thanks [14:33:55] *** amnesic has joined #eclipse [14:34:21] *** drindt has quit IRC [14:35:11] *** odin_ has quit IRC [14:42:53] *** monk12 has joined #eclipse [14:43:47] *** tr1gger has quit IRC [14:46:28] *** ssc| has quit IRC [14:51:15] *** barkha_nxperts has quit IRC [14:57:36] *** keya has quit IRC [15:04:46] *** Ramosa has quit IRC [15:10:27] *** reid05 has quit IRC [15:10:38] *** arvliet has quit IRC [15:11:05] *** reid05 has joined #eclipse [15:15:06] *** Nescafe has quit IRC [15:15:36] *** SixThreeOh has joined #eclipse [15:17:23] <SixThreeOh> I'm new to eclipse and have opened an existing project. It winges about buildpaths like a girl. That would be alright, the the error is entirely inspecific. It's just "something is wrong with build paths" (not verbatim) with no location or explanation as the the error (absent from project settings? absent from OS? etc) where should I look to resolve this problem? [15:18:21] <rcjsuen> what is the verbatim error msg then [15:18:52] *** dpino has quit IRC [15:21:04] *** deng_c has joined #eclipse [15:21:46] <rayfix> I would like to remove the Memory Browser view (since it is broken for addressableSize > 1). Can anyone give a hint about how I would go about doing this? [15:26:07] *** tr1gger has joined #eclipse [15:31:36] *** pschriner has quit IRC [15:34:14] *** volodya has joined #eclipse [15:35:24] <SixThreeOh> It turns out there are unbound paths or something [15:38:17] *** rgrunber has joined #eclipse [15:38:39] <rcjsuen> sounds like undeclared/undefined variables pointing to random absolute paths or problems of that nature [15:40:43] *** Aleph_One has quit IRC [15:43:20] <SixThreeOh> It an import thing [15:43:35] <SixThreeOh> I think if I double click them in the right dialog it'll auto detect and add withthe new paths [15:44:41] <SixThreeOh> It's just not clear that's the issue from the error message if you've not gone through all the eclipse internals [15:47:22] <SixThreeOh> Although [15:47:28] <SixThreeOh> I can't get it to work with tomcat [15:48:23] *** ecfuser85956 has joined #eclipse [15:48:42] *** Carnage\ has quit IRC [15:49:56] *** ecfuser85956 has quit IRC [15:50:11] <SixThreeOh> It also says that it needs to migrate WTP metadata, how do I do this? [15:52:19] *** Nescafe has joined #Eclipse [15:54:06] *** atpa8a has joined #eclipse [15:54:11] <atpa8a> hello [15:54:18] <atpa8a> got a problem guys... [15:54:33] *** rhk has joined #eclipse [15:54:41] <atpa8a> how can i exclude the test sources from being deployed into tomcat? [15:56:59] *** gioele has joined #eclipse [15:59:50] <gioele> hello, I'm trying to install PyDev using the "Install new software" dialog. I added the repository, selected the package and clicked on "Next". Nothing happens, the download does not start. The console does not show any message. Any clue? [16:00:32] *** EricInBNE has quit IRC [16:04:39] <deSilva> gioele: download the zip-file and unpack it into the dropins folder [16:05:28] <gioele> deSilva: that would probably work. But I was mostly wondering why the Update manager was not working [16:08:46] <rcjsuen> gioele: what if you hit enter or use the spacebar instead [16:10:20] <gioele> rcjsuen: Enter and the spacebar do not work either. But Alt-N does. [16:10:22] *** ekiczek has quit IRC [16:10:30] <rcjsuen> gioele: Karmic? [16:10:37] <rcjsuen> or some recent up-to-date distro [16:10:38] <gioele> rcjsuen: yes [16:10:48] <rcjsuen> gioele: see faq in topic wrt your button problems [16:11:40] *** Aleph_One has joined #eclipse [16:12:30] <gioele> rcjsuen: thank you. I searched the FAQ but only for things related to the Update manager and not for buttons [16:12:49] <rcjsuen> gioele: Entry 3.8? [16:13:10] *** AndiSmirre__ has joined #eclipse [16:14:03] <AndiSmirre__> hi guys. does anyone know how to build/export PDE plugins/features with linked source folders? [16:14:30] <gioele> rcjsuen: yes, I just saw that. Too bad that searching for "pydev", "update", "install" did not lead me there, I would have spared the channel of a question ;) [16:14:54] *** user01 has joined #eclipse [16:14:56] <rcjsuen> gioele: Oh well, this question gets asked several times a day anyway. [16:16:27] <gioele> rcjsuen: maybe you could add some other paragraph to that FAQ entry like "This problem is often found while updating packages in the 'Update manager' or blah blah blah". [16:17:20] <gioele> It would be easier to link the two issues then. Seriously without you I would have never thought of that, neither I could possibly read all the FAQ: it is huge [16:17:47] <rcjsuen> we've been maintaining that page for 3+ years, it's quite large, yes [16:19:09] *** odin_ has joined #eclipse [16:19:28] <rcjsuen> There's been some discussions as to whether it should be split. We have reached no consensus. [16:19:58] <rcjsuen> gioele: Do you have an Eclipse Bugzilla account? [16:20:16] <gioele> rcjsuen: no I don't [16:21:13] <Ian_Corne> I can't click buttons, on ubuntu 9.10 64 bit [16:21:16] <Ian_Corne> any workarounds? [16:21:48] <rcjsuen> Ian_Corne: Just read the conversation gioele and I have been having ;p [16:22:31] <Ian_Corne> i can use enter tho :p [16:22:36] <Ian_Corne> click the button and hit enter [16:22:45] <Ian_Corne> but that gets on my nerves :p [16:23:50] *** drip|w has joined #eclipse [16:23:50] *** LongBeach has joined #eclipse [16:26:37] <rcjsuen> Ian_Corne: Just try the workaround and see if it helps. [16:26:51] <Ian_Corne> what is the workaround? [16:27:11] <Ian_Corne> i thought it was export GTK_NATIVE_WINDOWS=1 [16:27:16] <Ian_Corne> but that doesn' tdo the trick [16:27:36] *** unapiedra has joined #eclipse [16:27:54] <rcjsuen> that's not what the faq says [16:29:11] <Ian_Corne> point me to the faq please [16:29:31] <rcjsuen> http://wiki.eclipse.org/IRC_FAQ [16:31:51] *** krbarnes has joined #eclipse [16:32:55] *** ekiczek has joined #eclipse [16:33:12] <Ian_Corne> aha true [16:33:14] <Ian_Corne> not 1 [16:34:04] *** tphgangster has joined #eclipse [16:34:20] <atpa8a> grrrr [16:34:39] <atpa8a> doesn't seem to be a way to differentiate test sources in eclipse?.. [16:35:04] *** leitaox has joined #eclipse [16:35:06] *** l0ngbeach has quit IRC [16:38:31] <atpa8a> need to exclude test sources from being deployed to tomcat... what to do? [16:39:37] *** drip has quit IRC [16:42:28] <atpa8a> would TPTP be of any use? [16:43:48] <rcjsuen> Ian_Corne: the diff is that it's GDK_ not GTK_ [16:44:45] *** drip|w has quit IRC [16:45:15] <rcjsuen> Ian_Corne: some ppl use 1, and that should work [16:45:22] <Ian_Corne> ah [16:45:28] <Ian_Corne> well i just copied :p [16:46:21] <rcjsuen> Ian_Corne: Did the workaround work tho? [16:48:24] <Ian_Corne> seems to work yes [16:49:49] *** Kudd has quit IRC [16:50:05] *** Kudd has joined #eclipse [16:52:19] *** deng_c has quit IRC [16:53:59] <rcjsuen> okilydokily [16:55:42] *** gioele has left #eclipse [16:58:03] *** drip has joined #eclipse [16:58:30] *** fran has joined #eclipse [16:58:38] *** fran is now known as Guest71409 [16:58:46] <rayfix> If I want to remove Windows->Show View->Memory Browser (but keep Windows->Show View->Memory) do I do that with an extension point? [16:58:58] <Guest71409> Hi [16:59:20] <Echidna> what's a better place to add a perspective listener, Activator.start() or AppWorkbenchWindowAdvisor.postWindowOpen()? [16:59:24] <Guest71409> I got one question for Eclipse gurus out there, if I may. [16:59:48] <rcjsuen> rayfix: what do you mean by remove exactly, is this for yourself or like for your product that you're building on top of Eclipse? [17:00:05] <rayfix> rcjsuen: for a product [17:00:12] <rcjsuen> Guest71409: Eclipse-related questions are welcome here or you ask on the forums. [17:00:20] <rcjsuen> rayfix: you can use activities i guess, that's what i did last yr [17:00:32] <rcjsuen> i dunno what's the diff between Mem Browser and Mem tho [17:00:59] <rayfix> Memory browser pulls up the traditional rendering [17:01:06] <rcjsuen> are they two different views? [17:01:12] *** lresende has joined #eclipse [17:01:20] <rayfix> Memory pulls up the memory monitor tree view [17:01:44] <rayfix> yes, they seem to be two views [17:01:50] <Guest71409> I recently installed Ubuntu Karmic Koala (9.10), I downloaded the sun jre java package using Synaptic... and everything seems to work but one annoying thing... when I try to Find something on a file, and I open the Find dialog, I type the word to be searched... well, I cannot click Find with the mouse... well, I have to put the mouse over the button and then press ENTER.... [17:02:17] <Guest71409> the mouse click seems to do nothing in that Find window. [17:02:18] <rcjsuen> rayfix: yes you can use activities [17:02:24] <Guest71409> any idea? [17:02:37] <Guest71409> Oh, I got the latest Eclipse [17:02:40] <rcjsuen> Guest71409: see faq in topic for your buttons problem [17:02:40] <Guest71409> Galileo. [17:02:51] <Guest71409> Alright! Thanks! [17:02:58] <Guest71409> in the IRC_FAQ? [17:03:06] <rayfix> rcjsen: okay ... I will read up on that [17:03:21] <rayfix> rcjsuen: thanks [17:03:28] <rcjsuen> Guest71409: yes, that [17:03:53] <Guest71409> Alright, I'll do! Thanks! [17:06:34] *** punknroll has quit IRC [17:07:19] <Guest71409> ... and.... of course the solution was there. Sorry for not looking up the faq first and thanks again. It works beautifully. [17:15:52] *** Guest71409 has quit IRC [17:17:21] *** dpino has joined #eclipse [17:19:29] *** Shown has quit IRC [17:20:36] *** Johann has joined #eclipse [17:20:46] *** Nescafe has quit IRC [17:22:28] *** Johann has quit IRC [17:22:41] *** nullPlan has joined #eclipse [17:22:49] <nullPlan> hi [17:25:21] <nullPlan> I want to use the "activeWhen" variable in the plugin.xml for a toolbar button. The condition should be checked against a boolean return value of an existing method. How do I do that? [17:26:14] *** deSilva has quit IRC [17:27:24] *** barbar__conan has quit IRC [17:28:29] *** volodya has quit IRC [17:28:42] *** jvi has quit IRC [17:29:27] *** Resistance6 has joined #eclipse [17:29:28] *** Resistance6 is now known as Resistance [17:31:16] *** njbartlett has quit IRC [17:32:48] *** Counterspell has joined #Eclipse [17:33:21] *** amitev has quit IRC [17:33:52] *** acuster has quit IRC [17:34:34] *** cmw72 has joined #eclipse [17:36:05] <rayfix> So I am trying to create an activityPatternBinding to kill a view associated with a menu option called Memory Browser. Is there a clever way of figuring out what the plugin name is for that view? [17:37:54] <AndiSmirre__> nullPlan: use the "tester" and check the value with a property tester using extension org.eclipse.core.expressions.propertyTesters [17:38:10] <rcjsuen> rayfix: if you have plug-in spy you can use Alt+Shift+F1 on the view [17:38:20] <paulweb515_> rayfix: activate the view and use what rcjsuen said :-) [17:39:09] *** Chris64 has joined #eclipse [17:41:56] *** mastro has quit IRC [17:43:29] *** TomTom has quit IRC [17:44:20] *** ppawel has joined #eclipse [17:46:07] <rayfix> rcjsuen: paulweb515_: very cool guys. thanks [17:48:42] <AndiSmirre__> nullPlan: which extension point are you using to contribute your toolbar action? [17:49:56] *** unapiedra has quit IRC [17:52:06] *** Johann has joined #eclipse [17:52:38] *** Johann has quit IRC [17:54:13] *** UrsoBranco has quit IRC [17:57:36] *** ReneP has quit IRC [17:58:29] *** dilton has joined #eclipse [18:05:56] *** Theravadan has joined #eclipse [18:10:55] *** rawblem has quit IRC [18:11:30] *** dilton has quit IRC [18:12:26] <nullPlan> AndiSmirre__: org.eclipse.ui.menus and using commands for the buttons [18:14:47] <nullPlan> and I'm already using a property tester - i have to create a class which extends the PropertyTester class and implement the test method, correct? [18:14:57] <nullPlan> it just doesn't seem to work [18:15:25] <paulweb515> nullPlan: your tester needs to match the instanceof type of the object under test [18:15:35] <paulweb515> nullPlan: how did you write your activeWhen? ~pastebin [18:15:35] <Arbalest> Please paste the relevant information onto a pastebin. The submission will then generate a URL, please copy/paste the generated URL back to the channel - http://www.pastebin.cz/ - http://papernapkin.org/pastebin/home - http://pastebin.com - http://pastebin.ca [18:18:08] <nullPlan> paulweb515: http://pastebin.com/d41a12a26 [18:18:23] *** odin__ has joined #eclipse [18:18:51] *** Arnos has joined #eclipse [18:19:32] *** Powerplay has joined #eclipse [18:19:45] <Arnos> Why Does Eclipse sometimes say this when I press f11: [18:19:46] <Arnos> ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2 [18:19:47] <Arnos> JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [../../../src/share/back/util.c:820] [18:19:49] <Arnos> But when I press f11 again everything works fine? [18:20:02] <AndiSmirre__> nullPlan: to use the activateWhen field, you need to check the current workbench selection. use the "with" field with value "selection". after that, you need to use the "iterate" field to iterate over the selected values. [18:21:15] <AndiSmirre__> nullPlan: and inside the "iterate" use the "adapt" to select the valid types or your selection. as a child of the "adapt" element you use the "test" to test a property of that selected object [18:23:17] <nullPlan> wow, didn't imagine it would be this complicated... [18:23:41] <AndiSmirre__> it is not :) [18:24:37] <AndiSmirre__> these elements you need to use activateWhen -> with (value=selection) -> iterate -> adapt (value=your class) -> test (your property) [18:28:09] *** TomTom has joined #eclipse [18:28:45] <nullPlan> AndiSmirre__: The property is the extended PropertyTester class I assume? But what's the class in adapt? [18:29:54] <nullPlan> or is the class the extended PropertyTester... [18:29:59] <AndiSmirre__> the class in adapt is the class of your object to test. if you want all objects to be tested, use java.lang.Object [18:30:29] <nullPlan> ah [18:30:31] <nullPlan> ok [18:31:53] <AndiSmirre__> the class of the PropertyTester must be filled in the propertyTester extension. there you define your namespace and the name of the property to test. in the "test" element you have to insert the (full) name of the property and the expected value. [18:32:11] *** deSilva has joined #eclipse [18:32:35] <nullPlan> i think i got that part right [18:36:06] *** flashboss has quit IRC [18:36:08] *** panzi has joined #eclipse [18:36:11] <panzi> hi [18:36:38] <panzi> is it possible to create a PDF file from a EMF model? [18:36:43] *** odin_ has quit IRC [18:38:18] *** Laserbeak43 has quit IRC [18:38:37] <nullPlan> is this how it is supposed to look like? http://pastebin.com/d37a6b4a1 because it's still not working :/ [18:38:39] *** Laserbeak43 has joined #eclipse [18:40:26] <AndiSmirre__> fill as adapt type java.lang.Object. can you also show the code of the PropertyTester extension in your plugin.xml? [18:41:47] <paulweb515> nullPlan: that says you will walk through every object in the selection, try and adapt it to a ConnectionTest object, and then test the property with a namespace de.nullplan.analyse.tests and property ConnectionTest. [18:41:56] *** Steve973 has joined #eclipse [18:42:30] <Steve973> hello. I am trying to use mysql connector/j to connect to a remote mysql database, but it keeps saying "ping failed" when i try to test the connection. any ideas? [18:42:37] <paulweb515> nullPlan: and to use 'adapt' you must use the org.eclipse.core.*adapters extension point (it cannot use IAdapter.getAdapter(Class) directly) [18:42:41] <nullPlan> the tester http://pastebin.com/d19b1e6a1 [18:42:48] *** armence has joined #eclipse [18:44:01] *** kgoj has joined #eclipse [18:45:12] <nullPlan> i'm basically not even trying to test an object, but a return value of a static method [18:45:27] <nullPlan> thought it would be easy [18:47:25] <AndiSmirre__> you can use adapt also directly without an adapter extension when your selected value is an instance of the filled value. you additionally have to register your property tester to the platform (http://pastebin.com/d67d59488) [18:49:04] <paulweb515> nullPlan: For example, set your property tester namespace com.example.namespace and property to "isConnected" and type to the ISelection, and use <with variable="selection"><test property="com.example.namespace.isConnected" /></with> [18:53:07] *** Kudd has quit IRC [18:54:04] * nullPlan is trying [18:54:44] *** AhtiK has quit IRC [18:55:02] *** Powerplay has quit IRC [18:55:19] *** user01 has quit IRC [18:55:58] *** Steve973 has quit IRC [18:56:50] <AndiSmirre__> have you registered your viewer to the workbench as selection provider? [18:57:45] *** Laserbeak43 has quit IRC [18:58:43] <nullPlan> it works [18:58:45] <nullPlan> :D [18:59:08] <nullPlan> thank you very much for taking your time to help me - huge appreciation [18:59:15] <AndiSmirre__> now, take a coffee and think about the code :) [19:09:43] *** GHReyes has joined #eclipse [19:11:16] *** ech0s7 has joined #eclipse [19:11:20] <ech0s7> hi [19:11:25] <AndiSmirre__> aloa [19:11:31] <ech0s7> anyone uses eclipse for javascript ? [19:11:47] <ech0s7> because i have a problem with autocomplete function [19:12:28] <ech0s7> for example if i have a function f1, if i do f1.<ctrl+space> i don't view ALL methods, for example is missing "arguments" [19:20:39] *** GHReyes has quit IRC [19:20:49] <nullPlan> it stopped working - i get i didn't actually understand it :/ [19:24:11] *** oisinh has quit IRC [19:24:21] *** TomTom has quit IRC [19:28:30] *** Johann has joined #eclipse [19:30:08] *** kensanata has quit IRC [19:31:50] *** fkfkf has joined #eclipse [19:31:50] *** Johann has quit IRC [19:32:21] *** the_alien has joined #eclipse [19:33:46] *** Johann has joined #eclipse [19:34:46] *** ecfuser35653 has joined #eclipse [19:34:54] *** ecfuser35653 has quit IRC [19:35:08] *** jfreeman has joined #eclipse [19:35:08] *** Johann has quit IRC [19:35:56] *** Laserbeak43 has joined #eclipse [19:35:56] *** unapiedra has joined #eclipse [19:36:55] *** Johann has joined #eclipse [19:38:45] *** Johann_ has joined #eclipse [19:38:45] *** Johann has quit IRC [19:38:53] *** Johann_ is now known as Johann [19:39:20] *** Johann has quit IRC [19:40:51] *** Johann has joined #eclipse [19:41:15] *** Johann has quit IRC [19:42:02] *** odin__ has quit IRC [19:43:13] *** Johann has joined #eclipse [19:44:09] *** Johann has quit IRC [19:44:34] *** Laserbeak43 has quit IRC [19:45:23] *** Johann has joined #eclipse [19:46:54] *** cantoma has quit IRC [19:46:58] *** Johann has quit IRC [19:47:11] *** fkfkf is now known as synx` [19:47:52] *** Laserbeak43 has joined #eclipse [19:47:54] *** Johann has joined #eclipse [19:51:03] *** Johann has quit IRC [19:51:11] *** magnet has quit IRC [19:51:48] *** amnesic has quit IRC [19:52:49] *** Lorthirk has joined #eclipse [19:53:46] *** magnet has joined #eclipse [19:55:54] *** l0ngbeach has joined #eclipse [19:59:49] *** Laserbeak43 has quit IRC [19:59:49] *** the_alien has quit IRC [19:59:49] *** panzi has quit IRC [19:59:49] *** Theravadan has quit IRC [19:59:49] *** Resistance has quit IRC [19:59:49] *** leitaox has quit IRC [19:59:49] *** reid05 has quit IRC [19:59:50] *** rayfix has quit IRC [19:59:50] *** sphenxes has quit IRC [19:59:50] *** sleon has quit IRC [19:59:51] *** tromey has quit IRC [19:59:51] *** Doppp has quit IRC [19:59:51] *** Zenopus has quit IRC [19:59:51] *** uebera|| has quit IRC [19:59:51] *** joeytwiddle has quit IRC [19:59:51] *** private_meta has quit IRC [19:59:51] *** charley has quit IRC [19:59:51] *** jink has quit IRC [19:59:51] *** ivenkys has quit IRC [19:59:51] *** kex has quit IRC [19:59:52] *** Lorthirk has quit IRC [19:59:52] *** sama has quit IRC [19:59:52] *** brendon_work has quit IRC [19:59:52] *** peper has quit IRC [19:59:52] *** TheViper has quit IRC [19:59:52] *** paulweb515_ has quit IRC [19:59:53] *** Clemens has quit IRC [19:59:53] *** buggs has quit IRC [19:59:53] *** palla|putty has quit IRC [19:59:53] *** b0c1 has quit IRC [20:05:39] *** LongBeach has quit IRC [20:05:55] *** Nescafe has joined #Eclipse [20:09:33] *** aditsu has joined #eclipse [20:09:51] <aditsu> hi, eclipse crashed and won't load my workspace anymore :( [20:10:16] <aditsu> it has this in the log: org.eclipse.swt.SWTError: XPCOM error -2147467262 [20:10:32] *** krbarnes has left #eclipse [20:11:06] *** AndiSmirre__ has quit IRC [20:11:24] <aditsu> how can I fix it? [20:14:55] *** nullPlan has left #eclipse [20:17:06] *** tokstolle has joined #eclipse [20:20:05] *** ech0s7 has quit IRC [20:22:35] <tokstolle> hello out there, I got today a new problem. If I try to install new plugins via eclipse-installer, nothing happens [20:23:31] <tokstolle> this means, I select one of the plugins e.g. cdt and than click on next, nothing happens, so response [20:24:11] <tokstolle> no response [20:25:51] *** Powerplay has joined #eclipse [20:30:00] *** SniperFodder has joined #eclipse [20:35:33] *** arvliet has joined #eclipse [20:35:42] *** kthomas_vh has joined #eclipse [20:35:57] <deSilva> tokstolle: let me guess, you're on ubuntu? [20:37:26] <kgoj> aditsu: are you running 64-bit linux? [20:37:58] <tokstolle> no, its debian testing on a 32bit-system [20:39:02] *** buggs has joined #eclipse [20:39:02] *** palla|putty has joined #eclipse [20:39:02] *** TheViper has joined #eclipse [20:39:02] *** paulweb515_ has joined #eclipse [20:39:02] *** Clemens has joined #eclipse [20:39:02] *** b0c1 has joined #eclipse [20:39:02] *** peper has joined #eclipse [20:39:02] *** brendon_work has joined #eclipse [20:39:22] *** fausnicre has joined #eclipse [20:39:22] *** the_alien has joined #eclipse [20:39:22] *** panzi has joined #eclipse [20:39:22] *** Theravadan has joined #eclipse [20:39:22] *** Resistance has joined #eclipse [20:39:22] *** leitaox has joined #eclipse [20:39:22] *** reid05 has joined #eclipse [20:39:22] *** rayfix has joined #eclipse [20:39:22] *** sphenxes has joined #eclipse [20:39:22] *** sleon has joined #eclipse [20:39:22] *** tromey has joined #eclipse [20:39:22] *** Doppp has joined #eclipse [20:39:22] *** Zenopus has joined #eclipse [20:39:22] *** uebera|| has joined #eclipse [20:39:22] *** joeytwiddle has joined #eclipse [20:39:22] *** private_meta has joined #eclipse [20:39:22] *** kex has joined #eclipse [20:39:22] *** charley has joined #eclipse [20:39:22] *** jink has joined #eclipse [20:39:22] *** ivenkys has joined #eclipse [20:39:29] <deSilva> it's still probably the same problem: http://wiki.eclipse.org/IRC_FAQ#Eclipse_buttons_in_dialogs_and_other_places_are_not_working_for_me_if_I_click_them_with_the_mouse._They_work_if_I_use_the_mnemonic_key_though.2C_what.27s_going_on.3F [20:40:00] <kgoj> aditsu: if so, then read comments in this bug report http://bugs.gentoo.org/264961 [20:40:38] <tokstolle> and there where some changes. I must click on that button to select but than I have to stroke the enter-key [20:40:59] <kgoj> wrong bug :-/ [20:41:34] *** theGussi has joined #eclipse [20:41:44] *** Gussi has quit IRC [20:41:46] *** theGussi is now known as Gussi [20:42:22] <tokstolle> I'll try this with the "export GDK_NATIVE_WINDOWS=true" enviroment var. [20:42:33] <kgoj> aditsu: anyway, try adding sth like this to the end of your eclipse.ini -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.1/libxpcom.so [20:42:46] *** amnesic has joined #eclipse [20:43:06] <kgoj> and delete ~/.mozilla/eclipse [20:43:33] *** Laserbeak43 has joined #eclipse [20:44:33] <kgoj> no, wait it's right bug report I posted earlier :) [20:45:39] *** mcbulba has quit IRC [20:45:39] *** Ian_Corne has quit IRC [20:45:40] *** francis4 has quit IRC [20:45:40] *** alankila has quit IRC [20:45:40] *** [-jon-] has quit IRC [20:45:40] *** trac^ has quit IRC [20:45:40] *** Infinito has quit IRC [20:45:40] *** guyzmo has quit IRC [20:45:41] *** karltk_ has quit IRC [20:45:41] *** maxb has quit IRC [20:45:41] *** adante has quit IRC [20:45:41] *** paulweb515 has quit IRC [20:45:42] *** BearPerson has quit IRC [20:45:42] *** elvedin has quit IRC [20:45:42] *** karltk has joined #eclipse [20:45:42] *** elvedin__ has joined #eclipse [20:45:42] *** mcbulba_ has joined #eclipse [20:45:42] *** guyzmo_ has joined #eclipse [20:45:42] *** [-jon-]_ has joined #eclipse [20:45:45] *** Ian_Corne has joined #eclipse [20:45:45] *** alankila has joined #eclipse [20:45:50] *** adante has joined #eclipse [20:45:55] *** trac^ has joined #eclipse [20:46:11] *** lresende has quit IRC [20:46:15] *** maxb has joined #eclipse [20:46:24] *** paulweb515 has joined #eclipse [20:46:27] *** francis4 has joined #eclipse [20:46:32] <aditsu> kgoj: yes 64-bit linux [20:46:37] <tokstolle> kgoj: you talking about a problem of aditsu? Its not concerning me? [20:46:42] *** Infinito_ has joined #eclipse [20:46:54] *** ivenkys has quit IRC [20:47:06] <aditsu> kgoj: it's gentoo actually :) [20:47:08] *** ivenkys has joined #eclipse [20:47:17] <kgoj> tokstolle: yes [20:47:25] <kgoj> aditsu: I had the same problem [20:47:42] <kgoj> eclipse crashed a lot with this SWT error [20:47:54] <kgoj> XPCOM error [20:48:33] <kgoj> pointing it to the right xulrunner fixed it [20:48:51] <aditsu> kgoj: the bug report says nothing about xulrunner, it just asks to use eclipse from portage [20:49:16] <kgoj> there are some good pointers there [20:49:28] <aditsu> I tried that a couple of years ago, it took several hours and ended up with a bloody mess :( [20:49:46] <kgoj> http://bugs.gentoo.org/show_bug.cgi?id=275375 [20:50:05] <kgoj> crap, I had 2 gentoo bugs opened and I posted the link to wrong one [20:50:55] <aditsu> this one is way too long [20:51:14] *** BearPerson has joined #eclipse [20:51:29] <kgoj> http://bugs.gentoo.org/show_bug.cgi?id=275375#c11 [20:52:03] <kgoj> comments 11 and 12 [20:52:10] *** drip|w has joined #eclipse [20:53:22] <kgoj> just try it and say if it works for you [20:53:24] <aditsu> looks like I have 2 xulrunners, binary and compiled [20:55:26] <aditsu> kgoj: that worked, thanks [20:55:50] <kgoj> aditsu: I'm glad I could help you [20:56:22] *** ezyang has joined #eclipse [20:56:26] <kgoj> I should've bloged about it when I had this problem, "XPCOM error -2147467262" is easily googlable [20:56:38] <ezyang> Does eclipse expose some templates for making policy files for Java applets? [20:56:39] *** SixThreeOh has quit IRC [20:58:37] *** drip has quit IRC [21:02:40] *** leitaox has quit IRC [21:04:21] *** vwegert has joined #eclipse [21:05:05] *** groton has joined #eclipse [21:05:40] <groton> i am trying to replacing some text in the Java editor, but when i press Replace All the editor just hangs :/ [21:06:02] *** Chris64 has left #eclipse [21:06:06] *** Hanumaan has joined #eclipse [21:06:54] <aditsu> kgoj: do you happen to know how to make "copy" work consistently? I have to press ctrl-c like 10 times to make it work [21:07:28] *** panzi has quit IRC [21:07:52] <rcjsuen> aditsu: there's an entry in the faq in the topic that talks about cut/copy/paste on Linux [21:08:41] <rcjsuen> tokstolle: Did you resolve your problem? [21:09:29] <kgoj> aditsu: I don't have this problem [21:12:22] <tokstolle> I put the "export GDK_NATIVE_WINDOWS=true" into the .bashrc. But the problem remained [21:12:59] <ezyang> tokstolle: Are you running eclipse from a new terminal? [21:14:44] <tokstolle> yep, I started a new terminal. unless the .bashrc would not be readed [21:15:51] <tokstolle> oh no moment I start eclipse from gksu. Because I need /root-access to install new features [21:16:17] <ezyang> ok, that should still grab the environment variable [21:16:32] <tokstolle> but I started gksu from a new shell [21:17:08] <ezyang> You can type 'env' to test if the environment variable passes over [21:17:20] *** jfreeman has quit IRC [21:18:09] <tokstolle> I need an oportunity to use this envar by starting eclipse by menu [21:19:52] *** kthomas_vh has quit IRC [21:19:53] *** panzi has joined #eclipse [21:23:46] *** Laserbeak43 has quit IRC [21:24:21] *** fausnicre has left #eclipse [21:25:43] <rcjsuen> tokstolle: you should at least try it from a shell first to make sure it works [21:26:36] *** groton has left #eclipse [21:26:47] *** cmw72 has quit IRC [21:26:50] <aditsu> rcjsuen: oh, ok thanks [21:26:55] *** aksn has joined #eclipse [21:28:21] <tokstolle> rcjsuen: it realy works from the shell [21:29:33] <tokstolle> I'll write a script and will start eclipse from that script. simple hack [21:30:15] *** cmw72 has joined #eclipse [21:31:07] *** vwegert has quit IRC [21:31:17] *** vwegert has joined #eclipse [21:31:53] *** codehog has quit IRC [21:32:15] *** codehog has joined #eclipse [21:35:33] *** flashboss has joined #eclipse [21:37:16] *** wimjongman has joined #eclipse [21:37:30] *** panzi has quit IRC [21:40:25] <aditsu> wow they just made a patch for it less than a month ago [21:40:41] <aditsu> anyway I'll try the workaround [21:40:59] *** wimjongman_ has joined #eclipse [21:41:56] *** wimjongman_ has left #eclipse [21:42:13] *** wimjongman_ has joined #eclipse [21:44:38] *** Poundo has joined #eclipse [21:45:43] <Poundo> I am looking for tips or tutorials on how to use eclipse on a mac to create and edit a remote php project? [21:46:23] *** Resistance has quit IRC [21:47:54] *** odin_ has joined #eclipse [21:48:24] <charley> Poundo: Eclipse PDT (Php dev tools) is here: http://www.eclipse.org/pdt/ [21:48:39] <tokstolle> Poundo: do you know aptana? http://www.aptana.org/ [21:48:45] *** drip has joined #eclipse [21:48:58] <Poundo> aptana? nope [21:49:34] <Poundo> charley: I have the IDE installed I just need a next step for the mac [21:50:31] <charley> Poundo: depending on which Eclipse you installed, you can grab Aptana or PDT from their respective update sites, e.g. see: http://wiki.eclipse.org/PDT/Installation [21:50:53] <charley> You should be able to perform the update from within Eclipse :) [21:51:10] *** Resistance8 has joined #eclipse [21:51:12] *** Resistance8 is now known as Resistance [21:52:18] *** Arnos has quit IRC [21:52:19] <Poundo> charley: I have eclipse platform version 3.4.1 [21:54:14] <charley> Poundo: If you're just starting out and haven't invested too much in 3.4 already, I would suggest using Galileo (3.5) since it is (afaik) stable, and more likely to work with the latest version of whatever plugin you choose to use for Aptana/PDT. You can grab a tarball from the eclipse.org site... While you're there, you may want to just download Eclipse for PHP Developers :) http://www.eclipse.org/downloads/ [21:54:46] *** Carnage\ has joined #eclipse [21:54:53] *** scorphus has quit IRC [21:55:47] <charley> Also for future reference, a good short FAQ on how to update Eclipse with new plugins, etc. is here: http://wiki.eclipse.org/FAQ_How_do_I_update_Eclipse%3F [21:56:12] <Poundo> charley: no I haven't invested much so far I',, grab Galileo, about aptana what are the pros and cons re stand alone or as a eclipse plugin. Probably no diff for me since I am just starting right? [21:56:18] <charley> Usually a Google search for '<Name of plugin/a function you want to perform> Eclipse update site' will turn up something [21:56:30] <charley> I've heard good things about Aptana, never used it myself -- tokstolle might be able to give you more info? [21:57:03] <Poundo> tokstolle: what do you think stnadalone or plugin [21:57:51] *** Powerplay has quit IRC [21:57:57] *** juanez has joined #eclipse [21:58:14] <juanez> C# + eclipse doesnt mix ? [21:58:55] <juanez> dont find 'monodevelop' too exciting... and i'm quite used to eclipse but cant find much on mono/C%+eclipse [22:03:12] <charley> http://www.improve-technologies.com/alpha/esharp/? [22:03:19] <charley> oops, remove ? from url [22:04:25] *** l0ngbeach has quit IRC [22:04:35] *** aikie has joined #eclipse [22:04:54] *** jfreeman has joined #eclipse [22:04:56] <aikie> what's the difference between subversive and subclipse? [22:06:23] <charley> aikie: stackoverflow had a discussion with a good summary: http://stackoverflow.com/questions/61320/svn-plugins-for-eclipse-subclipse-vs-subversive [22:06:58] <juanez> and subversive was (at least some time ago) supposed to be the 'default' in eclipse [22:07:05] *** Laserbeak43 has joined #eclipse [22:08:24] *** drip|w has quit IRC [22:08:28] *** jfreeman has quit IRC [22:08:34] <tokstolle> Poundo: I would choose the plugin, using all the benifits of eclipse :lol: [22:08:41] *** fadein has joined #eclipse [22:08:53] <Poundo> :) thanks! [22:09:55] *** jfreeman has joined #eclipse [22:10:00] *** zlb has joined #eclipse [22:15:45] *** evil_gordita has quit IRC [22:15:56] <juanez> charley, thanks for the link. not sure that's what i'm looking for though [22:16:37] <rcjsuen> juanez: What exactly are you looking for then? [22:17:04] <juanez> rcjsuen: proper mono/C# support.. [22:17:09] *** Infinito_ is now known as Infinito [22:17:26] <rcjsuen> I guess there's no difference you're looking for a C# plug-in. [22:17:35] <juanez> rcjsuen: it seems that the plugin mostly just has content assist :) [22:17:36] <rcjsuen> It's either that (the link charley gave you) or Emonic. [22:17:49] <rcjsuen> Actually I'm not sure if that plug-in even has code completion. [22:17:53] *** LongBeach has joined #eclipse [22:18:38] *** SniperFodder has quit IRC [22:18:48] <juanez> maybe i'll just use java and jni for this c-lib instead... :D [22:21:06] *** odin__ has joined #eclipse [22:21:08] *** barbar__conan has joined #eclipse [22:21:30] *** volodya has joined #eclipse [22:22:40] *** aikie has quit IRC [22:24:06] *** vwegert has quit IRC [22:30:02] *** ppawel has quit IRC [22:31:38] *** rcjsuen has quit IRC [22:33:02] *** rcjsuen_ has quit IRC [22:35:03] *** aditsu has quit IRC [22:35:38] *** joeytwiddle has quit IRC [22:37:40] *** drip|w has joined #eclipse [22:38:28] *** drip|w has quit IRC [22:38:54] *** odin_ has quit IRC [22:39:13] *** joeytwiddle has joined #eclipse [22:39:41] *** odin_ has joined #eclipse [22:41:21] *** Hanumaan has quit IRC [22:45:33] *** barbar__conan has quit IRC [22:46:24] *** aksn_ has joined #eclipse [22:51:06] *** EricInBNE has joined #eclipse [22:52:01] *** Hanumaan has joined #eclipse [22:52:58] *** aksn has quit IRC [22:53:12] *** odin__ has quit IRC [22:54:16] *** drip has quit IRC [22:56:40] *** rgrunber has quit IRC [22:57:08] *** rhk has quit IRC [22:57:51] *** lepine has joined #eclipse [22:58:07] *** rcjsuen has joined #eclipse [22:58:15] <lepine> Is there a way to have eclipse tell me which workspace i'm currently in? [22:58:36] *** ekiczek has quit IRC [22:59:51] <rcjsuen> File > Switch Workspace and check the dialog? [23:00:16] <lepine> true, i was hoping for something more immediate though [23:00:33] <rcjsuen> if you have eclipse open alrdy, then no [23:00:43] <lepine> sadness [23:00:50] <rcjsuen> what were you expecting [23:01:02] <lepine> title bar perhaps [23:01:10] <rcjsuen> lepine: that would require you to restart [23:01:12] <rcjsuen> ~showlocation [23:01:12] <Arbalest> Ever get confused and wondered what workspace you are using? Well, wonder no more, for -showlocation is here to help! Add -showlocation to the first line of your eclipse.ini file (consequently shifting everything down one line), and you can now see the workspace's name in the title bar. [23:02:32] *** DeathRayDragonLu has joined #eclipse [23:02:36] <lepine> sweetness! [23:02:39] *** Hanumaan has quit IRC [23:02:46] <lepine> Exactly what I wanted, thanks! [23:02:53] <DeathRayDragonLu> hey curious if anyone's ever seen this quirky thing that seems to only happen on a PC [23:03:11] <DeathRayDragonLu> everytime i save a file it breaks my jetty build and i have to restart the local server [23:03:18] <DeathRayDragonLu> ever seen anything like that? [23:03:29] <DeathRayDragonLu> @ first i thought it might be chmod-related [23:03:44] <DeathRayDragonLu> read/write sort of thing [23:03:50] <DeathRayDragonLu> haven't ruled that out [23:04:07] *** mertimor has joined #eclipse [23:04:16] <DeathRayDragonLu> running sdk 3.3.1 [23:04:24] *** ezyang has left #eclipse [23:04:24] <DeathRayDragonLu> hoping that updating will fix it [23:04:28] <DeathRayDragonLu> but until then... [23:04:30] <DeathRayDragonLu> anyone? [23:05:54] <DeathRayDragonLu> it's totally driving me nuts [23:09:08] *** allisterb has joined #eclipse [23:10:35] <DeathRayDragonLu> no answers? [23:10:55] <rcjsuen> If no one knows here you could try the forums. [23:13:23] *** ekiczek has joined #eclipse [23:16:27] <DeathRayDragonLu> cool [23:24:03] *** Powerplay has joined #eclipse [23:24:13] *** Carnage\ has quit IRC [23:24:34] *** Powerplay has quit IRC [23:25:08] *** Powerplay has joined #eclipse [23:25:45] *** Powerplay has quit IRC [23:26:02] *** Powerplay has joined #eclipse [23:28:20] *** Luyang has joined #eclipse [23:29:18] *** Luyang has quit IRC [23:30:40] *** ralf_e has joined #eclipse [23:33:07] *** hanrock has joined #eclipse [23:33:56] *** tokstolle has left #eclipse [23:33:59] <hanrock> what would be the correct way to distribute java eclipse project that needs external .jar files and native libraries? a platform dependent launch script that passes java executable the correct parameters or? [23:38:37] <DeathRayDragonLu> btw [23:39:04] <DeathRayDragonLu> anyone know of any good starter tutorials for setting up a php-based enviro? [23:39:16] <DeathRayDragonLu> for something as simple as wordpress (yes, you heard me right) [23:39:17] *** amnesic has quit IRC [23:39:22] <DeathRayDragonLu> (ha) [23:40:13] *** ralf_e has quit IRC [23:40:28] *** killerer has joined #eclipse [23:42:18] *** DeathRayDragonLu has left #eclipse [23:44:10] *** Laserbeak43 has quit IRC [23:44:51] *** tr1gger has quit IRC [23:49:32] *** theGussi has joined #eclipse [23:51:10] *** magnet has quit IRC [23:52:13] *** amnesic has joined #eclipse [23:52:34] *** shadowhywind has joined #eclipse [23:55:23] <shadowhywind> by anychance is there a way to increase the "smartness" of eclipse errors? What I mean about 90% of my errors are coming back as An inteneral build error has occureed. Right-click for more information for line -1. [23:57:34] *** bois has quit IRC [23:58:21] <nitind> shadowhywind: internal build errors are neither smart nor not smart, they're indicating that something's just gone horribly wrong. [23:58:34] *** oisinh has joined #eclipse [23:59:33] <shadowhywind> but half the time i screwed up declareing a variable correctly, which i would think it (which i thought it used to at least) come back with an error on that line