[00:11:36] *** aksn has quit IRC [00:20:51] *** cifromaK has quit IRC [00:23:02] *** dmiles_afk has joined #eclipse [00:23:20] *** rhk has quit IRC [00:24:55] <NoobFukaire> it's strange that MenuItem doesn't support SWT.TOGGLE [00:26:42] <rcjsuen> NoobFukaire: The javadocs should say. I guess youwanted SWT.CHECK. [00:27:04] <NoobFukaire> yeah I saw that, but I've been assuming I'd get a check box? [00:27:08] <NoobFukaire> I'll try it regardless :) [00:27:19] <rcjsuen> Well, yeah, you'll get a checkbox. [00:27:28] <rcjsuen> I'm not sure what a toggling menu item would look like. [00:27:30] <NoobFukaire> but I have is a playback bar with play, pause, etc [00:27:32] <rcjsuen> Unless you mean you want aradio button. [00:27:51] <NoobFukaire> so when Play is pressed, it stays depressed until stop or pause is pressed [00:28:09] <NoobFukaire> I have this working by adding a toggle button to the tool bar's parent composite [00:28:24] <NoobFukaire> but it seems really hacky and I'm afraid it might get broken in future updates [00:28:25] <rcjsuen> I've never seen menu items stay "depressed". [00:28:39] * rcjsuen is not sure if we're talking about the same thing. [00:30:06] *** the_alien has joined #eclipse [00:30:07] <NoobFukaire> it's a button that when you press it, it doesn't "pop" back up [00:30:10] <NoobFukaire> it's like a check box basically [00:30:26] <NoobFukaire> but there's no check, the button appears "pushed in" like it's broken [00:32:10] <rcjsuen> Are we really talking about menu items here? [00:33:12] <NoobFukaire> oh I'm sorry, I mean ToolItem :( [00:34:30] <rcjsuen> yeah for ToolItem it'd just be SWT.CHECK in a toggling-like state [00:35:21] <rcjsuen> Though I'm not sure what is/looks broken here. Perhaps I'm not visualizing what youhave written properly. [00:36:22] <NoobFukaire> works perfectly, sorry I wish I could say I was drinking :) [00:38:15] <rcjsuen> Well then everyone's happy. [00:40:09] *** newbie123abc has quit IRC [01:04:43] <NoobFukaire> Is there anyway to "negate" a button click? [01:05:17] <rcjsuen> you could try to set the event field's doit field to false in the selection listener i suppose [01:07:11] *** rrodriguez_ has joined #eclipse [01:10:22] *** laknath_ has quit IRC [01:10:49] *** Guest37848 has quit IRC [01:13:02] *** ramenmeal has joined #eclipse [01:13:42] *** cifromaK has joined #eclipse [01:14:31] <NoobFukaire> doesn't appear to work, but I think I'm going to stay with the toggle metaphor [01:14:41] <NoobFukaire> I was trying to negate the button press if the play button was already activated [01:14:52] <NoobFukaire> but instead I'm just going to end playback if you press play while playing [01:17:19] <rcjsuen> NoobFukaire: Couldn't you make it pause if it's untoggled? [01:17:33] <NoobFukaire> yeah, that's what I mean ;) [01:17:34] *** rrodriguez has quit IRC [01:17:35] *** rrodriguez_ is now known as rrodriguez [01:23:03] *** vwegert has quit IRC [01:27:24] *** EricInBNE has joined #eclipse [01:38:28] *** betabot has joined #eclipse [01:39:42] *** alexises_ is now known as Pikachu_2014 [01:43:39] *** hmalphettes has joined #eclipse [01:46:34] *** Crell has joined #Eclipse [01:49:24] <Crell> Hi all. I've got a strange issue. [01:49:39] <Crell> I have a fresh download and install of Eclipse PDT running on Linux (Kubuntu 9.10 specifically). [01:50:02] <Crell> When I go to create a new project, though, none of the buttons in the dialog work aside from Cancel. [01:50:12] <Crell> They all animate when clicked, but do not actually do anything. [01:50:15] <Crell> Any idea what could be wrong? [01:50:26] <rcjsuen> Crell: Did you try using the keyboard (instead of using the mouse)? [01:50:49] <Crell> You mean to tab through to the buttons? [01:50:55] <betabot> Crell, I have the same problem.. just press enter after selecting the button [01:50:57] <rcjsuen> Correct. [01:51:03] <Crell> ... Weird. [01:51:09] <betabot> I know [01:51:18] <rcjsuen> Crell: Does it work? [01:51:26] <Crell> betabot [01:51:30] <Crell> betabot's suggestion did. [01:51:36] <Crell> That's... messed up. :-) [01:51:43] <rcjsuen> See FAQ in channel topic. [01:51:53] <betabot> indeed.. I haven't reported it because it is just a minor nuisance [01:52:02] <betabot> maybe it is in the FAQ though :P [01:53:02] <Crell> Oh hey look! [01:53:10] <Crell> http://wiki.eclipse.org/IRC_FAQ#Eclipse_buttons_in_dialogs_and_other_places_are_not_working_for_me_if_I_click_them_with_the_mouse._I_also_cannot_see_anything_in_the_tree_when_I_try_to_install_updates._What.27s_going_on.3F [01:54:04] <Crell> Great. So the real fix is to wait for the next version. Sigh. [01:54:10] * Crell shakes his fist at gtk. [01:54:15] *** bigmack83 has joined #eclipse [01:54:20] <rcjsuen> Well, you could use the workaround for the time being, or download the maintenance build. [01:54:32] <NoobFukaire> LOL [01:54:43] *** Razec has joined #eclipse [01:54:43] <NoobFukaire> I'm trying to export some images to a web gallery with gthumb [01:54:55] <NoobFukaire> and I ran into this exact issue, I press "save" to save the web gallery and nothing [01:55:02] <NoobFukaire> same exact issue, and fix, as eclipse [01:55:56] <Crell> Does "maintenance build" mean bug fix or beta? :-) [01:57:05] <Crell> The export variable on that page seems to work for now. [01:57:12] <rcjsuen> I suppose it is a hybrid of the two. [01:58:41] *** bit2man has joined #eclipse [02:08:12] *** plarsen has quit IRC [02:18:07] *** Gurkenglas has joined #eclipse [02:20:11] <Crell> Grm. OK, what else do I need to do to make XDebug talk to PDT. [02:20:43] <Crell> XDebug is installed, and it is active in phpinfo. [02:21:07] <Crell> I have a debug profile setup as I normally do, and starting debugging will start a new browser window properly. [02:21:10] <Crell> But breakpoints never pick up. [02:21:57] *** cifromaK has quit IRC [02:24:31] *** fsteeg_ has joined #eclipse [02:25:56] *** bit2man has quit IRC [02:27:20] *** tromey has quit IRC [02:27:34] *** tromey has joined #eclipse [02:27:43] *** deSilva has quit IRC [02:33:36] *** Crell has quit IRC [02:40:32] *** fsteeg has quit IRC [02:40:32] *** fsteeg_ is now known as fsteeg [02:40:51] *** bigmack83 has quit IRC [02:40:59] *** bigmack83 has joined #eclipse [02:49:25] *** pnehrer has quit IRC [02:58:25] *** kthomas has quit IRC [03:00:35] *** TomTom has quit IRC [03:05:56] *** ramenmeal has quit IRC [03:07:46] *** rrodriguez_ has joined #eclipse [03:10:23] *** armence has quit IRC [03:18:08] *** rrodriguez has quit IRC [03:18:09] *** rrodriguez_ is now known as rrodriguez [03:27:15] *** ramenmeal has joined #eclipse [03:39:41] <NoobFukaire> Is there any existing functionality to bridge java metadata and class info for use in JSDT's editor [03:40:01] *** Razec has quit IRC [03:40:15] <NoobFukaire> an example being: say you're using javascript embedded in a Java application and you use Java classes directly in the scripting environment [03:40:31] <NoobFukaire> it'd be cool to get autocompletion when using those classes [03:43:03] *** Razec has joined #eclipse [03:44:39] *** Razec has quit IRC [03:45:12] *** jusfreeman has joined #eclipse [03:54:04] *** ramenmeal has quit IRC [04:01:39] *** bya has quit IRC [04:05:17] *** asarch has joined #eclipse [04:06:09] *** _Maru_ has quit IRC [04:21:36] *** the_alien has quit IRC [04:37:44] *** Gurkenglas has quit IRC [04:42:05] *** pnehrer has joined #eclipse [04:42:11] *** gambler has quit IRC [04:49:12] *** laknath_ has joined #eclipse [04:58:52] *** bigmack83 has quit IRC [05:00:42] *** bigmack83 has joined #eclipse [05:08:25] *** rrodriguez_ has joined #eclipse [05:14:54] *** bigmack83 has quit IRC [05:18:13] *** rrodriguez has quit IRC [05:18:13] *** rrodriguez_ is now known as rrodriguez [05:31:41] *** Stefa2 has joined #eclipse [05:34:16] *** EricInBNE has quit IRC [05:35:22] *** Stefa1 has quit IRC [05:36:39] *** EricInBNE has joined #eclipse [05:39:27] *** bigmack83 has joined #eclipse [05:56:06] *** bigmack83 has quit IRC [06:00:46] *** Tesseraction has quit IRC [06:01:55] *** hmalphettes has quit IRC [06:03:19] *** rrodriguez has quit IRC [06:10:39] *** rrodriguez has joined #eclipse [06:16:08] *** pnehrer has quit IRC [06:17:04] *** pnehrer has joined #eclipse [06:20:59] *** jfreeman has joined #eclipse [06:25:50] *** rcjsuen has quit IRC [06:28:44] *** Theravadan has quit IRC [06:34:57] *** jusfreeman has quit IRC [06:57:40] *** rrodriguez has quit IRC [06:57:43] *** jfreeman has quit IRC [07:07:22] *** fsteeg has quit IRC [07:10:41] *** pnehrer has quit IRC [07:14:25] *** jfreeman has joined #eclipse [07:16:05] *** Xeon_ has joined #eclipse [07:16:44] <Xeon_> why go to definition does not work sometimes? [07:26:50] *** cifromaK has joined #eclipse [07:34:38] *** rrodriguez has joined #eclipse [07:41:43] *** jfreeman has quit IRC [07:48:51] *** nmatrix9 has joined #eclipse [07:50:14] *** nmatrix9 has quit IRC [07:55:15] *** _m0 is now known as m0 [08:00:07] <javawizard> Happy New Year [08:02:19] *** debio264 has quit IRC [08:02:55] *** debio264 has joined #eclipse [08:04:49] *** BigMack84 has joined #eclipse [08:05:35] *** bigmack83_ has joined #eclipse [08:24:23] *** MrHacks has quit IRC [08:33:56] *** bigmack83_ has quit IRC [08:33:57] *** asarch has quit IRC [08:35:39] *** BigMack84 has quit IRC [08:41:48] *** BigMack84 has joined #eclipse [08:43:58] *** bigmack83_ has joined #eclipse [08:48:43] *** Cybernator has joined #eclipse [08:50:07] *** bigmack83_ has quit IRC [08:50:07] *** BigMack84 has quit IRC [08:51:49] *** BigMack84 has joined #eclipse [08:52:50] *** bigmack83_ has joined #eclipse [09:07:23] *** rrodriguez_ has joined #eclipse [09:17:22] *** Stefa2 has quit IRC [09:17:52] *** rrodriguez has quit IRC [09:17:52] *** rrodriguez_ is now known as rrodriguez [09:27:06] *** Cybernator1 has joined #eclipse [09:27:26] *** Cybernator has quit IRC [09:31:20] *** rrodriguez has quit IRC [09:50:36] *** Cybernator1 has quit IRC [10:07:18] *** Bass2 has quit IRC [10:09:29] *** Cybernator has joined #eclipse [10:10:32] *** multiHYP has joined #eclipse [10:10:55] <multiHYP> Happy New Year!!! [10:43:04] *** betabot has quit IRC [10:43:26] *** javawizard has quit IRC [10:47:55] *** vwegert has joined #eclipse [10:57:00] *** veyres has joined #eclipse [10:57:48] *** deSilva has joined #eclipse [11:03:08] *** bigmack83_ has quit IRC [11:03:08] *** BigMack84 has quit IRC [11:07:51] <multiHYP> how to disable the MAX, MIN, CLOSE on a shell during runtime? [11:14:02] *** len has joined #eclipse [11:14:18] <len> hi, have a problem wit progress indicators and jobs, is here the right place to ask? [11:20:23] <len> i have two views and an editor that run background jobs to build structures that are used to display data, because building these structures sometimes can take a couple of seconds or up to 30 seconds in my experiments and i didnt want to block the ui thread. but sometimes these jobs finish very fast [11:20:31] <len> i'm showing the progress indicator in the status bar [11:21:25] <len> what seems to be happening is that the 3 jobs start almost simultaneously (not sure in what order), and the progress nidicator shows something fast and then nothing, although one of the jobs havent finished yet [11:21:52] <len> seems like if some job finishes very fast other jobs that started before wont appear again in the progress indicator [11:30:49] <vwegert> len: are you sure that your implementations are thread-safe? [11:31:11] <len> not 100%, but pretty sure [11:31:30] <vwegert> I had a similar issue a while ago, turned out to be a racing condition between the jobs. [11:31:43] <len> hm interesting [11:31:48] <vwegert> len: You could always try to schedule the jobs and have them exclude one another [11:32:09] <len> but in that case the views and editor wont update simultaneously [11:32:18] <len> one would have to wait another finishes, no? [11:32:40] <len> they are updated incrementally right now, you can see how they gradyally load the data [11:32:49] <vwegert> True - but you could check whether that is the cause [11:32:54] <len> hm yes [11:33:08] <len> i'll look for race conditions, thanks [11:33:28] *** Guest37848 has joined #eclipse [11:33:40] <vwegert> *sigh* Any PDE Build wizards around? [11:34:08] *** Cybernator1 has joined #eclipse [11:34:27] <vwegert> I can't convince my generated source plug-in to work the way I want it, and I don't know where else to look... [11:36:13] *** Cybernator has quit IRC [11:36:27] *** BigMack83 has joined #eclipse [11:37:43] <len> i have used pde but i dont have a lot of experience with it.. [11:39:34] *** Cybernator has joined #eclipse [11:43:13] *** bigmack83_ has joined #eclipse [11:44:33] *** Herix1 has joined #eclipse [11:44:42] *** Herix1 has left #eclipse [11:46:41] *** Cybernator1 has quit IRC [11:47:56] *** laknath_ has quit IRC [11:49:14] *** bigmack83_ has quit IRC [11:51:18] *** bigmack83 has joined #eclipse [11:51:52] *** bigmack83 has quit IRC [11:54:11] *** bigmack83_ has joined #eclipse [11:57:54] *** flecktor has joined #eclipse [11:58:27] *** phr0stik has joined #eclipse [11:58:31] <flecktor> wow this is hard [11:58:40] <phr0stik> halo [11:58:58] <flecktor> how do we start a session for ecf? [11:59:01] <flecktor> anyone knows? [11:59:30] *** laknath_ has joined #eclipse [12:04:25] <flecktor> hmm [12:04:32] <flecktor> is there a bot in here? [12:04:57] *** flecktor has quit IRC [12:08:13] *** phr0stik has quit IRC [12:26:18] <vwegert> ~hi [12:26:18] <Arbalest> Welcome! If you have a question, just ask, or take a look at our FAQ - http://wiki.eclipse.org/IRC_FAQ :) Try typing ~faq to see more FAQs! If you have errors or logs to show, see ~pastebin. If you have screenshots to share, see ~imagebin. If you need to describe your problem, please provide some ~info about your setup. Please be patient when waiting for a response. Thank you and enjoy your stay. [12:26:36] <vwegert> Ah, he's gone already... [12:48:02] *** bigmack83_ has quit IRC [12:49:09] *** bigmack83_ has joined #eclipse [13:06:00] *** multiHYP has quit IRC [13:16:53] *** Cybernator1 has joined #eclipse [13:19:46] *** Cybernator has quit IRC [13:31:12] *** fixl has joined #eclipse [13:32:22] *** fsteeg has joined #eclipse [13:37:36] *** fixl has quit IRC [13:40:59] *** Shown has joined #eclipse [13:42:31] *** fixl has joined #eclipse [13:42:33] *** NickK has joined #eclipse [13:45:19] <NickK> Happy New Year, everybody. [13:47:00] *** Cybernator has joined #eclipse [13:47:57] <NickK> New to Eclipse. I happen to run against a wall with http://download.eclipse.org/webtools/updates/. Eclipse chokes on a missing / failed DTD @ w3.org. Googling didn't help; any other (more specific) pointers? [13:49:24] <FauxFaux> What're you trying to do? [13:50:01] <NickK> I'm trying to find updates or install, for that matter. [13:50:20] <FauxFaux> Why don't you just start with the java ee Eclipse, like everyone else? :) [13:50:22] <NickK> Other URLs just work as advertised. :-) [13:51:13] <NickK> Well, in fact, I'm not exactly a Java programmer, but it seems to work - a hello world program and some early tests just turned out great. [13:54:29] <NickK> :-) Thanks anyway. [13:54:31] * FauxFaux uses webtools heavily on a daily basis (at work), but has never tried installing it via. update manager. [13:57:24] <NickK> Guess I still have to dig deeper, in the end it's maybe even something distribution specific (running Gentoo). [13:58:25] <FauxFaux> You are running a modern version and on a modern jvm, right? [13:58:26] <FauxFaux> ~info [13:58:28] <Arbalest> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [14:00:44] *** ktlr has joined #eclipse [14:02:06] <NickK> ye gods, please no low level bug hunting right now. I just hoped for a "yes, I stumbled upon the same problem" or "no, it's all your fault", which I take the latter. Linux b4r.org 2.6.28-gentoo-r5 #1 SMP Sat May 2 15:34:59 CEST 2009 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ AuthenticAMD GNU/Linux [14:02:18] <NickK> ups. wrong shell [14:02:45] <FauxFaux> The main fear is that you're running on gcj (which plain doesn't work) or that you're running four major versions out of date, like the debian/ubuntu packaged version. [14:03:19] <NickK> yeah, I understand. One moment please. [14:05:23] <NickK> Linux shenron 2.6.30-gentoo-r8 #1 SMP PREEMPT Sat Oct 31 13:05:24 CET 2009 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux // /opt/sun-jdk-1.6.0.17/bin/java // Eclipse 3.4.0 Ganymede // Gentoo Portage. [14:05:35] *** Cybernator1 has quit IRC [14:06:33] <NickK> Gentoo's portage says 3.4-r2. [14:08:04] <vwegert> NickK: If you installed Eclipse using Portage, make sure your user has write permissions to the (shared) installation folder, otherwise that's the wall you'll run into first. [14:08:55] <NickK> vwegert: Thanks. I already installed some other updates, but I'll check that now. [14:10:38] *** cifromaK has quit IRC [14:12:56] *** pnehrer has joined #eclipse [14:15:57] <NickK> user's install log shows a couple of successes. :-) [14:17:38] <NickK> (btw, Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd - this is one of the six error lines I get. Firefox can access that URL. I'll keep on trying.) [14:17:44] *** Razec has joined #eclipse [14:19:13] *** bigmack83_ has quit IRC [14:22:41] *** bigmack83_ has joined #eclipse [14:27:19] *** Stefa1 has joined #eclipse [14:36:27] *** rcjsuen has joined #eclipse [14:43:30] *** volodya has quit IRC [14:45:25] *** pnehrer has quit IRC [14:51:05] *** BigMack83 has joined #eclipse [14:56:31] *** BigMack83 has quit IRC [14:56:31] *** bigmack83_ has quit IRC [14:57:06] *** Bass10 has joined #eclipse [14:57:18] *** BigMack83 has joined #eclipse [14:57:22] *** bigmack83_ has joined #eclipse [15:13:06] *** bigmack83_ has quit IRC [15:13:06] *** BigMack83 has quit IRC [15:13:45] *** BigMack83 has joined #eclipse [15:15:30] *** bigmack83_ has joined #eclipse [15:17:02] *** Stefa1 has quit IRC [15:20:27] *** fsteeg_ has joined #eclipse [15:26:07] *** plan_rich has joined #eclipse [15:27:06] <plan_rich> hello there! i have a question about eclipse, in specific about swt! Can somebody help me? [15:28:18] *** fsteeg has quit IRC [15:28:18] *** fsteeg_ is now known as fsteeg [15:31:24] <paulweb515_> plan_rich: you should ask (although it's slack time) ... this is the right place [15:31:49] <paulweb515_> plan_rich: if you don't get an answer (think in 1 hour :-) you can also try the newsgroups - http://www.eclipse.org/newsgroups - eclipse.platform.swt [15:32:59] *** tr1gger has joined #eclipse [15:33:45] <rcjsuen> plan_rich: Best way to know if someone can help is to ask your question and wait and see. No one knows if they can help if they don't know what the question is. :) [15:35:20] <plan_rich> my problem in swt is like this: i have a widget with a selectionlistener on it. the selectionlistener ist invoked correctly. BUT when i disable the control via setEnabled(false) and enable it again, the selectionlistener is not invoked any more [15:35:58] <rcjsuen> I've never heard of that problem before. [15:36:07] <plan_rich> me neither :) [15:36:12] <rcjsuen> There are certainly places where buttons are enabled/disabled. [15:36:16] <rcjsuen> for example the wizards [15:36:22] <plan_rich> yep [15:36:36] <rcjsuen> Can you reproduce it in a code snippet? [15:36:46] <plan_rich> one moment pleas [15:36:47] <plan_rich> e [15:42:04] <plan_rich> very well: [15:42:05] <plan_rich> http://paste.ideaslabs.com/show/p5zlPCsvc [15:42:12] <plan_rich> this is what is do [15:42:44] <plan_rich> i cut out all the code which is not necessary and made some comments [15:43:33] <rcjsuen> What does hasAllRequirements() do? [15:43:45] <rcjsuen> Did youuse a debugger to step thru the code? [15:44:20] <plan_rich> check if for instance i have entered a correct name without numbers and selected some combos [15:44:41] <plan_rich> i debugged it yes, if i do NOT disable the control, it works [15:45:30] <plan_rich> hm i tested also the mouselistener [15:45:38] <rcjsuen> Seems kind of weird to turn it on and off [15:45:57] <plan_rich> but the interesting thing is that the plain "Listener" interface work with SWT.MouseDown [15:46:17] *** bigmack83_ has quit IRC [15:46:17] *** BigMack83 has quit IRC [15:46:24] <plan_rich> i mean with .addListener(SWT.MouseDown, new ListenerImpl()); [15:46:33] <rcjsuen> That is even stranger. [15:47:18] <plan_rich> hm what about if i set enabled in a different thread? would that be a problem? [15:47:26] *** fixl has quit IRC [15:47:36] <rcjsuen> Depends on when it's set I suppose, the order of execution [15:47:46] <rcjsuen> Instead of turning it off and then back on [15:47:53] <rcjsuen> wh don't you just switch it off if the condition fails [15:49:52] <plan_rich> the default is off because there are some combos to be selected and so on [15:50:13] <rcjsuen> well [15:50:16] <plan_rich> and if i select one control [15:50:25] <plan_rich> i check if everything is valid [15:50:35] <plan_rich> if yes -> set it enabled [15:50:46] <rcjsuen> Oh, I was reading your code wrong. [15:51:18] <rcjsuen> I'd suggest ripping out more code so you just have a shell and two buttons and see if you can reproduce the problem like that. [15:51:33] <plan_rich> ok ill try that [15:51:33] <rcjsuen> I don't have Eclipse setup on this computer so I can't go through the code. [15:51:53] <plan_rich> i write if i find the problem [15:52:05] <plan_rich> otherwise thank you for your assistance :) [15:56:08] *** ThraShown has joined #eclipse [16:01:54] *** Shown has quit IRC [16:03:35] <plan_rich> hm this problem also happens in this snippet: [16:03:36] <plan_rich> http://paste.ideaslabs.com/show/9JqT0xa1jp [16:05:23] <rcjsuen> So when you click the first button, it no longer prints "we come here!"? [16:05:40] <rcjsuen> What OS are you on, btw? [16:06:56] *** EricInBNE has quit IRC [16:07:57] <plan_rich> on kubuntu [16:08:08] <plan_rich> if i click the testbutton it prints my message [16:08:14] <plan_rich> if i disable and enable it it does not [16:08:22] <rcjsuen> Are you on 9.10? [16:08:26] <plan_rich> yes [16:08:42] <rcjsuen> Are you clicking on the button? [16:08:49] <rcjsuen> Can you try using the kb instead? [16:09:12] <plan_rich> mom [16:09:38] <rcjsuen> If your mom can help you that's good. [16:09:46] <plan_rich> damn :D the keyboard works, no matter [16:09:49] <plan_rich> what is do [16:09:52] <plan_rich> it always works [16:11:14] <plan_rich> so what would you suggest? [16:11:26] <rcjsuen> See FAQ in channel topic [16:11:35] <rcjsuen> there's an entry about the mouse/kb button problem [16:15:53] <plan_rich> which channel? #topic here or the faq of kubuntu [16:16:57] <rcjsuen> This channel. [16:17:06] <rcjsuen> see /topic [16:21:57] <plan_rich> i'm afraid the export GDK_NATIVE_WINDOWS=true does not help me [16:22:27] *** hmalphettes has joined #eclipse [16:22:42] <rcjsuen> plan_rich: You would probably have to set that env var in your launch configuration, did you try that? [16:27:07] *** Herix1 has joined #eclipse [16:33:08] <plan_rich> it works now! thx alot [16:33:25] *** plan_rich has quit IRC [16:33:38] *** Herix1 has left #eclipse [16:39:12] *** alinp has joined #eclipse [16:42:29] *** ekiczek has quit IRC [16:47:06] *** Tesseraction has joined #eclipse [16:48:03] *** EricInBNE has joined #eclipse [17:03:49] *** fixl has joined #eclipse [17:07:31] *** ekiczek has joined #eclipse [17:08:25] *** l0ngbeach has joined #eclipse [17:12:39] *** serard_ has joined #eclipse [17:12:52] *** serard_ has quit IRC [17:13:11] *** EricInBNE has quit IRC [17:13:34] *** EricInBNE has joined #eclipse [17:15:11] *** LongBeach has quit IRC [17:18:52] *** the_alien has joined #eclipse [17:31:42] *** the_alien has quit IRC [17:35:35] *** plan_rich has joined #eclipse [17:42:23] *** rhk has joined #eclipse [17:49:20] *** volodya has joined #eclipse [17:52:08] *** Bass10 has quit IRC [17:56:49] *** plan_rich has quit IRC [17:56:52] *** plan_rich has joined #eclipse [18:03:24] *** EricInBNE has quit IRC [18:10:48] *** njbartlett has joined #eclipse [18:13:08] *** rcjsuen_ has joined #eclipse [18:13:39] *** Bass10 has joined #eclipse [18:15:26] *** Stefa1 has joined #eclipse [18:19:51] *** MrHacks has joined #eclipse [18:22:37] *** BigMack83 has joined #eclipse [18:22:55] *** plan_rich has quit IRC [18:26:13] *** NickK_ has joined #eclipse [18:28:14] <MrHacks> FINALLY! Everything is working this morning! [18:29:17] <MrHacks> I didn't really do anything since yesterday, but it is working [18:30:49] *** mertimor has joined #eclipse [18:31:58] *** NickK has quit IRC [18:32:49] <rcjsuen_> how very odd [18:35:55] <rhk> it's 2010 now [18:39:22] <rcjsuen_> Indeed it is. [18:39:42] *** kthomas has joined #eclipse [18:40:12] *** rcjsuen has quit IRC [18:42:37] *** rcjsuen_ is now known as rcjsuen [18:48:27] *** BigMack83 has quit IRC [18:51:27] <mertimor> my plugin supplies a custom editor. when you open another editor for the same file the contents of both editors get only synchronized when saving the file. what needs to be done to make the editor synchronize in real-time while typing? [18:52:23] *** alinp has quit IRC [18:52:40] <rcjsuen> well, presumably your model changes and when it changes it notifies the editor its change and updates as needed [18:54:59] *** Cybernator has quit IRC [18:59:42] *** Guest37848 has quit IRC [19:16:28] *** MrHacks has left #eclipse [19:19:18] *** behzad has joined #eclipse [19:19:31] *** _Moe_ has joined #eclipse [19:19:40] *** behzad has left #eclipse [19:20:28] <_Moe_> I am using the texlipse plugin.. and for some reason my editor is not correctly highlighting latex code.. how do I set it to latex ? it is a latex project and there is a texlipse thingy in preferences [19:20:38] *** mertimor has quit IRC [19:20:56] *** mertimor has joined #eclipse [19:38:06] *** Cybernator has joined #eclipse [19:39:35] *** Cybernator1 has joined #eclipse [19:43:33] <ralf_e> _Moe_, are you opening the file with the latex editor? (Right click > Open with) [19:44:53] *** armence has joined #eclipse [19:46:50] *** Cybernator has quit IRC [19:48:41] *** monra has joined #eclipse [19:53:58] <monra> Hello. I use Eclipse some time now with Linux Ubuntu 8.10. Some days ago when I write object. (for example (new String()). and wait for the available methods to pop-up I don't get anything. I tried removing and re-installing Eclipse but I have still the same problem! I use Eclipse 3.2.2 .. Any ideas how to fix this? [19:54:11] *** ChrisCharlton has joined #eclipse [19:55:19] <rcjsuen> monra: 3.2.2 is three years old. [19:57:39] <monra> rcjsuen: Well... that's what I found in the Ubuntu packages :S and worked fine until I got this problem! Anyway, maybe I will try the newest version [20:00:42] <NoobFukaire> also, are you using sun java or gcj stuff? [20:00:57] <NoobFukaire> I remember having problems with code completion when accidentally using gcj [20:01:02] <NoobFukaire> that was my tip off I was using gcj :) [20:04:01] *** ppawel has joined #eclipse [20:04:53] <monra> NoobFukaire: just check it! I'm using sun java 6 [20:05:03] <NoobFukaire> ah ok :) [20:12:18] *** nmatrix9 has joined #eclipse [20:12:51] *** _Moe_ has left #eclipse [20:18:27] *** the_alien has joined #eclipse [20:20:10] *** Razec has quit IRC [20:34:39] *** ppawel has quit IRC [20:36:24] *** javawizard has joined #eclipse [20:36:55] *** Cybernator1 has quit IRC [20:47:20] <monra> quit [20:47:22] *** monra has quit IRC [20:50:56] *** ChrisCharlton has left #eclipse [21:04:10] [21:06:22] <vwegert> Sorry, wrong channel [21:08:19] <vwegert> In other news: generated source plug-in is still not working... where else could I ask other than opening a bug? [21:08:37] <rcjsuen> Did you ask on the forums? [21:08:37] *** ppawel has joined #eclipse [21:09:28] <vwegert> rcjsuen: I posted on the newsgroup .pde - is that the same? [21:09:47] <rcjsuen> yes [21:11:56] *** nmatrix9 has quit IRC [21:14:28] <vwegert> rcjsuen: http://www.eclipse.org/forums/index.php?t=msg&th=159966&start=0& [21:15:35] *** fsteeg_ has joined #eclipse [21:15:36] *** fsteeg has quit IRC [21:15:56] *** fsteeg_ is now known as fsteeg [21:16:05] *** NickK_ has quit IRC [21:18:55] *** BigMack83 has joined #eclipse [21:19:17] *** multiHYP has joined #eclipse [21:24:02] *** ppawel has quit IRC [21:25:07] *** ekiczek has quit IRC [21:30:48] *** evil_gordita has quit IRC [21:38:25] *** Cybernator has joined #eclipse [21:42:57] *** kthomas_vh has joined #eclipse [21:46:50] *** laknath_ has quit IRC [21:48:32] *** multiHYP has quit IRC [21:51:20] *** [-jon-] has quit IRC [21:52:09] *** ekiczek has joined #eclipse [21:58:14] *** dmiles has joined #eclipse [21:59:03] *** dmiles_afk has quit IRC [21:59:04] *** dmiles has left #eclipse [21:59:07] *** kthomas has quit IRC [21:59:19] <vwegert> OK, a different issue: I've got a master-detail situation with a list viewer and some other UI elements. Using databinding, I'd like the details elements to disappear if nothing is selected in the list viewer. How do I do this? [21:59:42] *** laknath_ has joined #eclipse [22:05:12] *** kthomas_vh has quit IRC [22:05:55] *** kthomas_vh has joined #eclipse [22:09:57] *** the_alien has quit IRC [22:31:27] *** dmiles_afk has joined #eclipse [22:31:43] *** pnehrer has joined #eclipse [22:36:57] *** fixl has quit IRC [22:38:32] *** ramenmeal has joined #eclipse [22:46:58] *** rcjsuen has left #eclipse [22:47:02] *** rcjsuen has joined #eclipse [22:47:38] *** kthomas_vh has quit IRC [22:47:59] *** kthomas_vh_ has joined #eclipse [22:50:46] *** ralf_e has quit IRC [22:50:58] *** veyres has quit IRC [22:52:05] *** mertimor has quit IRC [22:54:04] *** ramenmeal has quit IRC [22:58:52] *** ralf_e has joined #eclipse [23:00:37] *** jfreeman has joined #eclipse [23:04:42] *** NoLogin has joined #eclipse [23:08:22] *** Cybernator has quit IRC [23:10:46] *** NoLogin has quit IRC [23:13:30] *** aksn has joined #eclipse [23:16:47] *** ralf_e has quit IRC [23:18:16] *** ralf_e has joined #eclipse [23:20:29] *** Ek0 has joined #eclipse [23:22:49] *** aksn_ has joined #eclipse [23:23:37] *** Xeon_ has left #eclipse [23:28:31] *** ramenmeal has joined #eclipse [23:30:13] *** ralf_e has quit IRC [23:30:36] *** ralf_e has joined #eclipse [23:31:13] *** aksn_ has quit IRC [23:31:28] *** Ek0 has quit IRC [23:37:14] *** pookey has joined #eclipse [23:37:37] <pookey> hi guys - I've a few basic java/eclipse questions, is this the right channel? [23:37:50] <NoobFukaire> yes, don't ask to ask [23:38:18] <pookey> wasn't sure if this was just for general eclipse stuff, that's all [23:38:42] *** jfreeman has quit IRC [23:38:56] <deSilva> ... [23:39:25] <pookey> I've installed the Hibernate Tools stuff into eclipse, and I'm trying to get started on a hibernate project, I'm trying to figure out how I'm mneat to get the correct jar's added to the project, or is that something I do manually in the build path manager bit? [23:40:02] <NoobFukaire> yeah, you can either edit the project properties -> java build path [23:40:13] <NoobFukaire> or there's a shortcut when you right click a jar to add it to the build path [23:40:54] *** ramenmeal has quit IRC [23:41:55] *** ivenkys_ has joined #eclipse [23:43:17] <pookey> NoobFukaire: thanks, do oyu know if the hibernate jar's are included in the plugin, or do I download hibernate separatly? [23:43:33] <NoobFukaire> not sure, sorry [23:43:45] <pookey> no problem - thanks again [23:50:47] *** pnehrer has quit IRC [23:55:36] *** BigMack83 has quit IRC [23:59:09] *** ivenkys has quit IRC