December 11, 2009  
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 | 31

[00:01:09] <scroogey> erdal: uh, hook as in listening to key presses like space lre
[00:01:15] <scroogey> letters and then inser the text
[00:01:26] <scroogey> just like the code templates stuff for the java perspective
[00:08:31] <rcjsuen> well, hooking a key listener to every text editor that's open is technically feasible
[00:09:04] <rcjsuen> tho i don't think there's really an api way of getting there
[00:09:21] <rcjsuen> or at least, a "blessed" way
[00:11:35] *** tphgangster has quit IRC
[00:11:40] <erdal> doesnt he have to patch the text editor?
[00:12:44] <rcjsuen> erdal: it's psosible to retrieve a text editor's StyledText using pure API, tho it's kinda hack-y
[00:12:54] <rcjsuen> which would allow you to add your keylistener ;p
[00:13:27] <rcjsuen> but to do proper stuff like content proposals then that would be a different can of worms imo
[00:14:08] <erdal> can of worms :-)
[00:14:21] <scroogey> bah
[00:14:29] <scroogey> so i need to bug adobe on a daily basis then
[00:14:29] <erdal> eclipse for fishing
[00:14:49] <scroogey> i suppose i can let asteriks call every day the project manager, ghehe
[00:15:35] <erdal> or you would do what rcjsuen describes as the unblessed way of doing it...
[00:16:00] <rcjsuen> it's an interesting question tho, having global templates
[00:16:08] <rcjsuen> probably worth filing an enhancement request about
[00:16:28] *** Sal has left #eclipse
[00:21:53] *** erdal has left #eclipse
[00:28:37] *** magnet has quit IRC
[00:33:17] *** sphenxes has quit IRC
[00:33:41] *** Cobi has quit IRC
[00:35:19] *** ReneP has quit IRC
[00:35:22] *** Cobi_ has joined #eclipse
[00:39:21] *** Irakirashia has quit IRC
[00:43:18] *** laknath_ has quit IRC
[00:43:36] *** laknath_ has joined #eclipse
[00:50:06] *** kensanata has quit IRC
[00:50:36] *** amnesic has joined #eclipse
[00:52:50] *** gilead has quit IRC
[00:55:32] *** Irakirashia has joined #eclipse
[01:01:57] *** veyres has quit IRC
[01:02:04] *** glima[AWAY] is now known as glima
[01:07:03] *** Cobi_ has quit IRC
[01:10:08] *** Cobi has joined #eclipse
[01:13:17] *** krbarnes has joined #eclipse
[01:26:51] *** krbarnes has quit IRC
[01:27:07] *** sven_oostenbrink has joined #eclipse
[01:28:38] *** scroogey has quit IRC
[01:30:35] *** phoenixz has quit IRC
[01:31:16] *** allisterb has joined #eclipse
[01:33:31] *** Leemp has joined #eclipse
[01:35:54] *** Zoxc has joined #eclipse
[01:45:16] <Zoxc> how can you stop the internal builder from overwriting object files?
[01:47:01] *** sven_oostenbrink has quit IRC
[01:52:43] *** FurnaceBoy has quit IRC
[01:55:53] *** ReneP has joined #eclipse
[02:00:23] *** krbarnes has joined #eclipse
[02:01:22] *** epinky has joined #eclipse
[02:01:48] *** epinky has left #eclipse
[02:03:11] *** Fizix has joined #Eclipse
[02:03:39] <Fizix> Greetings
[02:06:36] <Fizix> I'm having the darnedest time getting everything on Eclipse to run on Ubuntu. When I try to install a plugin, I'm missing this gef and that thing; it's quite a lengthy process. I tried downloading it via Synaptic and Aptitude to no avail. Next, I tried their site: I unpackaged the tarball (I grabbed multiple versions, RCP/Plugin & Java/EEE..)and ran it from wherever I unpacked it to, but it won't attempt to download and use any of the plugi
[02:06:36] <Fizix> ns through that method. Any help?
[02:09:27] <rcjsuen> asimismo: Did you solve your content assist problem?
[02:10:13] <rcjsuen> Fizix: you mean when you use the tarball it's still asking for GEF? what are you trying to install anyway
[02:14:04] <Fizix> rcjsuen, I'm trying to install an 'Android Development Kit' plugin. When I extract the tarball and run eclipse from their, it'll ask for the plugin location as it always does, but whether I point it to an online source or locally, it simply won't resolve and update.
[02:14:21] <rcjsuen> what do you mean "wont resolve and update"?
[02:14:24] <rcjsuen> you get http errors or whatever?
[02:14:28] *** phoenixz has joined #eclipse
[02:14:40] *** phoenixz has quit IRC
[02:15:29] <Fizix> When I install it via synaptic or aptitude, I can use either the online location or the plugins stored locally on my drive, it recognizes it, allows me to click next, then from there it says unable to install because you don't have this gef, then I get that it's something else, then after that it's yet another thing
[02:16:26] <Fizix> When I run it from the extracted tarball I get from the site, what I mean by it doesn't "resolve," after I type in the online location or point it to where the plugin is stored, it simply does nothing. Doesn't update, doesn't let me click next, it acts as if I never put anything in the field.
[02:16:50] <rcjsuen> Fizix: So you mean nothing shows up in the tree below?
[02:16:56] <Fizix> Correct.
[02:17:22] <rcjsuen> that matter is addressed in the faq in channel topic
[02:18:02] <Fizix> okie dokie, thank you! I'm going to there now.
[02:18:12] *** Pikachu_2015 has quit IRC
[02:21:12] <Zoxc> can you get eclipse to use another name the output object file?
[02:40:55] *** EricInBNE has joined #eclipse
[02:44:52] *** amnesic has quit IRC
[02:55:18] *** ExElNeT has quit IRC
[03:06:49] *** conan has quit IRC
[03:08:42] <philk_> rcjsuen: is it posssible to intercept a command execution without using AspectJ?
[03:08:56] <rcjsuen> Think not.
[03:11:39] *** deng_c has joined #eclipse
[03:12:37] *** tolland has quit IRC
[03:12:44] *** Shown has quit IRC
[03:30:29] *** Irakirashia has quit IRC
[03:31:24] <philk_> and is ti possible to contribute the same menu items to a toolbars drop-down button as well as some other menu, say the main menu "tools"?
[03:32:25] *** ramenmeal has joined #eclipse
[03:37:42] <philk_> paulweb515: is there a reason why one cannot toggle the coolbar via command if it was initially invisible? I would like to startup the app without coolbar but allow the user to display it later, depending on the "Show toolbar" command
[03:38:26] *** Powerplay has joined #eclipse
[03:40:18] *** laknath_ has quit IRC
[03:40:35] *** philk__ has joined #eclipse
[03:41:51] *** armence has quit IRC
[03:46:28] *** philk_ has quit IRC
[03:51:06] *** JacobSingh has joined #eclipse
[03:54:07] *** krbarnes has quit IRC
[03:59:15] *** ramenmeal has quit IRC
[04:02:46] *** [TomTom] has joined #eclipse
[04:05:30] *** rawblem has joined #eclipse
[04:11:47] *** TomTom has quit IRC
[04:13:55] *** rcjsuen has quit IRC
[04:19:02] *** ramenmeal has joined #eclipse
[04:19:49] *** laknath_ has joined #eclipse
[04:22:34] *** laknath_ has quit IRC
[04:28:10] *** toulmean has quit IRC
[04:29:30] *** Zoxc has quit IRC
[04:32:42] *** Dashkal has joined #eclipse
[04:41:55] *** SilentPenguin has quit IRC
[04:50:29] *** Theravadan has quit IRC
[04:54:15] *** Dashkal has quit IRC
[05:00:34] *** xxen has quit IRC
[05:02:07] *** d_a_carver has quit IRC
[05:02:12] *** toulmean has joined #eclipse
[05:06:17] *** toulmean has quit IRC
[05:08:10] *** mbana has quit IRC
[05:13:37] *** charley has quit IRC
[05:17:14] *** plediii has quit IRC
[05:24:58] *** philk__ has quit IRC
[05:28:02] *** Stefa2 has joined #eclipse
[05:34:57] *** Stefa1 has quit IRC
[05:44:33] *** Fizix has quit IRC
[05:55:22] *** lresende has quit IRC
[06:01:45] *** cyzie has joined #eclipse
[06:02:53] *** Powerplay has quit IRC
[06:03:43] *** plediii has joined #eclipse
[06:06:18] *** JacobSingh has quit IRC
[06:12:34] *** SpektoM has joined #eclipse
[06:17:58] *** Dashkal has joined #eclipse
[06:22:36] *** geir2 has joined #eclipse
[06:24:57] *** geir2 has quit IRC
[06:26:26] *** geir2 has joined #eclipse
[06:26:34] *** geir2 has joined #eclipse
[06:43:18] *** volodya has joined #eclipse
[06:49:30] *** arrummzen has joined #eclipse
[06:49:55] <arrummzen> I'm using eclipse on Linux. Why don't the buttons respond correctly to the mouse (I can use them with the keyboard tab/enter)?
[06:50:03] *** toulmean has joined #eclipse
[06:50:29] *** Afterlawl has joined #eclipse
[06:54:53] <NoobFukaire> arrummzen: it's a bug with a new version of GTK and the latest stable releases of eclipse
[06:55:35] <NoobFukaire> before you launch eclipse, set the follow env variable in your shell: export GDK_NATIVE_WINDOWS=1
[06:55:38] <NoobFukaire> it will fix the issue
[07:01:44] *** tphgangster has joined #eclipse
[07:08:03] *** SpektoM has quit IRC
[07:09:24] *** tr1gger has quit IRC
[07:11:08] *** arrummzen_ has joined #eclipse
[07:12:18] *** arrummzen has quit IRC
[07:20:30] *** atke has joined #eclipse
[07:29:33] *** LongBeach has joined #eclipse
[07:30:25] *** geir2 has joined #eclipse
[07:32:01] *** keya has joined #eclipse
[07:35:49] *** geir2 has quit IRC
[07:35:58] *** geir2 has joined #eclipse
[07:36:23] *** geir2 has quit IRC
[07:37:16] *** geir2 has joined #eclipse
[07:37:56] *** geir2 has quit IRC
[07:45:23] *** volodya has quit IRC
[07:47:05] *** bigmack83 has quit IRC
[08:03:08] *** [TomTom] is now known as TomTom
[08:03:10] *** bigmack83 has joined #eclipse
[08:07:07] *** sheeep has joined #eclipse
[08:07:41] *** sheeep has left #eclipse
[08:11:55] *** tr1gger has joined #eclipse
[08:15:59] *** JacobSingh has joined #eclipse
[08:17:15] *** punknroll_ has joined #eclipse
[08:21:30] *** arrummzen_ has left #eclipse
[08:30:56] *** opossum_oisif has joined #eclipse
[08:40:58] *** opossum_oisif has quit IRC
[08:42:04] *** kottlett has joined #eclipse
[08:46:00] *** sama has joined #eclipse
[08:46:08] *** philk_ has joined #eclipse
[08:49:56] *** toulmean has quit IRC
[08:50:24] *** sphenxes has joined #eclipse
[08:52:58] *** amitev has joined #eclipse
[08:53:05] *** volodya has joined #eclipse
[08:54:43] *** yashi_ has joined #eclipse
[08:57:14] *** Carnage\ has joined #eclipse
[08:58:58] <philk_> I yet again have this problem after upgrading Eclipse its does not remove the old plugins... and even creates start config with duplicate entries
[09:00:01] *** fleque has joined #eclipse
[09:05:03] <yashi_> hmmm.. what would be the best starting point if I'd like to integrate CDT's builder for gnu make to my plugin?
[09:05:56] <yashi_> all I want is to exec make command in my builder with a few make target, but CDT already have a class to do that
[09:11:17] *** fsteeg has joined #eclipse
[09:16:46] <keya> yashi_: You can set the targets for build in CDT.
[09:16:47] *** elver has quit IRC
[09:16:56] *** SniperFodder has quit IRC
[09:17:02] *** elver has joined #eclipse
[09:18:04] *** Evelynn has joined #eclipse
[09:19:19] *** veyres has joined #eclipse
[09:20:00] <yashi_> keya: do you mean that working project is manged by CDT?  I want to create my own project and plugin and just want to use CDT's builder
[09:21:32] <keya> yashi_: Then you can extend the builder for CDT and associate with your project.
[09:23:48] *** philk__ has joined #eclipse
[09:29:17] *** philk_ has quit IRC
[09:33:25] *** hect has joined #eclipse
[09:39:17] *** csaba has joined #eclipse
[09:40:04] <csaba> I'm writing a plugin which is supposed to create a new project. Basically I just want to create a directory, and add it to the workspace. How to do it?
[09:40:16] <csaba> I thought that I should create a new File based on ResourcesPlugin.getWorkspace().getRoot();
[09:40:20] <csaba> but this didn't work
[09:40:25] *** akurtakov has quit IRC
[09:40:30] *** deSilva has quit IRC
[09:43:47] *** bigmack83_ has joined #eclipse
[09:50:07] *** akurtakov has joined #eclipse
[10:04:25] *** jink has joined #eclipse
[10:06:45] *** sama has quit IRC
[10:06:59] *** iksik has quit IRC
[10:11:23] *** fsteeg_ has joined #eclipse
[10:13:25] *** fsteeg_ has quit IRC
[10:13:50] <keya> csaba: You would need to get a ProjectHandle first and then use it to create a new projec.t
[10:14:13] <keya> Icsaba: Something like - > Project newProjectHandle = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
[10:14:26] <csaba> ok I managed to create it with root.getProject(projectName).create(null)
[10:14:36] <csaba> but now I have trouble getting its path
[10:14:43] <keya> csaba: Yeah.  After creating open it.
[10:14:48] <keya> csaba: Path as in?
[10:14:53] <csaba> yeah I did open it
[10:14:57] <csaba> project.getFolder(".").getFullPath().toOSString()
[10:15:12] <csaba> I want something like /home/csaba/workspace/MyNewProject/
[10:15:35] <keya> csaba: For the project.getLocation() should help.
[10:16:17] <csaba> hmm for that, I seem to get a temporary path
[10:16:27] <csaba> /home/csaba/runtime-EclipseApplication/MyNewProject
[10:16:43] <csaba> oh or maybe that's just the test env
[10:16:46] <csaba> ?
[10:16:51] <keya> csaba: Yes that's where your project exist on the file system.
[10:17:20] <keya> csaba: As per my guess, 'workspace' is where you have written a plug-in to contribute this new project wizard.
[10:17:21] <csaba> yeah, when I'm testing the plugin, right? Once I deploy it, it will create projects in /home/csaba/workspace
[10:17:48] <keya> csaba: When you launch your Eclipse App to test this new plug-in it used another 'runtime workspace'.  Where your new project would have been created.
[10:18:05] <csaba> yeah
[10:18:06] *** Kudd has joined #eclipse
[10:18:06] <csaba> ok thanks
[10:18:07] <keya> csaba:  Check Run -> Run Configurations.
[10:18:35] <keya> csaba:  There you can specify the runtime workspace.  It's not recommended to use the development workspace as runtime.
[10:18:58] <csaba> oh yeah, and currently I use an IProgressMonitor for the progress bar... is there a way I can get that window with the "Details" button, so I can output stuff
[10:19:10] <csaba> or at least output into the Console view
[10:19:33] <keya> csaba: Console view of Runtime workspace?
[10:19:48] <csaba> yeah that would be good as well
[10:19:50] <keya> csaba: For that you would need to see IConsoleManager and related classes.
[10:20:19] <keya> csaba: To see output on Development workspace, you can simply put System.out.printlns();.
[10:20:35] <csaba> yeah but that doesn't work, it doesn't output anything
[10:20:40] <csaba> at least not while testing...
[10:21:02] <keya> csaba: Check the Console view on the development eclipse workbench.
[10:21:21] *** bigmack83_ has quit IRC
[10:21:21] *** bigmack83 has quit IRC
[10:21:26] <csaba> I did... but anyway...
[10:21:28] <csaba> ConsoleManager.startConsole(equinox)
[10:21:34] <csaba> what's the equinox?
[10:22:46] <keya> csaba: Use ConsoleManager from org.eclipse.ui.internal.console package.
[10:23:56] *** akurtakov has quit IRC
[10:24:04] <csaba> no such package
[10:24:12] <csaba> just .commands and .context
[10:24:26] <csaba> .views
[10:25:11] <keya> csaba: Try Ctrl + Shift + T in Java/Plug-in  Perspective and type in ConsoleManager.
[10:25:34] <csaba> yeah maybe it's not available in the newest eclipse
[10:25:45] <csaba> org.eclipse.osgi....
[10:25:55] *** akurtakov has joined #eclipse
[10:26:41] <keya> csaba: Add dependency on org.eclipse.ui.console plug-in in your plug-in and try to use the class.
[10:27:29] <csaba> ah perfect :)
[10:27:30] <csaba> thanks
[10:27:37] <keya> csaba: Welcome.
[10:28:02] <keya> csaba: As per my knowledge, you need to create a new 'console' and add a IStreamListener to it or something like that.
[10:28:21] <csaba> ok I'll find out how thanks
[10:29:11] <keya> csaba: Welcome.  :-)
[10:29:43] *** z4z4 has joined #eclipse
[10:31:10] *** fsteeg has quit IRC
[10:38:03] *** Transformer has joined #eclipse
[10:39:00] *** bigmack83 has joined #eclipse
[10:40:18] *** bigmack83_ has joined #eclipse
[10:40:40] *** Transformer has left #eclipse
[10:49:06] *** deSilva has joined #eclipse
[10:55:33] *** kensanata has joined #eclipse
[11:02:16] *** ecfuser87308 has joined #eclipse
[11:02:52] *** ecfuser87308 has left #eclipse
[11:13:19] *** Pikachu_2015 has joined #eclipse
[11:14:17] *** fixl has joined #eclipse
[11:18:59] *** fleque has quit IRC
[11:20:18] *** ExElNeT has joined #eclipse
[11:23:13] *** rcjsuen has joined #eclipse
[11:23:41] *** glima is now known as glima[AWAY]
[11:24:52] *** chaosphere has joined #eclipse
[11:27:22] *** magnet has joined #eclipse
[11:29:57] *** fleque has joined #eclipse
[11:30:36] *** SzymonB has joined #eclipse
[11:31:50] <philk__> rcjsuen: ~bug 297563
[11:32:05] <philk__> rcjsuen: how can I change the assigned too to PDE-UI?
[11:32:26] <rcjsuen> Users can't do that.
[11:32:47] <deSilva> rcjsuen: you're up too early!
[11:34:35] *** MaxFrag|ZeekDaGe is now known as ZeekDaGeek
[11:36:57] <philk__> rcjsuen: but I have set the product and component... so someone else need to re-assign. Can you do it?
[11:37:13] *** iksik has joined #eclipse
[11:37:34] <rcjsuen> I can but I generally do not touch bugs that are not within my scope.
[11:37:42] *** Serpens has joined #eclipse
[11:37:50] <rcjsuen> Dani will take care of it.
[11:38:22] *** kartben has joined #eclipse
[11:40:11] <philk__> rcjsuen: ok... I wonder how difficult it is to implement such a quickfix
[11:41:00] <philk__> rcjsuen: I have just updated to the newest ibuild and once again eclipse references the wrong, old plugins in ctrl-t. It does not use the new ones with source attachment
[11:41:36] <philk__> rcjsuen: is there anything I have to do, do refresh the index or force it to use the plugins referenced in the FEATURES its currently running on?
[11:43:02] <rcjsuen> I haven't seen that problem before, dunno.
[11:43:36] *** yann has joined #eclipse
[11:45:48] <yann> I'd like to run some operation from outside the IDE (namely batching "PDE tools/Create Ant build file" on MANIFEST.MF on a set of projects)
[11:46:05] <yann> what documentation would help me to do that ?
[11:47:03] <philk__> rcjsuen: maybe because i have my own targetplatform also?
[11:47:23] <rcjsuen> well i admit i just use the sdk default target
[11:49:07] *** chaosphere has quit IRC
[11:49:24] *** ramenmeal has quit IRC
[11:50:50] *** _utopia has joined #eclipse
[11:52:53] *** _utopia is now known as utopia
[11:53:00] *** ramenmeal has joined #eclipse
[11:53:02] *** arj has joined #eclipse
[11:54:12] *** ramenmeal has quit IRC
[11:56:06] *** kemerten has joined #eclipse
[11:56:09] <arj> what could be wrong? :) using eclipse on ubuntu 9.10, downloaded latest galileo-php and ganymede-php versions
[11:56:13] <arj> if I try to add http://subclipse.tigris.org/update_1.6.x to the software repositories, I can click OK like a madman but nothing happens
[11:57:37] <rcjsuen> arj: Screenshot?
[11:57:47] *** JacobSingh has quit IRC
[11:58:31] <arj> ok, just a second
[12:00:04] <fixl> arj: can you try and click on the button and then hit the enter button?
[12:02:43] <arj> fixl, brilliant!
[12:03:29] <fixl> arj: not brilliant ... my eclipse behaves the same. I just was to lazy to file a bug because i havent done much java stuff lately
[12:05:48] <fixl> rcjsuen: http://i48.tinypic.com/s46p8h.jpg <-- i can click on the new next button as often as i want but it doesnt continue. It just continues when i hit enter. Using 3.5
[12:06:16] <rcjsuen> that problem is addressed in the FAQ in the channel's topic
[12:06:34] <fixl> oh :D
[12:07:41] <fixl> well i use kde
[12:07:57] *** njbartlett has quit IRC
[12:08:21] <rcjsuen> fixl: Makes no difference. People using KDE can run GTK+ programs, people using GNOME can run Qt programs.
[12:08:56] <fixl> :o
[12:09:24] <fixl> rcjsuen: thanks for the hint. It works again :)
[12:11:52] *** njbartlett has joined #eclipse
[12:11:53] *** andy has quit IRC
[12:13:42] *** utopia has quit IRC
[12:18:18] *** deng_c has quit IRC
[12:18:54] *** JacobSingh has joined #eclipse
[12:19:08] *** laknath has joined #eclipse
[12:24:07] *** rawblem has quit IRC
[12:24:14] *** rawbdor has joined #eclipse
[12:24:49] *** Dashkal has quit IRC
[12:27:06] <Serpens> is there any reasonable way to write a ctypes project in eclipse?
[12:31:10] *** rcjsuen has quit IRC
[12:34:07] *** SzymonB has quit IRC
[12:35:35] *** UrsoBranco has joined #eclipse
[12:39:05] *** nats has joined #eclipse
[12:44:08] *** tangent3 has quit IRC
[12:45:10] <philk__> is it possible to refresh a JFace tooltip manually? So that it recreates itself while its displayed?
[12:54:49] <keya> philk__: You can identify the scenarios where you want to show certain text in tool tips and set it.
[12:55:43] *** kensanata has quit IRC
[12:58:11] <philk__> keya: I know... what I want is to update the tooltip as soon as my controls gets updated and the tooltip is currently shown
[12:58:28] <philk__> keya: maybe I can just call its activate() method... lets see
[12:58:53] <philk__> keya: but that would destroy the tooltip first and not just update its controls
[12:59:40] <keya> philk__: You can register for Control change and update the tooltip text if you have access to tooltip there.
[13:00:49] <philk__> keya: check the DefaultToolTip class... you cannot update it. When you call its setImage/setText it will not update itself. It will just save the values for its next creation
[13:01:22] *** Irakirashia has joined #eclipse
[13:04:29] <keya> philk__: Oh okay.  Then yeah, as you said, destroying it and creating it again would be required.
[13:08:21] *** utopia has joined #eclipse
[13:09:10] *** roflino has joined #eclipse
[13:18:54] *** njbartlett has quit IRC
[13:32:22] *** oisinh has joined #eclipse
[13:38:01] *** JacobSingh has quit IRC
[13:39:04] *** erdal has joined #eclipse
[13:39:34] *** jinky has joined #eclipse
[13:39:53] <erdal> how can i add new behavior to the "Back" and "Forward" actions in the main toolbar?
[13:40:16] <erdal> e.g. go back to the last visible perspective
[13:42:21] *** jink has quit IRC
[13:42:22] *** jinky is now known as jink
[13:42:48] *** oisinh has quit IRC
[13:45:53] *** rcjsuen has joined #eclipse
[13:48:21] <erdal> rcjsuen: do you know how to change "Back" and "Forward"?
[13:48:31] <erdal> the actions in the main toolbar
[13:52:26] <rcjsuen> that's navigation history, i was of the assumption you could only change that with editors
[13:53:17] <erdal> so there is no way to add specific behavior, e.g. perspectives navigation
[13:53:59] <erdal> using the navigation history, of course
[13:55:01] <rcjsuen> Don't think so.
[13:55:35] <erdal> ok
[13:55:45] <keya> erdal: There are perspectives shortcuts available on the right corner of toolbar.  You can check that.
[13:56:10] <erdal> yes, but you have to configure this manually
[13:56:48] <erdal> if user switches to a new perspective, then the "Back" command should switch back to the previous perspective
[13:56:58] <erdal> automatically
[13:57:32] *** leitaox has joined #eclipse
[13:58:10] <erdal> i will add two new actions that listen for perspective changes...
[13:58:23] *** pnehrer has joined #eclipse
[14:17:32] *** Fragarach87 has joined #eclipse
[14:18:36] *** kemerten has quit IRC
[14:22:37] *** Evelynn has quit IRC
[14:29:34] *** volodya has quit IRC
[14:35:13] <yann> hm, what is the "delta pack", exactly ?
[14:35:22] *** roflino has quit IRC
[14:36:54] <magnet> yann, the native bundles for SWT for all platforms Eclipse runs on
[14:37:03] <magnet> (the fragments)
[14:37:09] <yann> ok
[14:37:46] <yann> is that *really* needed for PDE headless builds ?  http://www.vogella.de/articles/EclipsePDEBuild/article.html says that, but I find it a bit strange
[14:37:50] *** arj has left #eclipse
[14:38:09] <magnet> you need it if you want to build for different platforms
[14:38:46] *** fixl has quit IRC
[14:38:51] <yann> ok, but not for a native build ?
[14:38:57] <magnet> native build?
[14:39:12] <yann> for the platform where the build runs on
[14:39:12] <magnet> you don't do native builds with PDE build
[14:39:45] <magnet> it's not about where the build runs on, it's about where you execute the product
[14:40:09] *** UrsoBranco has quit IRC
[14:40:12] <magnet> anyway why not just have the delta pack?
[14:40:29] <yann> anyway, since the resulting bundles are supposed to be portable, I still don't see why we would need to have target-platform-specific stuff at build time - what did I missed ?
[14:41:18] <magnet> 1) the equinox launcher 2) the SWT native fragments
[14:41:24] <magnet> it's written in the article you linked
[14:41:36] <magnet> and it's not just build time, it's also packaging
[14:41:44] <magnet> resolving dependencies, etc
[14:42:24] <yann> hm, ok
[14:43:01] *** tolland has joined #eclipse
[14:43:05] <magnet> I don't know the specifics, but the SWT fragments extend the API with the Eclipse-ExtensibleAPI definition
[14:43:12] <yann> I'm also realizing that this article does not *really* seem to tell about headless builds - at least it only demonstrates building from the UI
[14:44:02] <magnet> Not sure, looks like it demonstrates how to make an ant file using PDE build and then running it from Eclipse
[14:44:04] <yann> I also found an old (like 3.0.2) article about the releng tools, but I'm not sure to which extent what it describes is still valid for 3.5
[14:44:34] <magnet> Looks like the article is enough to make a headless build
[14:44:37] <yann> my problem being, to generate the build.xml from outside eclipse (which the releng tools seem to do)
[14:44:42] <magnet> ah
[14:44:56] <magnet> well I can't help you, maybe look at the buckminster project
[14:45:10] <yann> ah, will do, thanks
[14:49:19] *** JacobSingh has joined #eclipse
[14:52:07] *** atke has quit IRC
[14:58:04] *** Shown has joined #eclipse
[15:00:46] *** Resistance has quit IRC
[15:02:01] *** Alberth has left #eclipse
[15:04:03] *** danabnormal has joined #eclipse
[15:04:36] *** mbana has joined #eclipse
[15:05:47] <philk__> is there a way to disable the "Reset" and "Apply" buttons on the Properties dialog?
[15:12:33] *** leitaox has quit IRC
[15:15:22] <rcjsuen> in your page subclass
[15:15:29] <rcjsuen> you can override something t oreturn false
[15:15:36] <rcjsuen> needsApplyButtons or whatever
[15:16:04] <nitind> ...is a method to call or override, check its doc.
[15:16:23] *** punknroll_ has quit IRC
[15:17:00] <rcjsuen> i think it's tthe former now that i think about it
[15:19:46] <yann> magnet: buckminster really looks like what I was looking for (although maybe a lot more than that ;) - thx much!
[15:20:59] *** UrsoBranco has joined #eclipse
[15:21:08] *** pschriner has joined #eclipse
[15:22:02] <magnet> np :)
[15:22:08] <philk__> rcjsuen, nitind: I am using PreferenceUtil.createPropertiesOn to create the page... so I cannot subclass
[15:22:17] <rcjsuen> Then you are screwed.
[15:23:25] <philk__> rcjsuen: seems so :)
[15:23:36] *** csaba has quit IRC
[15:23:39] <nitind> philk__: Is it not your own page you're showing?
[15:24:03] <philk__> nitind: its my own page
[15:25:26] <nitind> philk__: if it's your own page class, do whatever you want with it.
[15:25:30] <philk__> nitind: org.eclipse.ui.internal.dialogs.PropertyDialog.createDialogOn(Shell, String, Object) is used under the hood to create the page and add contributions... but there is no way to say "i do not want to have those darn buttons on my page"
[15:26:24] <philk__> rcjsuen: ah right, I can overwrite noDefaultAndApplyButton() in my page!
[15:26:28] <philk__> nitind: nevermind :)
[15:26:31] <rcjsuen> right...that :o
[15:28:16] <philk__> rcjsuen: the design of this method is weird though. Why not have a method shouldCreateDefaultAndApplyButton() that returns true by default and I could overwrite. Would save the baseclass even a useless field.
[15:28:22] *** kensanata has joined #eclipse
[15:28:46] *** SilentPenguin has joined #eclipse
[15:29:36] *** utopia has quit IRC
[15:29:50] *** utopia has joined #eclipse
[15:30:22] <philk__> is there an easy way in JFace Databinding to create Label / Read-Only text fields for a given Bean and all its public fields?
[15:31:04] *** SzymonB has joined #eclipse
[15:35:10] *** fenris has joined #eclipse
[15:35:14] <fenris> hi
[15:36:17] *** Stefa1 has joined #eclipse
[15:37:12] *** hanrock has joined #eclipse
[15:37:25] <rcjsuen> I didn't design that class, don't ask me. ~.~
[15:38:35] *** Stefa2 has quit IRC
[15:38:36] <philk__> rcjsuen: just saying :)
[15:38:51] <philk__> so whats the different use cases for IEE and IEEF?
[15:39:01] *** TodC has joined #eclipse
[15:40:08] *** bigmack83_ has quit IRC
[15:40:08] *** bigmack83 has quit IRC
[15:40:26] *** charley has joined #eclipse
[15:42:54] *** ralf_e has quit IRC
[15:45:06] *** JacobSingh has quit IRC
[15:46:14] <fenris> hm, i am currently playing around with jboss/eclipse intergration, but when i am changing server settings (such as the port) in the eclipse server configuration, it seems that those changes are completely ignored, and the server still starts with the default port of 8080
[15:46:27] *** ralf_e has joined #eclipse
[15:46:42] <fenris> am i doing something wrong? it looks like a bug to me
[15:46:45] *** Leemp has quit IRC
[15:50:19] *** d_a_carver has joined #eclipse
[15:54:23] *** rgrunber has joined #eclipse
[15:55:16] *** ralf_e has quit IRC
[15:55:32] *** ralf_e has joined #eclipse
[16:01:12] *** tamm0r has joined #eclipse
[16:01:45] <tamm0r> hi! can anybody give me a hint how to make a multi-line table cell?
[16:04:17] <nano-> GWT 2.0 depends on 'org.eclipse.platform.feature.group [3.5.0,3.6.0)', but this can't be found by the software installer.
[16:04:27] <nano-> Any ideas on where I can find that component?
[16:06:17] <yashi> keya: sorry to be late but "extend the builder for CDT" means I should use some extension points form CDT, right?
[16:13:29] *** codesmart has joined #eclipse
[16:14:40] <codesmart> hi, how can i set a swt.treecolumn to editable false. I am googling around but ...
[16:16:07] <rcjsuen> tamm0r: not possible, you'd have to look at the Nebula project
[16:19:14] <erdal> tamm0r: should be possilbe with jface, imo
[16:19:42] <erdal> http://wiki.eclipse.org/index.php/JFaceSnippets#Snippet006TableMultiLineCells
[16:20:16] *** allisterb_ has joined #eclipse
[16:20:32] <tamm0r> erdal: that's exactly what I was looking for... thanks!
[16:21:05] *** krbarnes has joined #eclipse
[16:21:41] <rcjsuen> oh, owner draw, you have made me live a lie
[16:24:00] <erdal> no, you were tinking of just swt
[16:24:10] <erdal> and in swt, you are right, that is not possible :-)
[16:24:26] <rcjsuen> erdal: but jface uses swt apis ;)
[16:24:43] <rcjsuen> so technically if you use the measure and paint events
[16:24:47] <rcjsuen> it should be possible i would think ;)
[16:24:52] <erdal> now, you feel better, i think
[16:25:03] *** allisterb has quit IRC
[16:25:15] <rcjsuen> well, not the first time i realize i've been living a lie
[16:25:20] <rcjsuen> it's almost become...not so much a surprise
[16:25:45] <erdal> dont say that
[16:29:31] *** dsugar100 has joined #eclipse
[16:31:54] *** Serpens has quit IRC
[16:36:10] *** hect has quit IRC
[16:37:16] *** akurtakov has quit IRC
[16:38:58] *** amnesic has joined #eclipse
[16:50:40] <keya> codesmart:  You are using celleditors?
[16:51:03] <keya> codesmart: Add cellmodifiers and set modify=false for the column of your choice.
[16:52:30] *** ivenkys has joined #eclipse
[16:55:07] *** mastro has joined #eclipse
[16:55:21] *** EricInBNE has quit IRC
[17:04:57] *** amnesic has quit IRC
[17:10:52] *** codesmart has quit IRC
[17:13:41] *** xxen has joined #eclipse
[17:15:09] *** volodya has joined #eclipse
[17:15:28] *** tr1gger has quit IRC
[17:24:19] *** kensanata has quit IRC
[17:29:37] *** allisterb has joined #eclipse
[17:31:12] *** discodan has joined #eclipse
[17:33:58] *** erdal has left #eclipse
[17:34:36] *** allisterb_ has quit IRC
[17:35:31] *** tromey` has joined #eclipse
[17:36:39] *** Carnage\ has quit IRC
[17:37:00] *** tr1gger has joined #eclipse
[17:40:01] *** tromey has quit IRC
[17:43:49] *** cmw73 has quit IRC
[17:49:37] *** tr1gger has quit IRC
[17:53:42] *** deSilva has quit IRC
[17:54:02] *** sKreeM has joined #eclipse
[17:55:27] *** sKreeM has left #eclipse
[17:57:51] *** cmw72 has joined #eclipse
[18:00:37] *** JacobSingh has joined #eclipse
[18:05:33] *** njbartlett has joined #eclipse
[18:08:29] *** amnesic has joined #eclipse
[18:09:15] *** amitev has quit IRC
[18:09:26] *** njbartlett_ has joined #eclipse
[18:09:55] *** rretzbach has joined #eclipse
[18:11:04] *** toulmean has joined #eclipse
[18:11:48] *** bigmack83 has joined #eclipse
[18:17:46] *** tr1gger has joined #eclipse
[18:18:05] <rretzbach> Hi can you recommend a non-osgi cross-platform SWT app from which I can steal build-scripts?
[18:18:33] *** Afterlawl has quit IRC
[18:19:23] *** njbartlett__ has joined #eclipse
[18:20:18] *** nats has quit IRC
[18:22:43] *** Theravadan has joined #eclipse
[18:22:58] *** kottlett has quit IRC
[18:23:26] *** krbarnes has quit IRC
[18:24:17] *** njbartlett has quit IRC
[18:24:17] *** njbartlett__ is now known as njbartlett
[18:25:25] *** JacobSingh has quit IRC
[18:25:34] *** tr1gger has quit IRC
[18:25:53] *** SpektoM has joined #eclipse
[18:29:43] *** Carnage\ has joined #eclipse
[18:31:59] *** njbartlett_ has quit IRC
[18:34:23] *** magnet has quit IRC
[18:35:25] *** lednerk has quit IRC
[18:36:58] *** lednerk has joined #eclipse
[18:37:30] *** keya has quit IRC
[18:37:30] *** toulmean has quit IRC
[18:37:58] *** allisterb_ has joined #eclipse
[18:45:39] *** njbartlett has quit IRC
[18:47:00] *** deSilva has joined #eclipse
[18:48:19] *** SzymonB has quit IRC
[18:49:18] *** z4z4 has quit IRC
[18:52:59] *** SpektoM has quit IRC
[18:54:03] *** allisterb has quit IRC
[18:55:43] *** njbartlett has joined #eclipse
[18:58:58] <kaje> If I have a view that should only be open when a specific kind of editor is open, should I be creating a perspective for use with that kind of editor?
[19:00:05] <kaje> or, is there a way from an editor to easily open a view and place it next to the editor?
[19:02:15] *** tamm0r has quit IRC
[19:03:26] *** ekiczek has quit IRC
[19:06:24] <NoobFukaure> I've written a compiler that generates java classes and I have a builder registered with eclipse and it creates the classes just fine. But I want to be able to use the generated classes with JDT, anyone know if it's easy to make the JDT tools aware of these classes?
[19:07:35] <NoobFukaure> I'm creating the classes in the JDT output folder, with the proper package hierarchy
[19:08:01] *** toulmean has joined #eclipse
[19:08:38] <NoobFukaure> I was hoping it would just see them in there and make them available for use
[19:09:06] *** magnet has joined #eclipse
[19:09:26] *** daggs1 has joined #eclipse
[19:09:26] <rcjsuen> you should make a class folder in the project's build path and throw them in there instead i would think
[19:09:34] <rcjsuen> by classes you mean .class right
[19:09:38] <NoobFukaure> yeah
[19:09:50] <NoobFukaure> okay I'll look at doing that, thanks
[19:10:54] <daggs1> hello, is there any problems with the eclipse download site? I'm using 3.5.1 and trying to install mylyn but it seems that the update manager cant connect to the updates and the galileo repository due to http errors 503 and 403
[19:16:20] *** Kudd has quit IRC
[19:18:42] *** artrins has joined #eclipse
[19:19:55] <artrins> hello...i try to use Eclipse Pulsor for development project in mobile application field. I can use Pulsar Ide for Symbian or Android development?
[19:21:05] *** carranca has joined #eclipse
[19:23:30] <carranca> is there anyway to create class templates for eclipse? I want to do something like: "Create new repository" with a name and that should create me an interface I<name>Repository, a class <name>Repository and some included inheritance
[19:29:45] *** artrins has quit IRC
[19:31:33] *** xxen has quit IRC
[19:32:10] *** ekiczek has joined #eclipse
[19:33:12] <rretzbach> Can I make small changes on binary level to class files?
[19:34:44] <rcjsuen> rretzbach: Not sure I understand. Sure one could parse the bytecode and modify it.
[19:35:24] <rretzbach> Similar to asm instructions?
[19:36:54] <rcjsuen> It's kind of like assembly I suppose.
[19:47:11] *** hdave has left #eclipse
[19:51:44] *** egonw has joined #eclipse
[19:52:27] *** ExElNeT has quit IRC
[19:53:59] <egonw> moin... #bioclipse is using a custom target-platform... but since I am using the Eclipse 3.5 from Ubuntu now, extra features I download end up in $HOME... so, I need to add a folder to the target-platform.target file... but I cannot find the variable for $HOME/.eclipse/org.eclipse.platform_3_foo_bar/plugins, such the files has things like @{eclipse_home}/plugins too... what is the @{variable} I should use for user-based plugin folders?
[19:54:28] <philk__> anybody using JNA here?
[19:56:08] *** laocoon has joined #eclipse
[19:56:17] <laocoon> anyone around?
[19:56:27] <egonw> yes
[19:56:55] <laocoon> I have been having some issue with eclipse 3.5
[19:57:45] <nitind> ~ask
[19:57:45] <Arbalest> If you have a question, just ask, don't ask if you can ask a question. Skip the "meta-questions" like asking whether anyone uses X also as a precursor to check whether anyone can help you with a problem you have with X. Just ask the real question you have about X.
[19:57:48] <egonw> laocoon: it's good IRC practice to just state your question...
[19:57:58] <egonw> ah :) indeed
[19:58:09] <private_meta> yeah, just skip my question
[19:58:25] <laocoon> I am on ubuntu, and installed through Ubuntu Software Center then removed it and downloaded the Java version I extracted it to /opt/eclipse
[19:59:04] <nitind> private_meta: You might have better luck in the forums.
[19:59:05] <egonw> private_meta: what was your question? I just joined in to ask mine...
[19:59:07] <laocoon> when I go into Available Software and click add, type in a name and location and click ok, it does nothing
[19:59:24] *** mastro has quit IRC
[19:59:27] <nitind> < private_meta> In Eclipse CDT, Can someone tell me how I can see the full array that's saved in a pointer when debugging something?
[19:59:33] <private_meta> haha... nono... my nick is meta... so all I ask is pretty much meat questions if I'm picky
[19:59:35] <egonw> laocoon: what name and location did you add? literally
[19:59:44] <private_meta> *emta
[19:59:46] <private_meta> *meta
[19:59:56] <egonw> private_meta: sorry... I'm not a CDT user...
[20:00:00] *** krbarnes has joined #eclipse
[20:00:09] <private_meta> that question I answered already, nitind, thanks, i was trying to be humorous
[20:00:26] <rcjsuen> rretzbach: Vuze is cross-platform and SWT. But they're GPL. :)
[20:00:39] <rretzbach> Thanks
[20:00:42] <private_meta> I was just hilighted by "meta-question"
[20:01:06] <rcjsuen> laocoon: Did you try using the keyboard? Or resizing the dialog?
[20:01:38] <laocoon> I actually got the site added by drag-dropping into the Available Software Sites preferences
[20:01:46] <laocoon> but when I click on it it shows nothing
[20:02:10] <egonw> laocoon: check if there is no conflicting whitespace around the URL
[20:02:14] <egonw> like newlines
[20:02:45] <rretzbach> Can I debug eclipse plugins without having the source code?
[20:02:51] <laocoon> I saw the plugin when I installed through Ubuntu, nothing shows up when I do it after installing to /opt/eclipse
[20:03:08] <laocoon> egonw: no newlines or other whitespace
[20:04:15] *** armence has joined #eclipse
[20:05:07] <armence> Hey all, I am trying to edit a css file in eclipse and for some reason it uses tabs instead of spaces while it uses spaces for both java and xml files (at least)
[20:05:25] <armence> Can someone help me out with that?
[20:06:34] <egonw> laocoon: I have no further ideas...
[20:07:11] <laocoon> it will not allow me to install the software from the archive I downloaded
[20:07:16] *** kartben has quit IRC
[20:07:30] *** Qpax has joined #eclipse
[20:07:40] <egonw> laocoon: but you do get to see a list of installable features?
[20:07:46] <laocoon> no
[20:07:51] <laocoon> that's the problem =p
[20:08:00] <laocoon> it doesn't make it that far :D
[20:08:09] <rcjsuen> so you mean the list is blank
[20:08:14] *** Qpax has quit IRC
[20:08:15] <laocoon> yes
[20:08:16] <egonw> ok, then I understood you correctly the first time
[20:08:58] <rcjsuen> laocoon: Did you try resizing the dialog?
[20:09:10] <laocoon> let me try
[20:09:26] <rcjsuen> for example, really small, the nback to normal / bigger
[20:10:09] <laocoon> the "Add Site" dialog doesn't offer any resizing
[20:10:52] <laocoon> when I click "OK" in that dialog the button turns red and does nothing I have to click Cancel 2x to close it
[20:11:25] <rcjsuen> add site
[20:11:39] <rcjsuen> It seems I was thinking of a different dialog.
[20:11:52] <laocoon> resizing the available software after canceling seemed to work :-\
[20:11:55] <laocoon> thanks?
[20:11:56] <laocoon> lol
[20:12:25] <rcjsuen> why are you clicking in the preferences anyway
[20:13:47] <laocoon> eclipse website lists two ways of adding sites and that was the second and only way to get the Software Site added to the list
[20:13:59] <laocoon> now when I select the feature, and click ok to get it to install it does nothing...
[20:14:18] <rcjsuen> did you try using the keyboard instead of clicking?
[20:14:32] <laocoon> ah
[20:14:44] <laocoon> that worked... what's the reason for needing to do that?
[20:15:03] <rcjsuen> see faq in channel topic
[20:16:08] <egonw> laocoon: btw, did you read about the GWT 2.18 problem on Ubuntu with respect to Eclipse 3.5 ?
[20:16:48] <rcjsuen> gwt, i think you mean gtk+?
[20:17:00] <egonw> oops... yes, of course...
[20:17:28] <egonw> laocoon: sorry :(
[20:17:39] <laocoon> not yet
[20:17:42] * egonw has been struggling with classpath issues all day...
[20:18:12] <egonw> https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/442078
[20:18:16] <laocoon> I had been developing on windows and recently dual-booted to try and get away from windows...
[20:18:27] <egonw> look at comment #8 -> export GDK_NATIVE_WINDOWS=true
[20:18:38] <egonw> if pressing buttons does not do anything, that might be the cause too
[20:18:54] <egonw> run that export command, than reboot Eclipse
[20:18:56] <egonw> then
[20:18:59] <laocoon> oh yeah.. I was that in one of the shell scripts someone made for running eclipse...
[20:21:44] <egonw> about my question, some more detail is now on stackoverflow: http://stackoverflow.com/questions/1890297/how-can-i-point-from-an-eclipse-target-platform-target-file-to-my-home-eclipse
[20:22:07] <egonw> still desparately looking for an answer on the eclipse pde question
[20:22:20] *** kartben has joined #eclipse
[20:23:12] <laocoon> thanks guys!
[20:23:36] <laocoon> I feel dumb that I didn't try that earlier since I saw it like 3 hours ago in some shell script...
[20:25:36] <egonw> eclipse makes me feel dumb all the time :)
[20:25:45] *** kartben has quit IRC
[20:26:09] <laocoon> sometimes I wonder why we can't all just use nasm lol
[20:33:43] *** amnesic has quit IRC
[20:36:13] <yashi_> hmm.  it seems like org.eclipse.cdt.core.CommandLauncher is gone
[20:37:33] *** tr1gger has joined #eclipse
[20:39:04] *** Carnage\ has quit IRC
[20:44:27] *** laknath has quit IRC
[20:46:58] *** laknath has joined #eclipse
[20:47:22] *** lednerk has quit IRC
[20:47:22] *** rretzbach has quit IRC
[20:47:23] *** mbana has quit IRC
[20:47:23] *** asimismo has quit IRC
[20:47:23] *** Pikachu_2014 has quit IRC
[20:47:23] *** imeikas has quit IRC
[20:51:20] *** lednerk has joined #eclipse
[20:51:20] *** rretzbach has joined #eclipse
[20:51:20] *** mbana has joined #eclipse
[20:51:20] *** asimismo has joined #eclipse
[20:51:20] *** Pikachu_2014 has joined #eclipse
[20:51:20] *** imeikas has joined #eclipse
[20:52:17] *** bigmack83 has quit IRC
[20:52:17] *** tromey` has quit IRC
[20:52:17] *** dsugar100 has quit IRC
[20:52:17] *** ralf_e has quit IRC
[20:52:17] *** rgrunber has quit IRC
[20:52:17] *** utopia has quit IRC
[20:52:17] *** pschriner has quit IRC
[20:52:17] *** tolland has quit IRC
[20:52:17] *** LongBeach has quit IRC
[20:52:18] *** Tesseraction has quit IRC
[20:52:18] *** BearPerson has quit IRC
[20:54:05] *** xore has left #eclipse
[20:54:06] *** AhtiK2 has joined #eclipse
[20:54:16] *** MaxFrag|ZeekDaGe has joined #eclipse
[20:56:01] *** tr1gger has quit IRC
[20:56:01] *** toulmean has quit IRC
[20:56:01] *** daggs1 has quit IRC
[20:56:01] *** deSilva has quit IRC
[20:56:01] *** charley has quit IRC
[20:56:01] *** UrsoBranco has quit IRC
[20:56:01] *** elver has quit IRC
[20:56:01] *** egonw has quit IRC
[20:56:01] *** yashi_ has quit IRC
[20:56:01] *** Cyndrework has quit IRC
[20:56:01] *** ronghail has quit IRC
[20:56:01] *** Echidna has quit IRC
[20:56:02] *** ZeekDaGeek has quit IRC
[20:56:02] *** NoobFukaire has quit IRC
[20:56:02] *** jsemar has quit IRC
[20:56:02] *** BrianHV has quit IRC
[20:56:02] *** ivenkys has quit IRC
[20:56:02] *** crib has quit IRC
[20:56:02] *** francis4 has quit IRC
[20:56:02] *** AhtiK has quit IRC
[20:56:02] *** werdan7 has quit IRC
[20:56:02] *** cantoma has quit IRC
[20:56:03] *** armence has quit IRC
[20:56:40] *** egonw has joined #eclipse
[20:57:04] *** fsteeg has joined #eclipse
[20:57:23] *** phoenixz has joined #eclipse
[20:57:50] *** UrsoBranco has joined #eclipse
[20:58:15] *** ronghail has joined #eclipse
[20:58:17] *** RandomTask_ has joined #eclipse
[20:58:22] *** tr1gger has joined #eclipse
[20:59:48] *** lednerk_ has joined #eclipse
[21:01:25] *** nano- has quit IRC
[21:01:30] *** nano- has joined #eclipse
[21:02:32] *** fleque has quit IRC
[21:03:05] *** d_a_carver has quit IRC
[21:03:56] *** lednerk_ has quit IRC
[21:04:53] *** ivenkys has joined #eclipse
[21:06:39] *** Pikachu_2015 has quit IRC
[21:08:50] *** lednerk_ has joined #eclipse
[21:10:07] *** UrsoBranco has quit IRC
[21:10:58] *** lednerk_ has quit IRC
[21:13:48] *** armence has joined #eclipse
[21:19:59] *** volodya has quit IRC
[21:20:41] *** carranca has quit IRC
[21:23:23] *** BrianHV has joined #eclipse
[21:23:23] *** bigmack83 has joined #eclipse
[21:23:23] *** tromey` has joined #eclipse
[21:23:23] *** dsugar100 has joined #eclipse
[21:23:23] *** ralf_e has joined #eclipse
[21:23:23] *** rgrunber has joined #eclipse
[21:23:23] *** utopia has joined #eclipse
[21:23:23] *** pschriner has joined #eclipse
[21:23:23] *** tolland has joined #eclipse
[21:23:23] *** LongBeach has joined #eclipse
[21:23:23] *** Tesseraction has joined #eclipse
[21:23:23] *** BearPerson has joined #eclipse
[21:23:26] *** lednerk has quit IRC
[21:23:46] *** RandomTask has quit IRC
[21:24:13] *** danabnormal has quit IRC
[21:31:27] *** rugolini has joined #eclipse
[21:42:23] *** rretzbach has quit IRC
[21:44:31] *** philk_ has joined #eclipse
[21:51:27] *** mertimor has joined #eclipse
[21:52:52] *** bigmack83 has quit IRC
[21:52:52] *** pschriner has quit IRC
[21:52:52] *** utopia has quit IRC
[21:52:52] *** ralf_e has quit IRC
[21:52:52] *** rgrunber has quit IRC
[21:52:52] *** tolland has quit IRC
[21:52:52] *** dsugar100 has quit IRC
[21:52:52] *** Tesseraction has quit IRC
[21:52:52] *** LongBeach has quit IRC
[21:52:53] *** BearPerson has quit IRC
[21:52:53] *** tromey` has quit IRC
[21:52:53] *** BrianHV has quit IRC
[21:52:53] *** phoenixz has quit IRC
[21:52:53] *** AhtiK2 has quit IRC
[21:52:54] *** mbana has quit IRC
[21:52:54] *** Pikachu_2014 has quit IRC
[21:52:54] *** imeikas has quit IRC
[21:52:54] *** asimismo has quit IRC
[21:52:54] *** yashi has quit IRC
[21:52:55] *** alankila has quit IRC
[21:52:55] *** debio264 has quit IRC
[21:52:55] *** nano- has quit IRC
[21:52:55] *** tr1gger has quit IRC
[21:52:55] *** fsteeg has quit IRC
[21:52:56] *** magnet has quit IRC
[21:52:56] *** njbartlett has quit IRC
[21:52:56] *** Theravadan has quit IRC
[21:52:56] *** SilentPenguin has quit IRC
[21:52:57] *** rawbdor has quit IRC
[21:52:57] *** iksik has quit IRC
[21:52:57] *** veyres has quit IRC
[21:52:57] *** sphenxes has quit IRC
[21:52:57] *** plediii has quit IRC
[21:52:57] *** cyzie has quit IRC
[21:52:57] *** dmiles_afk has quit IRC
[21:52:58] *** jenia has quit IRC
[21:52:58] *** reid02 has quit IRC
[21:52:58] *** loesh has quit IRC
[21:52:58] *** buggs has quit IRC
[21:52:58] *** armence has quit IRC
[21:52:58] *** MaxFrag|ZeekDaGe has quit IRC
[21:52:59] *** krbarnes has quit IRC
[21:52:59] *** laocoon has quit IRC
[21:52:59] *** pnehrer has quit IRC
[21:52:59] *** yann has quit IRC
[21:53:00] *** private_meta has quit IRC
[21:53:00] *** Milyardo has quit IRC
[21:53:00] *** evil_gordita has quit IRC
[21:53:00] *** irbull has quit IRC
[21:53:00] *** orospakr has quit IRC
[21:53:00] *** haptiK has quit IRC
[21:53:00] *** uebera|| has quit IRC
[21:53:01] *** karltk has quit IRC
[21:53:01] *** raboof has quit IRC
[21:53:01] *** paulweb515_ has quit IRC
[21:53:01] *** guyzmo has quit IRC
[21:53:01] *** swente has quit IRC
[21:53:01] *** laknath has quit IRC
[21:53:02] *** Fragarach87 has quit IRC
[21:53:02] *** Irakirashia has quit IRC
[21:53:02] *** ReneP has quit IRC
[21:53:02] *** BigJ has quit IRC
[21:53:02] *** [-jon-] has quit IRC
[21:53:03] *** jink has quit IRC
[21:53:03] *** ronghail has quit IRC
[21:53:04] *** allisterb_ has quit IRC
[21:53:04] *** discodan has quit IRC
[21:53:04] *** TomTom has quit IRC
[21:53:04] *** omry__|work has quit IRC
[21:53:04] *** peper has quit IRC
[21:53:04] *** Zenopus has quit IRC
[21:53:05] *** spawnyd has quit IRC
[21:53:05] *** NoobFukaure has quit IRC
[21:53:05] *** Doppp has quit IRC
[21:53:05] *** hooch has quit IRC
[21:53:05] *** ivenkys has quit IRC
[21:53:05] *** cmw72 has quit IRC
[21:53:05] *** Egelmex has quit IRC
[21:53:05] *** Verkel has quit IRC
[21:53:05] *** kex has quit IRC
[21:53:06] *** m0 has quit IRC
[21:53:06] *** dogmeat has quit IRC
[21:53:06] *** egonw has quit IRC
[21:53:07] *** reisi has quit IRC
[21:53:07] *** mr_science has quit IRC
[21:53:07] *** atpa8a has quit IRC
[21:53:07] *** trac^ has quit IRC
[21:53:07] *** b0c1 has quit IRC
[21:53:07] *** sleon has quit IRC
[21:55:03] *** BearPerson has joined #eclipse
[21:55:03] *** Tesseraction has joined #eclipse
[21:55:03] *** LongBeach has joined #eclipse
[21:55:03] *** tolland has joined #eclipse
[21:55:03] *** pschriner has joined #eclipse
[21:55:03] *** utopia has joined #eclipse
[21:55:03] *** rgrunber has joined #eclipse
[21:55:03] *** ralf_e has joined #eclipse
[21:55:03] *** dsugar100 has joined #eclipse
[21:55:03] *** tromey` has joined #eclipse
[21:55:03] *** bigmack83 has joined #eclipse
[21:55:03] *** BrianHV has joined #eclipse
[21:55:03] *** armence has joined #eclipse
[21:55:03] *** ivenkys has joined #eclipse
[21:55:03] *** nano- has joined #eclipse
[21:55:04] *** tr1gger has joined #eclipse
[21:55:04] *** ronghail has joined #eclipse
[21:55:04] *** phoenixz has joined #eclipse
[21:55:04] *** fsteeg has joined #eclipse
[21:55:04] *** egonw has joined #eclipse
[21:55:04] *** MaxFrag|ZeekDaGe has joined #eclipse
[21:55:04] *** AhtiK2 has joined #eclipse
[21:55:04] *** imeikas has joined #eclipse
[21:55:04] *** Pikachu_2014 has joined #eclipse
[21:55:04] *** asimismo has joined #eclipse
[21:55:04] *** mbana has joined #eclipse
[21:55:04] *** laknath has joined #eclipse
[21:55:04] *** krbarnes has joined #eclipse
[21:55:04] *** laocoon has joined #eclipse
[21:55:04] *** magnet has joined #eclipse
[21:55:04] *** njbartlett has joined #eclipse
[21:55:04] *** allisterb_ has joined #eclipse
[21:55:04] *** Theravadan has joined #eclipse
[21:55:04] *** cmw72 has joined #eclipse
[21:55:04] *** discodan has joined #eclipse
[21:55:04] *** SilentPenguin has joined #eclipse
[21:55:04] *** Fragarach87 has joined #eclipse
[21:55:04] *** pnehrer has joined #eclipse
[21:55:04] *** jink has joined #eclipse
[21:55:04] *** Irakirashia has joined #eclipse
[21:55:04] *** rawbdor has joined #eclipse
[21:55:04] *** yann has joined #eclipse
[21:55:04] *** iksik has joined #eclipse
[21:55:04] *** veyres has joined #eclipse
[21:55:04] *** sphenxes has joined #eclipse
[21:55:04] *** plediii has joined #eclipse
[21:55:04] *** cyzie has joined #eclipse
[21:55:04] *** TomTom has joined #eclipse
[21:55:04] *** ReneP has joined #eclipse
[21:55:04] *** omry__|work has joined #eclipse
[21:55:04] *** yashi has joined #eclipse
[21:55:04] *** sleon has joined #eclipse
[21:55:04] *** private_meta has joined #eclipse
[21:55:04] *** dmiles_afk has joined #eclipse
[21:55:04] *** Milyardo has joined #eclipse
[21:55:04] *** peper has joined #eclipse
[21:55:04] *** evil_gordita has joined #eclipse
[21:55:04] *** irbull has joined #eclipse
[21:55:04] *** spawnyd has joined #eclipse
[21:55:04] *** alankila has joined #eclipse
[21:55:04] *** hooch has joined #eclipse
[21:55:04] *** BigJ has joined #eclipse
[21:55:04] *** reid02 has joined #eclipse
[21:55:04] *** debio264 has joined #eclipse
[21:55:04] *** buggs has joined #eclipse
[21:55:04] *** loesh has joined #eclipse
[21:55:04] *** jenia has joined #eclipse
[21:55:04] *** NoobFukaure has joined #eclipse
[21:55:04] *** paulweb515_ has joined #eclipse
[21:55:04] *** karltk has joined #eclipse
[21:55:04] *** guyzmo has joined #eclipse
[21:55:04] *** uebera|| has joined #eclipse
[21:55:04] *** haptiK has joined #eclipse
[21:55:04] *** orospakr has joined #eclipse
[21:55:04] *** swente has joined #eclipse
[21:55:04] *** raboof has joined #eclipse
[21:55:04] *** [-jon-] has joined #eclipse
[21:55:04] *** reisi has joined #eclipse
[21:55:04] *** atpa8a has joined #eclipse
[21:55:04] *** Doppp has joined #eclipse
[21:55:04] *** Zenopus has joined #eclipse
[21:55:04] *** Verkel has joined #eclipse
[21:55:04] *** b0c1 has joined #eclipse
[21:55:04] *** trac^ has joined #eclipse
[21:55:04] *** Egelmex has joined #eclipse
[21:55:04] *** kex has joined #eclipse
[21:55:04] *** dogmeat has joined #eclipse
[21:55:04] *** m0 has joined #eclipse
[21:55:04] *** mr_science has joined #eclipse
[21:57:18] *** armence has quit IRC
[21:58:56] *** Powerplay has joined #eclipse
[22:01:20] *** philk__ has quit IRC
[22:03:47] *** Fragarach87 has quit IRC
[22:08:59] *** dsugar100 has quit IRC
[22:09:07] *** finalbeta_ has joined #eclipse
[22:10:51] *** rhk has joined #eclipse
[22:12:18] *** laknath has quit IRC
[22:14:54] *** armence has joined #eclipse
[22:14:57] *** krbarnes has quit IRC
[22:15:48] *** armence has quit IRC
[22:25:50] *** finalbeta has quit IRC
[22:26:43] *** AhtiK3 has joined #eclipse
[22:26:45] *** tr1gger has quit IRC
[22:28:23] *** MaxFrag|ZeekDaGe is now known as ZeekDaGeek
[22:28:27] *** Powerplay has quit IRC
[22:28:27] *** asimismo has quit IRC
[22:28:28] *** AhtiK2 has quit IRC
[22:28:28] *** Pikachu_2014 has quit IRC
[22:28:28] *** imeikas has quit IRC
[22:28:28] *** mbana has quit IRC
[22:28:28] *** phoenixz has quit IRC
[22:29:40] *** egonw has quit IRC
[22:30:02] *** tr1gger has joined #eclipse
[22:31:16] *** dderrinder has joined #eclipse
[22:31:31] *** dderrinder is now known as carstenp2
[22:32:13] *** AhtiK3 has quit IRC
[22:32:13] *** rgrunber has quit IRC
[22:32:13] *** Tesseraction has quit IRC
[22:32:13] *** LongBeach has quit IRC
[22:32:13] *** bigmack83 has quit IRC
[22:32:13] *** pschriner has quit IRC
[22:32:13] *** tolland has quit IRC
[22:32:13] *** BrianHV has quit IRC
[22:32:13] *** ralf_e has quit IRC
[22:32:13] *** utopia has quit IRC
[22:32:14] *** tromey` has quit IRC
[22:32:14] *** BearPerson has quit IRC
[22:32:14] *** phoenixz has joined #eclipse
[22:34:13] *** Powerplay has joined #eclipse
[22:34:13] *** AhtiK2 has joined #eclipse
[22:34:13] *** mbana has joined #eclipse
[22:34:13] *** asimismo has joined #eclipse
[22:34:13] *** Pikachu_2014 has joined #eclipse
[22:34:13] *** imeikas has joined #eclipse
[22:36:12] *** BrianHV has joined #eclipse
[22:36:30] *** kthomas_vh has joined #eclipse
[22:36:38] *** werdan7 has joined #eclipse
[22:37:42] *** AhtiK2 has quit IRC
[22:37:42] *** mbana has quit IRC
[22:37:42] *** Pikachu_2014 has quit IRC
[22:37:42] *** imeikas has quit IRC
[22:37:42] *** asimismo has quit IRC
[22:37:42] *** Powerplay has quit IRC
[22:38:43] *** TodC has quit IRC
[22:38:55] *** Powerplay has joined #eclipse
[22:38:55] *** AhtiK2 has joined #eclipse
[22:38:55] *** mbana has joined #eclipse
[22:38:55] *** asimismo has joined #eclipse
[22:38:55] *** Pikachu_2014 has joined #eclipse
[22:38:55] *** imeikas has joined #eclipse
[22:39:04] *** asimismo has quit IRC
[22:39:22] *** asimismo has joined #eclipse
[22:39:32] *** vwegert has joined #eclipse
[22:39:57] *** Tesseraction has joined #eclipse
[22:41:52] *** rcjsuen has quit IRC
[22:42:01] *** Dashkal has joined #eclipse
[22:42:56] *** AhtiK3 has joined #eclipse
[22:43:11] *** tr1gger_ has joined #eclipse
[22:43:41] *** utopia has joined #eclipse
[22:43:46] *** AhtiK2 has quit IRC
[22:44:14] *** ekiczek has quit IRC
[22:47:04] *** ralf_e has joined #eclipse
[22:49:51] *** yashi has quit IRC
[22:49:51] *** alankila has quit IRC
[22:49:51] *** debio264 has quit IRC
[22:49:51] *** mbana has quit IRC
[22:49:52] *** Pikachu_2014 has quit IRC
[22:49:52] *** imeikas has quit IRC
[22:49:53] *** Powerplay has quit IRC
[22:49:53] *** rhk has quit IRC
[22:49:54] *** jenia has quit IRC
[22:49:54] *** cyzie has quit IRC
[22:49:54] *** sphenxes has quit IRC
[22:49:54] *** magnet has quit IRC
[22:49:56] *** reid02 has quit IRC
[22:49:56] *** loesh has quit IRC
[22:49:56] *** buggs has quit IRC
[22:49:56] *** iksik has quit IRC
[22:49:56] *** veyres has quit IRC
[22:49:56] *** rawbdor has quit IRC
[22:49:56] *** Theravadan has quit IRC
[22:49:56] *** njbartlett has quit IRC
[22:49:56] *** dmiles_afk has quit IRC
[22:49:57] *** fsteeg has quit IRC
[22:49:58] *** plediii has quit IRC
[22:49:58] *** SilentPenguin has quit IRC
[22:49:58] *** nano- has quit IRC
[22:49:58] *** utopia has quit IRC
[22:49:58] *** AhtiK3 has quit IRC
[22:49:59] *** private_meta has quit IRC
[22:49:59] *** laocoon has quit IRC
[22:49:59] *** ZeekDaGeek has quit IRC
[22:49:59] *** evil_gordita has quit IRC
[22:50:00] *** Milyardo has quit IRC
[22:50:00] *** orospakr has quit IRC
[22:50:00] *** pnehrer has quit IRC
[22:50:01] *** haptiK has quit IRC
[22:50:01] *** uebera|| has quit IRC
[22:50:01] *** karltk has quit IRC
[22:50:01] *** raboof has quit IRC
[22:50:01] *** irbull has quit IRC
[22:50:02] *** paulweb515_ has quit IRC
[22:50:03] *** swente has quit IRC
[22:50:03] *** yann has quit IRC
[22:50:03] *** guyzmo has quit IRC
[22:50:03] *** kthomas_vh has quit IRC
[22:50:03] *** BrianHV has quit IRC
[22:50:03] *** tr1gger has quit IRC
[22:50:03] *** ReneP has quit IRC
[22:50:03] *** Irakirashia has quit IRC
[22:50:03] *** BigJ has quit IRC
[22:50:04] *** [-jon-] has quit IRC
[22:50:06] *** jink has quit IRC
[22:50:06] *** tr1gger_ has quit IRC
[22:50:09] *** Zenopus has quit IRC
[22:50:09] *** omry__|work has quit IRC
[22:50:09] *** spawnyd has quit IRC
[22:50:10] *** allisterb_ has quit IRC
[22:50:10] *** NoobFukaure has quit IRC
[22:50:10] *** ronghail has quit IRC
[22:50:10] *** Doppp has quit IRC
[22:50:10] *** discodan has quit IRC
[22:50:10] *** hooch has quit IRC
[22:50:10] *** peper has quit IRC
[22:50:10] *** TomTom has quit IRC
[22:50:11] *** Dashkal has quit IRC
[22:50:11] *** Egelmex has quit IRC
[22:50:11] *** Verkel has quit IRC
[22:50:11] *** kex has quit IRC
[22:50:11] *** ivenkys has quit IRC
[22:50:11] *** cmw72 has quit IRC
[22:50:11] *** m0 has quit IRC
[22:50:11] *** dogmeat has quit IRC
[22:50:13] *** reisi has quit IRC
[22:50:13] *** mr_science has quit IRC
[22:50:14] *** atpa8a has quit IRC
[22:50:14] *** trac^ has quit IRC
[22:50:15] *** b0c1 has quit IRC
[22:50:15] *** sleon has quit IRC
[22:50:26] *** rgrunber has joined #eclipse
[22:52:48] *** iksik has joined #eclipse
[22:53:37] *** brendon_work has joined #eclipse
[22:54:06] *** fenris has left #eclipse
[22:56:42] *** iksik has quit IRC
[22:57:50] *** tolland has joined #eclipse
[22:57:50] *** utopia has joined #eclipse
[22:57:50] *** tr1gger_ has joined #eclipse
[22:57:50] *** AhtiK3 has joined #eclipse
[22:57:50] *** Dashkal has joined #eclipse
[22:57:50] *** imeikas has joined #eclipse
[22:57:50] *** Pikachu_2014 has joined #eclipse
[22:57:50] *** mbana has joined #eclipse
[22:57:50] *** Powerplay has joined #eclipse
[22:57:50] *** kthomas_vh has joined #eclipse
[22:57:50] *** BrianHV has joined #eclipse
[22:57:50] *** tr1gger has joined #eclipse
[22:57:50] *** rhk has joined #eclipse
[22:57:50] *** ivenkys has joined #eclipse
[22:57:50] *** nano- has joined #eclipse
[22:57:50] *** ronghail has joined #eclipse
[22:57:50] *** fsteeg has joined #eclipse
[22:57:50] *** ZeekDaGeek has joined #eclipse
[22:57:50] *** laocoon has joined #eclipse
[22:57:50] *** magnet has joined #eclipse
[22:57:50] *** njbartlett has joined #eclipse
[22:57:50] *** allisterb_ has joined #eclipse
[22:57:50] *** Theravadan has joined #eclipse
[22:57:50] *** cmw72 has joined #eclipse
[22:57:50] *** discodan has joined #eclipse
[22:57:50] *** SilentPenguin has joined #eclipse
[22:57:50] *** pnehrer has joined #eclipse
[22:57:50] *** jink has joined #eclipse
[22:57:50] *** Irakirashia has joined #eclipse
[22:57:50] *** rawbdor has joined #eclipse
[22:57:50] *** yann has joined #eclipse
[22:57:50] *** iksik has joined #eclipse
[22:57:50] *** veyres has joined #eclipse
[22:57:50] *** sphenxes has joined #eclipse
[22:57:50] *** plediii has joined #eclipse
[22:57:50] *** cyzie has joined #eclipse
[22:57:50] *** TomTom has joined #eclipse
[22:57:50] *** ReneP has joined #eclipse
[22:57:50] *** omry__|work has joined #eclipse
[22:57:50] *** yashi has joined #eclipse
[22:57:50] *** sleon has joined #eclipse
[22:57:50] *** private_meta has joined #eclipse
[22:57:50] *** dmiles_afk has joined #eclipse
[22:57:50] *** Milyardo has joined #eclipse
[22:57:50] *** peper has joined #eclipse
[22:57:50] *** evil_gordita has joined #eclipse
[22:57:50] *** irbull has joined #eclipse
[22:57:50] *** spawnyd has joined #eclipse
[22:57:51] *** alankila has joined #eclipse
[22:57:51] *** hooch has joined #eclipse
[22:57:51] *** BigJ has joined #eclipse
[22:57:51] *** reid02 has joined #eclipse
[22:57:51] *** debio264 has joined #eclipse
[22:57:51] *** buggs has joined #eclipse
[22:57:51] *** loesh has joined #eclipse
[22:57:51] *** jenia has joined #eclipse
[22:57:51] *** NoobFukaure has joined #eclipse
[22:57:51] *** paulweb515_ has joined #eclipse
[22:57:51] *** karltk has joined #eclipse
[22:57:51] *** guyzmo has joined #eclipse
[22:57:51] *** uebera|| has joined #eclipse
[22:57:51] *** haptiK has joined #eclipse
[22:57:51] *** orospakr has joined #eclipse
[22:57:51] *** swente has joined #eclipse
[22:57:51] *** raboof has joined #eclipse
[22:57:51] *** [-jon-] has joined #eclipse
[22:57:51] *** reisi has joined #eclipse
[22:57:51] *** atpa8a has joined #eclipse
[22:57:51] *** Verkel has joined #eclipse
[22:57:51] *** b0c1 has joined #eclipse
[22:57:51] *** trac^ has joined #eclipse
[22:57:51] *** Egelmex has joined #eclipse
[22:57:51] *** kex has joined #eclipse
[22:57:51] *** dogmeat has joined #eclipse
[22:57:51] *** m0 has joined #eclipse
[22:57:51] *** mr_science has joined #eclipse
[22:57:51] *** Zenopus has joined #eclipse
[22:57:51] *** Doppp has joined #eclipse
[22:57:51] *** _iksik has joined #eclipse
[22:59:25] *** iksik has quit IRC
[22:59:27] *** buggs has quit IRC
[22:59:29] *** buggs has joined #eclipse
[22:59:32] *** irbull has quit IRC
[22:59:59] <NoobFukaure> is the site help.eclipse.org manually updated or is it some kind of cool software? if it's software, is it open source or available to purchase?
[23:00:02] *** reid02 has quit IRC
[23:00:03] *** reid02 has joined #eclipse
[23:00:07] *** tr1gger has quit IRC
[23:00:21] *** irbull has joined #eclipse
[23:00:21] *** cmw73 has joined #eclipse
[23:01:09] *** carstenp2 has left #eclipse
[23:02:37] *** ekiczek has joined #eclipse
[23:06:18] *** Stefa2 has joined #eclipse
[23:06:40] *** BearPerson has joined #eclipse
[23:07:14] *** veyres has quit IRC
[23:07:58] *** cmw72 has quit IRC
[23:09:36] <discodan> NoobFukaure, The help inside eclipse is basically a browser pointed at a web server running from eclipse.  I believe help.eclipse.org is the same thing
[23:09:42] *** mseiler has joined #eclipse
[23:09:57] *** mren has joined #eclipse
[23:10:02] <mren> hi
[23:10:05] <NoobFukaure> discodan: yeah, what I'm curious about is that web software
[23:10:28] <mren> are questions about pydev allowed in here?
[23:10:53] *** Shown has quit IRC
[23:11:45] <discodan> NoobFukaure, take a look at the org.eclipse.help feature in the SDK.  I think it is probably org.eclipse.help.webapp that is doing the work
[23:12:38] <mseiler> hi all, I have a java program and eclipse is configured to run it through the 'run' button.  Now I need to run the same config from command line.  How can I figure out what exact config eclipse uses when the 'run' is executed?
[23:13:42] *** fsteeg_ has joined #eclipse
[23:13:43] *** rcjsuen has joined #eclipse
[23:17:11] *** discodan has quit IRC
[23:18:54] *** Stefa1 has quit IRC
[23:20:29] *** rgrunber has quit IRC
[23:22:21] <asimismo> mseiler: Run it from Eclipse. While it is running go to the Debug Perspective. Right-click on the process and select Properties.
[23:23:30] <mseiler> asimiso: thanks, thats what I was looking for.
[23:23:48] <asimismo> np
[23:28:23] *** hmalphett has joined #eclipse
[23:28:33] *** Powerplay has quit IRC
[23:28:46] *** majestr0 has joined #eclipse
[23:28:51] *** Powerplay has joined #eclipse
[23:31:31] *** pnehrer has quit IRC
[23:32:42] *** fsteeg has quit IRC
[23:32:42] *** fsteeg_ is now known as fsteeg
[23:35:23] *** ramenmeal has joined #eclipse
[23:39:31] *** magnet has quit IRC
[23:39:47] *** rretzbach has joined #eclipse
[23:39:51] *** irbull has quit IRC
[23:40:13] <majestr0> Hello
[23:43:03] <rcjsuen> it's open source and runs on top of jetty, used to be tomcat
[23:43:38] <rcjsuen> mren: you could try tho you may be better off asking in whatever support channels pydev provides, mailing list, forums, whatever they have
[23:43:48] <NoobFukaure> awesome thanks guys
[23:44:06] <NoobFukaure> oh rcjsuen, from my question earlier about generated bytecode and JDT classpath
[23:44:20] <NoobFukaure> I ended up creating a classpath container extension
[23:44:41] <NoobFukaure> which worked out nicely :)
[23:44:48] <mren> k, it's about the tasts (TODO: FIXME:, ...) as they don't get displayed in the tasks view, although I think I set up the python path correctly
[23:45:08] <rcjsuen> oic
[23:45:56] <rcjsuen> NoobFukaure: Thank you for sharing your solution.
[23:46:13] *** ChanServ sets mode: +o rcjsuen
[23:46:24] *** rcjsuen changes topic to " Eclipse (http://www.eclipse.org) - Eclipse 3.5.1 and Galileo SR1 have been released! Eclipse 3.6M4 (200912101301) has been declared! Browse the FAQ at http://wiki.eclipse.org/IRC_FAQ and blog about all things Eclipse at http://www.planeteclipse.org/"
[23:46:26] *** rcjsuen sets mode: -o rcjsuen
[23:46:45] <rcjsuen> N&N http://download.eclipse.org/eclipse/downloads/drops/S-3.6M4-200912101301/eclipse-news-M4.html
[23:46:53] <rcjsuen> Update http://download.eclipse.org/eclipse/updates/3.6milestones
[23:47:00] <rcjsuen> Download http://download.eclipse.org/eclipse/downloads/drops/S-3.6M4-200912101301/index.php
[23:47:17] *** egonw has joined #eclipse
[23:48:14] <rretzbach> Hi. Is there a way to quickly close a wizard out of the scope of a wizardpage?
[23:48:29] <rretzbach> I mean bypassing all validations etc.
[23:48:57] <rcjsuen> I think there's a public performCancel() method...?
[23:50:50] <rretzbach> Tried that, didn't work.
[23:51:51] <rcjsuen> maybe you could elaborate what exactly you're trying to achieve
[23:52:02] <rcjsuen> and some code / what you've tried / what failed / etc
[23:52:43] *** werdan7 has quit IRC
[23:53:59] *** werdan7 has joined #eclipse
[23:54:22] <majestr0> is someone here, who have worked a little bit with JFace Data Binding ??
[23:54:49] <rcjsuen> you're probably better off just asking your question
[23:57:09] <majestr0> okay

top