June 19, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:00:55] *** dmiles_afk has quit IRC
[00:02:17] *** dmiles_afk has joined #eclipse
[00:04:49] <acron17> hi there! i use the the junit plugin to generate test cases. i wonder if there is a way to "update" a test case
[00:07:04] *** dmiles_afk has quit IRC
[00:07:51] *** dmiles_afk has joined #eclipse
[00:10:30] *** soulreaper has quit IRC
[00:14:18] *** delasteve has quit IRC
[00:20:35] *** onekenthomas is now known as WetPuppy64567
[00:29:22] *** soee has quit IRC
[00:29:57] *** aksn__ has quit IRC
[00:31:55] *** soee has joined #eclipse
[00:32:07] *** soee has quit IRC
[00:33:17] *** mk has joined #eclipse
[00:33:36] <mk> any way to mark which methods will be inlined upon compilation?
[00:33:39] *** soee has joined #eclipse
[00:33:43] *** soee has quit IRC
[00:33:47] *** aksn has joined #eclipse
[00:42:13] *** dmiles_afk has quit IRC
[00:43:31] *** dmiles_afk has joined #eclipse
[00:48:07] <paulweb515_> mk: don't they have to at least be final methods or static methods?
[00:51:04] <acron17> in the install new software window the main view is empty and remains empty...
[00:51:59] <acron17> for example if i type to search for cdt is see its description in the "Details" but the main view (the list of plugins) is empty
[00:52:52] *** freaky[t]_ has quit IRC
[00:54:36] *** RenatoSilva has joined #eclipse
[00:54:39] *** RenatoSilva has left #eclipse
[00:55:22] <acron17> see an image of the weird behavior here: http://postimage.org/image/12zzbeszo/
[00:57:07] <acron17> installing new software was working with that eclipse installation before. any ideas? (i restarted eclipse already but without luck)
[01:00:22] *** freaky[t] has joined #eclipse
[01:00:50] <mk> paulweb515_: I think final, though the java vm can inline non-final
[01:01:09] <mk> the thing is, the eclipse debugger does the compilation
[01:01:14] <paulweb515_> mk: but that's the JIT, and that's usually unrolling loops and stuff
[01:02:14] <mk> if you're in the middle of an infinite for loop, inner methods never take effect unless they're in another class, or are static
[01:03:01] <mk> and if you change a value while debug is paused, it goes to the top of the true method (it won't go to the top of the current method, if current has been inlined)
[01:03:49] <mk> I want to make sure that a certain get method gets inlined, but I have no idea if it is or not
[01:04:05] <mk> but eclipse knows. So I'm wondering if there's a way for it to tell me.
[01:05:13] *** dmiles_afk has quit IRC
[01:06:05] *** dmiles_afk has joined #eclipse
[01:08:03] *** tewecske has quit IRC
[01:13:57] <paulweb515_> mk: I've never seen any functionality like that.  maybe that information is being returned through the debugging protocol to the eclipse debugger, or maybe the protocol allows for "send a step back" and the JVM says "OK, you're at instruction X now"
[01:15:10] *** Dessimat0r has joined #eclipse
[01:15:20] <mk> alright. Too bad that it's not available
[01:18:00] *** acron17 has quit IRC
[01:18:21] *** acron17 has joined #eclipse
[01:20:19] <acron17> has anyone an idea why the plugin view inside Install new software stays empty on my computer while there are plugins which should be displayed?
[01:20:47] <paulweb515_> acron17: there's a plugin view inside "Install New Software"?
[01:22:28] <acron17> paulweb515: i meant the view that displays a list of plugins matching your search or all with an empty search. like seen on this screenshot in the center of the window: http://postimage.org/image/12zzbeszo/
[01:22:44] <acron17> paulweb515: how do you call that view?
[01:29:58] <paulweb515_> acron17: it'
[01:30:05] <paulweb515_> acron17: it's a list of features available, not plugins
[01:30:24] <paulweb515_> strange that all of your sites can't find CDT, but try C++ instead
[01:32:17] <acron17> paulweb515: cdt is there. it's just an example, the list stays empty on any search (including an empty search), but i can "navigate" through it using the cursor keys. i can see the details text changing
[01:32:48] <paulweb515_> acron17: are you on linux?  what version of the SDK do you have?
[01:34:12] <acron17> yes i'm on linux. i just upgraded it to 6.24 and rebooted
[01:35:14] <acron17> paulweb515: why do you ask about linux? are similar problems known on linux?
[01:37:58] <paulweb515_> acron17: there can be clipping problems with certain parts of 3.7/4.1  In my case the clipping problem is solved with "GDK_NATIVE_WINDOWS=1 eclipse/eclipse ...."
[01:38:14] <paulweb515_> acron17: try re-launching with that, see if it helps
[01:41:30] <acron17> paulweb515: thanks for the hint, unfortunately it doesn't help :-/
[01:42:04] <paulweb515_> acron17: OK, that's a different problem then
[01:47:12] <acron17> the problem is somehow related to the workspace i use. if i use another one, the problem does not occur
[01:52:14] *** ardo has quit IRC
[01:52:18] *** lolmatic has quit IRC
[01:52:31] <acron17> what happens if a workspace gets corrupted? is there a way to check and repair it?
[01:57:24] *** kthomas_vh_ has joined #eclipse
[01:57:50] *** lolmatic has joined #eclipse
[01:59:31] *** Haemp_AWD has quit IRC
[02:02:20] <rcjsuen> workspace is...a lot of stuff, i guess it would depend on what is corrupted
[02:02:44] <rcjsuen> but no there's not like a tool that'll just randomly scan metadata looking for corruption, not that i know of anyway
[02:03:37] *** bid has quit IRC
[02:03:49] *** bid has joined #eclipse
[02:05:37] *** amitev2 has joined #eclipse
[02:07:04] *** Amzul has joined #eclipse
[02:08:21] *** bid has quit IRC
[02:09:09] *** amitev has quit IRC
[02:14:19] <baedert> hey, I created a custom editor, now I want to compile those files. What do I need? I already have a builder and a nature. google just shows unrelated entries
[02:18:58] *** rossand has joined #eclipse
[02:19:42] <rcjsuen> builders is what you want
[02:32:44] *** SimonP86 has quit IRC
[02:35:25] <acron17> ok, removing an importing my projects solved my issue
[02:37:36] <acron17> removing .metadata i wanted to say
[02:46:40] <acron17> i asked that before, maybe now someone is online which can help me:  i use the the junit plugin to generate test cases. i wonder if there is a way to "update" a test case?
[02:47:40] *** Haemp_AWD has joined #eclipse
[02:47:42] <nbf> baedert: IncrementalProjectBuilder
[02:49:00] *** Haemp_AWD has quit IRC
[02:50:03] *** SimonP86 has joined #eclipse
[02:50:10] <baedert> yep, I use that one already. I'll have a look at that tomorrow, I'm facing a much bigger problem now :)
[02:52:53] <nbf> :(
[02:55:12] *** EricInBNE has joined #eclipse
[03:00:53] <baedert> I get these exceptions when trying to start my plugin: http://pastebin.com/LZU5dpqs . the id "vala_plugin.editors.ValaEditor" isn't defined anywhere though
[03:02:47] <nbf> it should be defined in an extension id
[03:03:35] *** AWD^piledahl has quit IRC
[03:03:51] <baedert> I let eclipse search through my plugin.xml, but nothing
[03:05:10] <nbf> well you probably need to define it ;)
[03:05:14] *** lolmatic has quit IRC
[03:05:44] <nbf> are you forgetting to call super.createPartControl?
[03:06:08] <nbf> wait my bad :)
[03:06:19] <nbf> I have a common editor class that I was looking ;)
[03:06:20] <nbf> hmm
[03:06:34] <rcjsuen> Are you actually working on the Vala editor or are you just trying to open it?
[03:06:44] <rcjsuen> I think we should establish that first.
[03:07:10] <nbf> he's working on a vala editor
[03:07:17] <nbf> for your extension point (   <extension
[03:07:18] <nbf>          point="org.eclipse.ui.editors">)
[03:07:40] <nbf> do you have an id attribute in your <editor> tag?
[03:07:55] <nbf> I was chatting with him about this in another channel :)
[03:07:57] <baedert> yep, says vala_plugin.vala_editor
[03:08:10] <baedert> actually, that missing id also isn't in my java code :)
[03:09:54] <baedert> hmm, think I got it
[03:10:00] <nbf> what was it?
[03:11:58] <baedert> no idea, I just deleted the runtime-EclipseApplication folder :)
[03:12:25] <nbf> in the future, you can just clean the workspace in the run config
[03:12:39] <nbf> there's an option on the first page by the run config name area
[03:13:20] <baedert> ok, I'll try to remember that, thanks :>
[03:14:04] *** heinz has quit IRC
[03:17:02] *** lolmatic has joined #eclipse
[03:21:13] *** acron17 has quit IRC
[03:22:47] *** BullShark has joined #eclipse
[03:22:53] <BullShark> has anybody used Saros?
[03:23:03] <BullShark> http://www.saros-project.org/
[03:29:21] *** k0nichiwa has quit IRC
[03:30:36] *** baedert has quit IRC
[03:32:07] *** bid has joined #eclipse
[03:32:42] *** Amzul has quit IRC
[03:33:25] <BullShark> bid, hi
[03:37:08] *** dmiles_afk has quit IRC
[03:39:03] *** dmiles_afk has joined #eclipse
[03:41:03] *** xxen has joined #eclipse
[03:41:41] *** rossand1 has joined #eclipse
[03:43:28] *** dmiles_afk has quit IRC
[03:44:11] *** rossand has quit IRC
[03:45:13] *** dmiles_afk has joined #eclipse
[03:50:08] *** rcjsuen has quit IRC
[03:51:54] *** lolmatic has quit IRC
[03:55:23] *** gearaholic has joined #eclipse
[04:01:18] *** RenatoSilva has joined #eclipse
[04:02:02] *** RenatoSilva has left #eclipse
[04:09:14] *** potty has joined #eclipse
[04:10:11] *** rossand1 has quit IRC
[04:15:58] *** riotz has quit IRC
[04:16:01] *** cbeust__ has joined #eclipse
[04:16:19] *** cbeust_ has quit IRC
[04:16:20] *** riotz has joined #eclipse
[04:16:42] *** ktlr has quit IRC
[04:16:45] *** mk has quit IRC
[04:20:01] *** dijonyummy123 has quit IRC
[04:20:24] *** cvanes has joined #eclipse
[04:27:50] *** Dessimat0r has quit IRC
[04:28:41] *** kthomas_vh_ has quit IRC
[04:30:37] *** lpereira has joined #eclipse
[04:33:34] *** xxen has quit IRC
[04:34:47] *** gearaholic has quit IRC
[04:35:17] *** aksn has quit IRC
[04:40:25] *** potty has quit IRC
[04:45:37] *** potty has joined #eclipse
[04:49:45] *** WetPuppy64567 is now known as onekenthomas
[04:58:19] *** onekenthomas has quit IRC
[05:05:52] *** SimonP86 has quit IRC
[05:06:12] *** onekenthomas has joined #eclipse
[05:07:35] *** k0nichiwa has joined #eclipse
[05:14:24] *** d_a_carver has quit IRC
[05:17:20] *** airduster has quit IRC
[05:31:03] *** lpereira has quit IRC
[05:35:38] *** kthomas_vh_ has joined #eclipse
[05:40:41] *** dov23 has joined #eclipse
[05:55:12] *** airduster has joined #eclipse
[05:55:51] *** ExtraSpice has joined #eclipse
[06:00:09] *** k0nichiwa has quit IRC
[06:02:04] *** ries has quit IRC
[06:03:24] *** kthomas_vh_ has quit IRC
[06:24:37] *** lolmatic has joined #eclipse
[06:25:29] *** ron has joined #eclipse
[06:26:06] *** lolmatic has quit IRC
[06:32:56] *** Scorpion has joined #eclipse
[06:33:34] *** dov23 has quit IRC
[06:34:07] *** werdan7 has joined #eclipse
[06:36:03] *** potty has quit IRC
[06:41:46] *** magnet_ has quit IRC
[06:49:06] *** riotz has quit IRC
[06:49:37] *** adante has quit IRC
[06:50:23] *** adante has joined #eclipse
[06:50:32] *** riotz has joined #eclipse
[06:55:36] *** kthomas_vh_ has joined #eclipse
[07:02:48] *** mluser-home has quit IRC
[07:09:00] *** ron has quit IRC
[07:11:48] *** dijonyummy123 has joined #eclipse
[07:52:10] *** kthomas_vh_ has quit IRC
[07:57:42] *** LongBeach has joined #eclipse
[07:58:16] *** kthomas_vh has joined #eclipse
[07:58:48] *** kthomas_vh has quit IRC
[08:07:40] *** boshhead has quit IRC
[08:08:46] *** ron has joined #eclipse
[08:22:14] *** bid has quit IRC
[08:39:15] <ron> this is uber frustrating.
[08:41:44] <ron> http://prntscr.com/23d6i o_O
[08:47:04] *** acron17 has joined #eclipse
[08:55:06] *** acron17 has quit IRC
[08:56:04] *** danhello has joined #eclipse
[08:57:42] *** heX` has quit IRC
[09:07:34] *** cbeust__ has quit IRC
[09:08:08] *** cbeust_ has joined #eclipse
[09:11:50] *** cbeust_ has quit IRC
[09:33:29] *** purestrain has joined #eclipse
[09:45:20] *** cbeust_ has joined #eclipse
[09:46:08] *** cbeust_ has quit IRC
[09:48:08] *** imeikas has joined #eclipse
[09:53:57] *** ron has quit IRC
[09:54:51] *** ron has joined #eclipse
[09:57:57] *** gallatin has joined #eclipse
[10:06:35] *** soc42 has joined #eclipse
[10:09:54] *** dageriv has joined #eclipse
[10:10:05] *** imeikas has quit IRC
[10:10:34] <dageriv> Where is the setting to enable "syntax check", on save?
[10:10:44] <dageriv> Right now, I have to click build before I see errors.
[10:10:49] <dageriv> (eclipse/CDT)
[10:23:45] *** Kamaran has joined #eclipse
[10:35:14] *** vwegert has joined #eclipse
[10:45:29] *** soulreaper has joined #eclipse
[10:46:07] <ron> dageriv: I don't use CDT but go to Window->Preferences, in the filter box type 'save', see what comes up.
[10:46:45] <dageriv> I found it
[10:46:55] <dageriv> it was a checkbox in the preferances
[10:47:11] <dageriv> but it was so hard to find, that i cant find it again
[10:47:12] *** aaairc has joined #eclipse
[10:47:43] <ron> that's why you should use the filter box.
[10:48:35] <aaairc> hello all. when i import a project into my workspace in eclipse, do i want to copy the files? if i do do a copy, when i make changes will it only affect the copy that was imported and not the original file system that i imported? i don't really get why you would want to copy the files, versus just move them completely into the eclipse workspace
[10:49:15] <aaairc> original file system... meaning the existing project
[10:49:27] <aaairc> sorry if this is very basic but i'm using eclipse for the first time...
[10:54:39] *** rcjsuen has joined #eclipse
[10:55:08] *** airduster has quit IRC
[10:55:18] <ron> well, your question is a bit vague. normally if you create a project (for yourself only), you'd hold all the files in the workspace.
[10:55:29] <ron> however, there are situations where you wouldn't do that.
[10:56:08] <aaairc> ron: ok i think i'm good
[10:56:15] <aaairc> ron: thx
[11:00:31] *** aaairc has quit IRC
[11:01:23] *** semeion has quit IRC
[11:06:47] *** aaairc has joined #eclipse
[11:08:46] *** nicoulaj has joined #eclipse
[11:10:34] *** aaairc has left #eclipse
[11:11:27] *** acron17 has joined #eclipse
[11:18:46] *** heinz has joined #eclipse
[11:21:53] *** acron17 has quit IRC
[11:29:45] *** rkrul has joined #eclipse
[11:34:47] *** aksn has joined #eclipse
[11:47:58] *** dijonyummy123 has quit IRC
[11:49:36] *** baedert has joined #eclipse
[11:54:39] *** fornext has joined #eclipse
[11:58:51] *** KolakCC has joined #eclipse
[12:04:27] *** gallatin has quit IRC
[12:08:12] *** k1ck-soee has joined #eclipse
[12:08:12] *** soee has joined #eclipse
[12:08:26] *** soee__ has joined #eclipse
[12:08:38] *** k1ck-soee has quit IRC
[12:08:47] *** soee has quit IRC
[12:09:02] *** soee__ has quit IRC
[12:09:08] *** soee has joined #eclipse
[12:15:22] *** lpereira has joined #eclipse
[12:15:31] *** cgb has joined #eclipse
[12:28:15] *** kripz has joined #eclipse
[12:28:22] *** kripz has left #eclipse
[12:33:01] *** ddk has joined #eclipse
[12:45:19] *** pulse00 has quit IRC
[12:51:04] *** acron17 has joined #eclipse
[12:51:56] *** baedert_ has joined #eclipse
[12:55:00] *** baedert has quit IRC
[12:58:39] *** Kud has joined #eclipse
[13:15:52] *** xxen has joined #eclipse
[13:16:58] *** tewecske has joined #eclipse
[13:31:17] *** fornext has quit IRC
[13:38:00] *** zx has quit IRC
[13:42:57] *** scorphus has joined #eclipse
[13:46:00] *** PhilipW has joined #eclipse
[13:47:31] <PhilipW> Hey, I am running Eclipse on Win 7 64 bits. It seems that my keyboard settings are incorrected, however in other apps, like mirc, they are ok. Any ideas?
[13:48:17] <ron> define'incorrect'.
[13:48:55] <PhilipW> well, the < button gives me ; instead in eclipse
[13:49:14] <PhilipW> i was searching for something like a language bar
[13:49:26] <PhilipW> but in win7 I cannot seem to find it
[13:49:41] <rcjsuen> Do you get that problem in Eclipse dialogs also?
[13:49:43] <rcjsuen> Or just the text editor?
[13:50:31] <PhilipW> Dialogs also, Open file for example
[13:51:06] <ron> right click on the windows task bar->toolbars->language bar
[13:51:47] *** danhello has quit IRC
[13:52:31] <PhilipW> Ron, I tried that, because I remembered it from XP, but I don't have the language bar under toolbars
[13:52:38] <PhilipW> but seems like a win7 related problem
[13:52:48] <PhilipW> i'll try some more googling
[13:53:50] *** Hanumaan has joined #eclipse
[13:54:24] <ron> PhilipW: on the windows start search type 'region and language' and choose it. go to the keyboards and languages tab and click 'change keyboards' to see the settings.
[13:57:52] <PhilipW> ah
[13:57:59] <PhilipW> didn't help me at first
[13:58:26] <PhilipW> but now I added the language toolbar to the windows taskbar
[13:58:27] <PhilipW> thanks
[13:58:33] <ron> np
[13:59:09] <PhilipW> game of thrones time!
[14:08:57] *** acron17 has quit IRC
[14:16:53] *** rossand has joined #eclipse
[14:19:20] *** ExtraSpice has quit IRC
[14:20:29] *** ExtraSpice has joined #eclipse
[14:21:51] *** riotz has quit IRC
[14:23:25] *** boshhead has joined #eclipse
[14:28:00] *** riotz has joined #eclipse
[14:35:06] *** C0br4 has quit IRC
[14:45:31] *** magicked_ has joined #eclipse
[14:47:30] *** archetype has joined #eclipse
[14:47:33] *** gjvc has quit IRC
[14:48:57] *** magicked has quit IRC
[14:49:10] *** C0br4 has joined #eclipse
[14:51:33] <archetype> hi, i seem to have a problem with  x64 helios sr2 (sr1 as well) and memory monitors on a ubuntu linux 11.04 64bit. It does not seem to be able to load the address although same address is in the variable list
[14:53:19] *** mluser-home has joined #eclipse
[14:54:24] <archetype> forgot to mention that i am referring to eclipse IDE for C/C++ linux developers. Anyone else has this problem?
[14:54:51] *** ries has joined #eclipse
[14:55:21] *** vwegert_ has joined #eclipse
[14:58:20] *** vwegert has quit IRC
[14:58:22] *** vwegert_ is now known as vwegert
[15:02:26] *** acron17 has joined #eclipse
[15:05:24] *** DrGonzo has quit IRC
[15:06:00] <ron> archetype: you may have better luck with the ~forums
[15:06:01] <Arbalest> http://www.eclipse.org/forums/
[15:09:52] <archetype> thanks ron. Searched a bit over at forums/bugzilla but did not find anything. Will start a thread there. Thank you
[15:10:16] *** zx has joined #eclipse
[15:10:39] *** ddk has quit IRC
[15:10:46] *** ddk has joined #eclipse
[15:11:01] *** fornext has joined #eclipse
[15:33:09] *** soc42 has quit IRC
[15:38:26] *** soc42 has joined #eclipse
[15:45:17] *** archetype has quit IRC
[15:47:50] *** soulreaper has quit IRC
[15:53:57] *** roentgen has joined #eclipse
[16:05:39] *** johnstorey has joined #eclipse
[16:07:00] *** rossand has quit IRC
[16:09:29] *** aksn has quit IRC
[16:14:17] *** vwegert has quit IRC
[16:16:51] *** johnstorey is now known as johnstorey|AFK
[16:19:41] *** vwegert has joined #eclipse
[16:21:17] *** eshan has joined #eclipse
[16:24:11] <eshan> help : i have launch external launcher using IEditorLauncher . (when a specific file opens from eclipse) . But that file has not open in eclipse  editor ? only it opens in external editor (separate swing application )
[16:24:39] <eshan> is there a way to open that file in eclipse s well ? most probably in xml editor
[16:25:17] *** DrGonzo has joined #eclipse
[16:25:41] *** fornext has quit IRC
[16:28:41] *** delasteve has joined #eclipse
[16:28:41] *** delasteve has joined #eclipse
[16:28:51] *** heX` has joined #eclipse
[16:28:51] *** heX` has joined #eclipse
[16:44:44] *** roentgen has quit IRC
[16:47:52] *** ronr__ has joined #eclipse
[16:50:08] *** ron has quit IRC
[16:50:09] *** ronr__ has quit IRC
[16:50:25] *** ronr__ has joined #eclipse
[16:50:34] *** ronr__ is now known as ron
[17:00:51] *** johnstorey|AFK is now known as johnstorey
[17:11:00] *** cbeust_ has joined #eclipse
[17:12:27] <acron17> hi there! how can i change the default generated code for getter/setters?
[17:12:54] <acron17> i changed that once but needed to delete my .metadata and cannot find the correct preference setting
[17:18:21] *** johnstorey is now known as johnstorey|AFK
[17:18:31] <paulweb515_> Preferences>Java>Code Style>Code Templates
[17:18:36] <paulweb515_> acron17: ^^
[17:18:37] <paulweb515_> bbiab
[17:20:17] <acron17> paulweb515: but there can only the getter/setter body be modified. i want the signature to be changed
[17:21:37] <acron17> in my project private members start with an underscore followed by a lowercase name and i want the getter/setters to omit the underscore and use the capatalized name
[17:22:14] <acron17> like: class A { private int _a; public int getA(){ return _a; }
[17:22:37] *** zx has quit IRC
[17:22:48] <acron17> i manged to change some settings to achieve this, but as i said i needed to remove the .metadata
[17:24:00] <acron17> i also have a backup of the workspace and imported the Code style > Formatter from there...
[17:24:08] *** moraes has quit IRC
[17:25:49] <acron17> i *think* i remember that i needed to change to template for (private) members and the template for getter/setters names but i dont find them
[17:31:26] <acron17> ok, just found it: Java > Code Style: Fields, Edit, Prefix: _
[17:40:18] *** soulreaper has joined #eclipse
[17:42:34] *** Hanumaan has quit IRC
[17:46:11] *** fornext has joined #eclipse
[17:47:19] *** raven has joined #eclipse
[17:47:53] <raven> Hey guys, got 3.6.2 on F15 - and it keeps crashing every 2 minutes
[17:49:07] <raven> Not sure if it's the new Gnome 3, the new GTK lib or myself being incompatible but it's killing me
[17:49:10] <raven> Any ideas?
[17:50:00] <ron> java version?
[17:51:57] *** aminpy has joined #eclipse
[17:52:41] *** SimonP86 has joined #eclipse
[17:53:44] *** johnstorey|AFK is now known as johnstorey
[17:54:53] *** rkrul has quit IRC
[17:55:17] *** johnstorey has quit IRC
[17:55:33] *** rkrul has joined #eclipse
[17:55:55] *** dmiles_afk has quit IRC
[17:56:25] *** johnstorey has joined #eclipse
[17:57:00] *** dmiles_afk has joined #eclipse
[18:02:06] *** rossand has joined #eclipse
[18:04:50] *** dmiles_afk has quit IRC
[18:05:34] *** dmiles_afk has joined #eclipse
[18:10:03] *** jmotta has joined #eclipse
[18:12:16] *** eshan has quit IRC
[18:16:42] *** jmotta has quit IRC
[18:29:58] *** dijonyummy123 has joined #eclipse
[18:31:21] *** soee has quit IRC
[18:32:15] *** ron has quit IRC
[18:33:22] *** kassah has quit IRC
[18:34:06] *** dijonyummy123 has quit IRC
[18:34:24] *** kassah has joined #eclipse
[18:34:48] *** johnstorey is now known as johnstorey|AFK
[18:35:38] *** dijonyummy123 has joined #eclipse
[18:36:04] *** jblackburn has joined #eclipse
[18:38:06] *** jblackburn has quit IRC
[18:38:32] *** jblackburn has joined #eclipse
[18:46:02] *** raven has quit IRC
[18:46:09] *** johnstorey|AFK is now known as johnstorey
[18:53:34] <baedert_> http://pastebin.com/nSHQ3Lxh in line 4, I declare my Builder, which is assigned to my Nature in line 52. But when I go into the project preferences of a project with that nature attached, I see no Builder. any reason for that?
[18:57:18] *** Azelphur has quit IRC
[18:57:46] *** spydon has joined #eclipse
[18:58:44] <spydon> Hey, does anyone know why some of my tabs with code jumps in and out of some read only mode? The text on the tab gets grayed out and you can't write...
[19:01:00] *** airduster has joined #eclipse
[19:03:53] *** Lisimba has quit IRC
[19:04:53] *** danhello has joined #eclipse
[19:05:10] *** acron17 has quit IRC
[19:07:59] *** Lisimba has joined #eclipse
[19:09:09] *** johnstorey is now known as johnstorey|AFK
[19:10:30] *** dijonyummy123 has quit IRC
[19:10:40] *** ron has joined #eclipse
[19:11:10] *** Azelphur has joined #eclipse
[19:12:28] *** acron17 has joined #eclipse
[19:21:04] *** Azelphur has quit IRC
[19:24:10] *** acron17 has quit IRC
[19:25:39] *** Azelphur has joined #eclipse
[19:27:07] *** jmotta has joined #eclipse
[19:28:33] *** ron has quit IRC
[19:29:24] *** ries has quit IRC
[19:58:53] *** KolakCC has quit IRC
[19:59:36] *** dijonyummy123 has joined #eclipse
[20:03:16] *** scorphus has quit IRC
[20:11:54] *** purestrain has quit IRC
[20:12:22] *** acron17 has joined #eclipse
[20:12:25] *** Dessimat0r has joined #eclipse
[20:12:31] *** ron has joined #eclipse
[20:17:29] *** uebera|| has quit IRC
[20:19:12] *** uebera|| has joined #eclipse
[20:20:17] *** uebera|| has quit IRC
[20:20:17] *** uebera|| has joined #eclipse
[20:22:33] *** vwegert_ has joined #eclipse
[20:23:48] *** vwegert has quit IRC
[20:23:49] *** vwegert_ is now known as vwegert
[20:28:20] *** vdv has joined #eclipse
[20:33:42] *** fornext has quit IRC
[20:35:32] *** Harrold has joined #eclipse
[20:42:19] *** gearaholic has joined #eclipse
[20:48:46] *** acron17 has quit IRC
[20:50:15] *** gearaholic has quit IRC
[20:50:24] *** RenatoSilva has joined #eclipse
[20:50:47] *** dageriv has left #eclipse
[20:50:57] *** RenatoSilva has left #eclipse
[20:54:12] *** Scorpion has quit IRC
[20:54:23] *** zx has joined #eclipse
[20:55:47] *** potty has joined #eclipse
[20:56:05] <potty> hi eclipse people...
[20:56:27] <potty> I'm really interested in participate as committer of the project.  Where should I start?
[20:56:47] <heinz> producing code?
[20:59:05] <potty> yeah
[20:59:24] <ron> heinz wasn't asking ;)
[20:59:37] <potty> but any idea of which project or how do i join a project?
[21:00:00] *** gearaholic has joined #eclipse
[21:00:02] <Dessimat0r> I made a game development IDE using Eclipse for the BBC, but they decided they didn't want it due to the financial recession
[21:00:02] <ron> well, the eclipse foundation has many projects.
[21:00:28] <ron> have you given any thought as to which one you'd want to contribute to?
[21:00:40] <potty> i want to join some project related to java
[21:00:52] <potty> no matter if it is web, desktop or mobile development
[21:01:29] <ron> still many possible projects.
[21:02:01] <ron> http://www.eclipse.org/projects/listofprojects.php
[21:02:03] <potty> well... web development then
[21:02:05] <potty> :)
[21:02:09] <potty> java web development
[21:02:46] <ron> ask rcjsuen ;)
[21:03:10] <potty> rcjsuen, hello may you help me with my issue?
[21:03:37] <potty> ron, but in general... is it difficult to join a project?
[21:03:46] <ron> I wouldn't know.
[21:04:03] <ron> normally becoming a comitter takes time.
[21:04:10] <ron> becoming a contributer is easier.
[21:04:30] <ron> basically, you can look at the opened ~bugs and offer patches to solve them.
[21:04:30] <Arbalest> Eclipse Bugzilla - Open new bug reports and/or enhancement requests https://bugs.eclipse.org/bugs/enter_bug.cgi / Search for existing bugs and/or enhancement requests https://bugs.eclipse.org/bugs/query.cgi
[21:05:04] *** rcjsuen has quit IRC
[21:05:23] <potty> I understand ron.  So I have to begin as contributer!
[21:05:47] <ron> right. nobody's going to let you commit code before you prove yourself.
[21:06:18] <ron> or rather, if they do let you commit code before you prove yourself, it's a crappy project and you should run for your life.
[21:06:46] <potty> i get it :)
[21:07:02] <potty> and now i change my question...
[21:07:10] <potty> how do i contribute to the project?
[21:07:21] <ron> and you should be open for criticism. you'll get much of it.
[21:07:30] <potty> that's no problem :)
[21:07:55] <ron> like I said, start by looking at ~bugs - discuss ideas how they should be solved and then offer a patch.
[21:07:55] <Arbalest> Eclipse Bugzilla - Open new bug reports and/or enhancement requests https://bugs.eclipse.org/bugs/enter_bug.cgi / Search for existing bugs and/or enhancement requests https://bugs.eclipse.org/bugs/query.cgi
[21:08:10] <potty> ok
[21:08:15] <potty> thanks
[21:08:29] <potty> thank you so much ron and Arbalest !
[21:08:30] <potty> :)
[21:08:36] <ron> good luck
[21:08:39] <potty> wont be the last time you hear about me :)
[21:08:56] <ron> if it helps, I'll probably won't remember your name anyways ;)
[21:09:34] <potty> btw my name is Abdel Martinez, from Panama
[21:16:49] *** rossand has quit IRC
[21:17:07] *** gearaholic has quit IRC
[21:17:36] *** semeion has joined #eclipse
[21:22:29] *** moraes has joined #eclipse
[21:26:00] *** ron has quit IRC
[21:26:54] *** moraes has quit IRC
[21:27:47] *** ron has joined #eclipse
[21:28:21] *** moraes has joined #eclipse
[21:31:20] *** lolmatic has joined #eclipse
[21:39:46] <baedert_> to plugin development: http://pastebin.com/nSHQ3Lxh in line 4, I declare my Builder, which is assigned to my Nature in line 52. But when I go into the project preferences of a project with that nature attached, I see no Builder. any reason for that?
[21:41:13] *** semeion has quit IRC
[21:41:25] *** semeion has joined #eclipse
[21:41:54] *** ExtraSpice has quit IRC
[21:43:16] *** dirk_77_ has joined #eclipse
[21:46:30] *** aminpy has quit IRC
[21:49:29] *** xxen has quit IRC
[21:50:27] *** delasteve has quit IRC
[21:55:19] *** xxen has joined #eclipse
[21:57:53] *** semeion has quit IRC
[22:00:08] *** dirk_77_ has quit IRC
[22:06:00] *** jblackburn has quit IRC
[22:08:21] *** semeion has joined #eclipse
[22:10:03] *** ron has quit IRC
[22:12:48] *** dirk_77_ has joined #eclipse
[22:13:15] *** ries has joined #eclipse
[22:22:06] *** soee has joined #eclipse
[22:25:31] *** SimonP86_ has joined #eclipse
[22:26:27] *** lpereira has quit IRC
[22:28:12] *** SimonP86 has quit IRC
[22:32:51] *** potty has quit IRC
[22:42:50] *** vwegert has quit IRC
[22:45:26] *** ron has joined #eclipse
[22:45:33] *** rkrul has quit IRC
[22:56:18] *** rossand has joined #eclipse
[22:57:34] *** k0nichiwa has joined #eclipse
[23:08:39] *** ron has quit IRC
[23:12:53] *** soc42 has quit IRC
[23:15:23] *** rossand has quit IRC
[23:17:59] *** airduster has quit IRC
[23:20:12] *** nicoulaj has quit IRC
[23:22:05] *** danhello has quit IRC
[23:27:08] *** LongBeach has quit IRC
[23:29:00] *** vdv has quit IRC
[23:56:25] *** SimonP86 has joined #eclipse
[23:57:58] *** SimonP86_ has quit IRC

top