[00:08:48] *** vanhallein has joined #eclipse [00:21:31] *** soulreaper has quit IRC [00:29:21] *** nicoulaj has quit IRC [00:29:25] *** kthomas_vh_ has joined #eclipse [00:31:42] *** kthomas_vh has quit IRC [00:33:15] *** vanhallein has quit IRC [00:34:04] *** vanhallein has joined #eclipse [00:34:45] *** kthomas has joined #eclipse [00:37:57] *** oneliner has joined #eclipse [00:38:24] *** kthomas_vh_ has quit IRC [00:41:32] *** jesmon has quit IRC [00:50:51] *** soee has quit IRC [01:05:23] *** tewecske has quit IRC [01:05:40] <jink> nitind: I wasn't the one asking for help, but thanks. ^__^ [01:10:13] *** vmil86 has quit IRC [01:12:14] *** komptech11_03563 has joined #eclipse [01:12:41] *** komptech11_03563 has quit IRC [01:25:30] *** ries has left #eclipse [01:30:21] *** codeon has quit IRC [01:36:40] *** adac has quit IRC [01:37:03] *** NiteRain has quit IRC [01:39:08] *** rendar has quit IRC [01:39:59] *** komptech11_03563 has joined #eclipse [01:40:22] *** komptech11_03563 has quit IRC [01:50:12] *** komptech11_03563 has joined #eclipse [01:50:19] *** komptech11_03563 has quit IRC [01:50:42] *** komptech11_03563 has joined #eclipse [01:50:49] *** komptech11_03563 has quit IRC [01:51:12] *** komptech11_03563 has joined #eclipse [01:51:14] *** NiteRain has joined #eclipse [01:52:39] *** komptech11_03563 has quit IRC [01:56:03] *** komptech11_03563 has joined #eclipse [01:56:44] *** VanHallein has joined #eclipse [02:01:26] *** esperegu has joined #eclipse [02:01:50] *** nitrospectide has quit IRC [02:04:13] *** rossand has joined #eclipse [02:06:39] *** crib has quit IRC [02:09:02] *** crib has joined #eclipse [02:21:26] *** nexx has joined #eclipse [02:25:54] *** nexx has quit IRC [02:38:19] *** komptech11_03563 has joined #eclipse [02:46:56] *** drthingums has joined #eclipse [03:06:38] *** m_a_chinea has quit IRC [03:12:33] *** acron17 has joined #eclipse [03:14:17] <acron17> hi there! i want to override IHandler#isEnabled(). i know that a handler can also be en/disabled through enableWhen, but i want to do it in the code [03:15:19] <acron17> if the handler should be enabled depends on the selection of a viewer. the question is how to let the handler know about changes in the selection [03:15:34] <paulweb515_> acron17: you can do it ... better option is to override setEnabled(*) (always subclass o.e.core.commands.AbstractHandler) and call setBaseEnabled(*) [03:15:45] <paulweb515_> acron17: fire a HandlerEvent [03:15:57] <paulweb515_> that's what setBaseEnabled does [03:16:40] <acron17> paulweb515: thanks. i subclassed AbstractHandler already, i will change my that way [03:16:57] *** kthomas has quit IRC [03:18:09] <acron17> but my problem is how to communicate changes in the selection to the handler. i tried to get my handler through the command-service to add it as a selectionchangelistener [03:18:31] <acron17> but through the service i receive a HandlerProxy instead of my handler [03:20:13] <paulweb515_> acron17: enabledWhen will get notified if the selection changes ... there isn't any other way, except to create the handler in your view createPartControl(*) and then you can add yourself as a selection listener to your viewer [03:21:09] *** PW-toXic_ has joined #eclipse [03:22:38] <drthingums> Anyone know the best way to filter completion proposals? [03:24:23] *** PW-toXic has quit IRC [03:26:04] <acron17> paulweb515: the selection which can be examined with enabedWhen is always to selection of the active part, right? [03:27:03] <acron17> or is it possible to get the selection of a special view into enabledWhen? [03:28:02] <acron17> (specific view i meant, the view is not so special ;-) ) [03:29:34] <paulweb515_> acron17: it ends up being the global selection [03:30:40] *** kassah has quit IRC [03:31:02] <acron17> paulweb515: well, ok. thanks for the informations [03:34:05] *** milleja46 has joined #eclipse [03:35:29] *** deekr has joined #eclipse [03:36:49] *** komptech11_03563 has joined #eclipse [03:38:23] *** deekr has left #eclipse [03:42:05] *** komptech11_03563 has quit IRC [03:42:09] *** dirk_77_ has quit IRC [03:42:20] *** komptech11_03563 has joined #eclipse [03:43:43] *** acron17 has quit IRC [03:44:29] *** milleja46 has quit IRC [03:47:15] *** milleja46 has joined #eclipse [03:48:50] *** komptech11_03563 has quit IRC [03:53:18] *** rossand has quit IRC [04:00:50] *** rossand has joined #eclipse [04:01:35] *** komptech11_03563 has joined #eclipse [04:03:53] *** komptech11_03563 has quit IRC [04:25:15] *** rossand has quit IRC [04:26:13] *** Dessimat0r has joined #eclipse [04:28:34] *** kthomas has joined #eclipse [04:28:51] *** lolmatic has quit IRC [04:30:06] *** klausk has quit IRC [04:41:21] *** milleja46 has quit IRC [04:50:05] *** jcp|other has joined #eclipse [04:50:39] *** jcp has quit IRC [04:52:06] *** javawizard has quit IRC [04:56:13] *** jcp has joined #eclipse [05:05:28] *** baedert has quit IRC [05:06:18] *** psst has quit IRC [05:23:35] *** Smak has quit IRC [05:32:43] *** schwinn434 has joined #eclipse [05:33:10] *** buhman has joined #eclipse [05:33:37] <buhman> xorg crashed a moment ago, and with it all graphical applications [05:33:49] <buhman> well, and now eclipse refuses to start [05:33:55] <buhman> it just dies silently [05:36:59] <buhman> by the way, what is this eclipse 4.1 nonsense? [05:38:40] <drthingums> Anyone know the best way to filter completion proposals? [05:39:12] *** bittyx-laptop has joined #eclipse [05:46:33] <buhman> eclipse 4.1 is incredibly slow [05:46:36] <buhman> is this expected? [05:48:05] <nbf> it's not a release application, it's in development [05:48:23] <nbf> so yes, expect bugs, slowness and all kinds of bad things [05:52:45] <buhman> nbf: really? why is it versioned as if it's a release version? [05:53:02] <buhman> nbf: shouldn't it be something more spooky like 3.99.x? [05:53:17] <nbf> there aren't really rules for this type of thing [05:53:21] <buhman> eclipse 3.0 was considered stable, right? [05:53:29] <buhman> nbf: well there should be. [05:53:47] *** opt has joined #eclipse [05:53:55] <nbf> to even find eclipse 4 you have dig [05:54:00] <buhman> nbf: so I see [05:55:30] <buhman> nbf: it appears to be completely backward-compatible with 3.x stuff; is there a changelog somewhere that directly compares 3.7 to 4.1? [05:55:48] *** schwinn434 has quit IRC [05:56:11] <nbf> glwt [05:56:41] <buhman> nbf: or rather, is it possible to summarize what the entire point of eclipse 4 is? [05:57:27] <buhman> nbf: other than lofty things like "next-generation-platform"? [05:57:51] <nbf> I'm not sure I can put it any better than that [05:58:00] <buhman> the only differences I see is a more-crappy user-interface and extra-slowness [05:58:45] <nbf> k, don't use it then [05:59:03] <nbf> use Eclipse Indigo, it was released recently and may meet your needs [05:59:13] <nbf> you can download it at http://eclipse.org [05:59:19] <buhman> nbf: well, I'm not trying to insult (I realize how it might be interpreted as that); I'm just trying to ask what this whole eclipse 4 business is about [06:03:06] <drthingums> Was my question too vague or something? [06:03:37] <buhman> drthingums: doesn't look like anyone that can answer questions is around [06:03:46] <buhman> drthingums: rather, direct and pointed questions [06:08:21] <drthingums> Yeah, well, I'm writing a content assist processor for a plugin. [06:09:36] <drthingums> And I wanted to filter proposals based on cursor position, like in most Eclipse editors. [06:09:50] <drthingums> Is that clear enough? [06:12:27] <buhman> drthingums: probably too clear I would imagine [06:12:43] <buhman> drthingums: only lofty question with loftier answers are allowed in this channel it would appear [06:14:04] <drthingums> Well that's useless. [06:14:35] <nbf> this guy is some sort of troll but night/evening in the US on friday isn't the best time [06:14:50] <nbf> do you have any specific questions about what you're trying to do? [06:16:21] <drthingums> I wanted to know the best way to filter proposals. [06:17:04] <nbf> http://www.eclipse.org/forums/index.php/f/14/ [06:17:18] <buhman> nbf: that too [06:17:19] <nbf> have you searched the forums for similar questions? if not, you may want to [06:17:51] *** kthomas has quit IRC [06:19:23] <drthingums> No, the forums aren't particularly helpful. [06:36:58] *** ron has quit IRC [06:37:24] *** ron has joined #eclipse [06:53:23] *** Dessimat0r has quit IRC [06:54:48] *** FunnyLookinHat has joined #eclipse [06:54:48] *** FunnyLookinHat has joined #eclipse [07:25:10] *** a0sle has quit IRC [07:28:33] *** rcjsuen has quit IRC [07:30:24] *** a0sle has joined #eclipse [07:30:24] *** a0sle has joined #eclipse [07:32:00] *** kthomas_vh has joined #eclipse [07:37:48] *** PW-toXic_ has quit IRC [08:11:45] *** tewecske has joined #eclipse [08:29:34] *** mfladischer has joined #eclipse [08:36:55] *** xxen has joined #eclipse [08:37:37] *** aminpy has joined #eclipse [08:41:28] *** mfladischer has quit IRC [08:44:51] *** xxen is now known as nexx [08:49:50] *** semeion has quit IRC [09:01:43] *** SJr has quit IRC [09:05:59] *** SJr has joined #eclipse [09:06:49] *** SJr has quit IRC [09:07:16] *** SJr has joined #eclipse [09:21:00] *** kthomas_vh has quit IRC [09:22:40] *** cbeust_ has quit IRC [09:31:47] *** Zenopus has quit IRC [09:32:08] *** Zenopus has joined #eclipse [09:39:45] *** bid has joined #eclipse [09:43:51] <bid> hi, in "remote system explorer prespective" affter connecting to my ftp, whats the export action means? [09:45:58] *** javaduke has joined #eclipse [09:49:21] *** pulse00 has joined #eclipse [10:06:58] *** soulreaper has joined #eclipse [10:13:40] *** roentgen has joined #eclipse [10:14:05] *** deSilva has joined #eclipse [10:15:48] *** roentgen has quit IRC [10:33:55] *** javaduke has quit IRC [10:37:17] *** nexx has quit IRC [10:41:58] *** roentgen has joined #eclipse [11:05:03] *** Kud has joined #eclipse [11:10:03] *** acron17 has joined #eclipse [11:29:02] *** dmiles_afk has quit IRC [11:31:46] *** bid has quit IRC [11:48:58] *** Kamaran has joined #eclipse [11:59:50] *** baedert has joined #eclipse [12:02:31] *** acron17 has quit IRC [12:39:01] *** Kamaran has quit IRC [12:39:55] *** Pasqualle has joined #eclipse [12:49:40] *** codeon has joined #eclipse [12:58:51] *** roentgen has quit IRC [13:05:56] *** codeon has quit IRC [13:27:37] *** ron has quit IRC [13:28:06] *** ron has joined #eclipse [13:28:48] *** rawbdor has quit IRC [13:32:16] *** drthingums has quit IRC [13:37:44] *** NiteRain has quit IRC [13:46:12] *** blez has joined #eclipse [13:46:27] <blez> is there a way to remove the unused methods automatically? [13:46:48] *** javaduke has joined #eclipse [13:49:49] *** dirk_77_ has joined #eclipse [13:51:35] <FauxFaux> You can quickfix or source -> cleanup unused private methods. [14:14:15] *** rossand has joined #eclipse [14:18:22] *** Syndrom^ has joined #eclipse [14:18:49] *** Hanumaan has joined #eclipse [14:20:02] <Syndrom^> Hanumaan [14:20:11] <Syndrom^> It hates me. [14:20:12] <Syndrom^> http://dabeast.net/i/help-eclipse-xpand-xml.png [14:20:30] <Syndrom^> Trying since a half hour, but google does NOT answer my question. [14:22:30] *** aminpy has quit IRC [14:34:21] *** nexx has joined #eclipse [14:39:11] *** nexx has quit IRC [14:42:06] *** mavior has joined #eclipse [14:45:26] <mavior> hi, i am trying to put a project under git rev control on 3.7, and unlike from previous 3.6 egit version,now I am warned that putting the .git repo under the same project folder under workspace isn't recommended.. it wants me to create the repo under /home/user/git somebody knows why such decision ? [14:49:03] <ron> I can only guess. [14:49:41] [14:51:02] <ron> wouldn't it be difficult to maintain several workspaces on the same sources? [14:52:03] <FauxFaux> a) nobody really uses multiple workspaces. b) multiple workspaces containing clones, or multiple workspaces containing the same actual projects? [14:53:22] <ron> a) I use multiple workspaces, especially now with m2e's inconsistent behavior. b) multiple workspaces containing the same actual projects (see a)). [14:53:31] <FauxFaux> Tee hee. [14:53:56] <ron> only 600 posts to go. hmpf. [14:55:21] [14:55:52] <ron> "Taz Devil Genome Sequenced to Fight Contagious Cancer" - o_O\ [14:58:44] <ron> "Bug?s Penis Makes Loudest Animal Sound" O_O [15:04:18] <mavior> it's quite hided but seems that here there's a rationale http://wiki.eclipse.org/EGit/User_Guide#The_longer_story . But hey(!) it's a terminology nightmare, it's the second read here and still it's not all completely clear [15:05:05] <Syndrom^> guys [15:05:09] <Syndrom^> where can i download org.eclipse.xpand2.output [15:07:45] *** acron17 has joined #eclipse [15:08:52] *** rossand has quit IRC [15:12:43] *** mavior has quit IRC [15:17:27] *** baedert_ has joined #eclipse [15:20:27] *** baedert has quit IRC [15:21:37] *** aminpy has joined #eclipse [15:26:19] *** kassah has joined #eclipse [15:26:43] *** d_a_carver has joined #eclipse [15:29:47] *** |netRapid| has joined #eclipse [15:29:54] *** baedert_ has quit IRC [15:32:17] *** deSilva has quit IRC [15:32:30] *** |netRapid| has left #eclipse [15:34:36] *** timotei has joined #eclipse [15:39:34] *** deSilva has joined #eclipse [15:41:29] *** deSilva has quit IRC [15:41:45] *** deSilva has joined #eclipse [15:42:18] *** kiran has joined #eclipse [15:42:23] *** Hanumaan has quit IRC [15:42:23] *** kiran has quit IRC [15:44:15] *** baedert_ has joined #eclipse [15:47:30] *** m_a_chinea has joined #eclipse [15:48:59] *** baedert__ has joined #eclipse [15:49:32] <acron17> hi there! can i get all commands for a given category directly? or do i need to get all and than compare the category by hand? [15:50:27] *** timotei has left #eclipse [15:51:40] <acron17> i currentl use ICommandService#getDefinedCommands() and Command.getCategory().equals(category) but than need a try/catch which can never be reached... [15:51:59] *** baedert_ has quit IRC [15:57:11] *** |netRapid| has joined #eclipse [15:58:00] <|netRapid|> Hello, I am testing eclipse e4. When I open a dialog in a handler (DirectmenuItem) I get a NullpointerException: java.lang.NullPointerException [15:58:01] <|netRapid|> at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.getShellContext(ShellActivationListener.java:193). Can anyone help me? [16:01:26] *** moraes has quit IRC [16:03:00] *** baedert__ has quit IRC [16:10:19] *** evil_gordita has quit IRC [16:15:40] *** baedert__ has joined #eclipse [16:15:55] *** pulse00 has quit IRC [16:27:57] *** baedert_ has joined #eclipse [16:31:01] *** baedert__ has quit IRC [16:35:38] *** codeon has joined #eclipse [16:36:42] *** javaduke has quit IRC [16:39:17] *** baedert_ has quit IRC [16:39:54] *** baedert_ has joined #eclipse [16:48:24] *** baedert__ has joined #eclipse [16:49:52] *** ivarref has joined #eclipse [16:50:57] *** purestrain has joined #eclipse [16:52:17] *** baedert_ has quit IRC [16:54:45] *** javaduke has joined #eclipse [16:55:38] *** |netRapid has joined #eclipse [16:55:55] *** cbeust_ has joined #eclipse [16:55:58] *** javaduke has left #eclipse [16:57:40] *** monocode has joined #eclipse [16:57:40] *** monocode has joined #eclipse [17:02:05] *** baedert_ has joined #eclipse [17:03:20] *** moraes has joined #eclipse [17:05:03] *** baedert__ has quit IRC [17:11:43] *** uebera|| has quit IRC [17:15:09] *** baedert__ has joined #eclipse [17:18:41] *** baedert_ has quit IRC [17:19:39] *** rossand has joined #eclipse [17:28:42] *** rkrul has joined #eclipse [17:29:25] *** baedert__ has quit IRC [17:36:45] *** evil_gordita has joined #eclipse [17:36:59] *** xxen has joined #eclipse [17:39:41] *** rkrul has quit IRC [17:41:09] *** acron17 has quit IRC [17:42:54] *** tokam has joined #eclipse [17:42:56] *** baedert__ has joined #eclipse [17:43:16] <tokam> Hello, I would like to use org.apache.http.HttpResponse in my eclipse plugin. Is there a dependency package to import? [17:44:07] *** rossand has quit IRC [17:44:16] <tokam> I required org.apache.commons.httpclient;bundle-version="3.1.0" but it just contains org.apache.commons.httpclient.HttpClient; [17:44:33] <tokam> I do not know how to sent a http post without the class I mentioned above. [17:47:58] <tokam> rjcursen does not seem to be here :( [17:51:50] *** ron has quit IRC [17:54:53] *** baedert__ has quit IRC [17:55:46] <tokam> ok guys. It seems that both are two different apis, [17:55:53] <tokam> I gotta read about the apache.commons one. [18:08:07] *** baedert__ has joined #eclipse [18:25:09] *** baedert__ has quit IRC [18:25:16] <tokam> where to get the error log for eclipse plugins? [18:29:57] *** EricInBNE has quit IRC [18:38:01] *** briandealwis has joined #eclipse [18:38:51] *** baedert__ has joined #eclipse [18:41:21] *** briandealwis has quit IRC [18:47:38] *** baedert_ has joined #eclipse [18:49:55] *** ohcibi has joined #eclipse [18:50:20] <ohcibi> i have configured to use spaces instead of tabs in the formatter and in the text editors dialog, where else do i have to make this setting to use spaces instaed of tabs? [18:51:41] *** baedert__ has quit IRC [18:51:50] <FauxFaux> ohcibi: Your ability to withhold pertintent information amazes me; are you doing it intentionally or do you just secretly not want an answer / want to torture us? [18:53:06] <ohcibi> FauxFaux: ? you read this speech somewhere? i asked a simple question and if there _is no_ other place to make this setting i could think of a simple answer [18:53:34] <FauxFaux> You'd only ask that if it wasn't working, surely? In some secret place that we have to guess at? [18:55:01] <ohcibi> whats your problem? eclipse is an ide which has a text editor (read "text editors setting" in my question) and there is a well known option that almost all text editors (except notepad i guess) have: to use tabs or spaces when hitting the tab-key [18:55:19] *** Dessimat0r has joined #eclipse [18:55:22] <FauxFaux> So angry. /ignore [18:55:28] <ohcibi> oO [18:55:35] <ohcibi> this is an ecipse-channel right? [18:55:38] <ohcibi> *eclipse [18:56:10] <FauxFaux> I'm aamzingly fucking annoyed as if you'd've asked "I've pressed format in the JSP editor and it's still inserting tabs despite me having set the stetting here and there, what else do I need to set?" it'd've been ansewerd by now. [18:58:25] <ohcibi> FauxFaux: really: lol... great overreaction on the little misunderstanding that you did not know that i wanted to use spaces in the text editor 8-)) [18:59:03] <ohcibi> (which i thought was implicitly clear) [18:59:09] *** lolmatic has joined #eclipse [18:59:13] <Syndrom^> This is the eclipes makes me angry channel. [18:59:29] *** soee has joined #eclipse [18:59:43] <ohcibi> Syndrom^: 8-) [19:00:07] *** soee has quit IRC [19:00:20] <ohcibi> hm it seems ctrl+f uses spaces now while just using tab still inserts a tab key... [19:02:45] <ohcibi> hm nvm, had to reopen the file... works now, didnt understand that the formatter is for ctrl+f in the first place... so thx FauxFaux 8-)) [19:05:12] *** d_a_carver has quit IRC [19:06:19] *** ronr__ has joined #eclipse [19:08:48] *** ronr__ is now known as ron [19:09:57] *** lpereira has joined #eclipse [19:15:21] *** monocode has quit IRC [19:17:10] *** lolmatic has quit IRC [19:21:23] <baedert_> Is there a quick way to get all files that belong to a IProject or do I need to get the project's path and walk that path recursively? [19:21:58] <Syndrom^> eclipse is never quick. [19:22:07] <ron> huh? [19:22:20] <Syndrom^> (or my pc is old and slow) [19:23:18] <ron> baedert_: can you try clarifying? [19:24:04] <baedert_> I'm writing a plugin and I need all files in the project directory of a IProject :) [19:24:11] <ron> oh. [19:24:26] <ron> don't know nothing about eclipse plugin development. sorry. [19:24:44] <Syndrom^> Is there a good tutorial on how to make a DSL plugin? [19:24:53] <FauxFaux> Syndrom^: Have you seen xtext? [19:24:57] <Syndrom^> I mean just the last step, exporting plugin [19:25:15] <Syndrom^> I am nearly done with my DSL using xtext and xpand (and a lot of java helper functions) [19:25:30] <Syndrom^> How can i export a plugin that i can offer to download? [19:25:41] <FauxFaux> There's probably an option in right click project -> export. [19:25:47] <ron> should I watch the second Transformers movie? [19:26:01] <Syndrom^> well it are four projects. [19:26:09] <Syndrom^> ron: yes [19:26:16] <ron> really? [19:26:21] <Syndrom^> yes. [19:26:26] <nbf> baedert_: you can call getFolder() and work your way from there [19:26:33] * ron ponders [19:27:10] <baedert_> yes, but I'd still have to search in that folder recursively? [19:27:59] <Syndrom^> FauxFaux: thanks for the tip. I was able to export all of them at once. [19:33:06] <ron> Maybe I should watch TRON Legacy. [19:34:04] <nbf> baedert_: yeah [19:38:41] *** Syndrom^ has quit IRC [19:40:28] *** psst has joined #eclipse [19:40:43] *** gigabytes has joined #eclipse [19:44:09] *** Andrew1981 has joined #eclipse [19:44:19] <Andrew1981> evening [19:45:07] <Andrew1981> anyone knows if there is some swt-coding related channel out there? [19:45:24] <FauxFaux> It's mostly here. [19:45:39] <Andrew1981> okay glad i got here then ;-) [19:45:55] [19:47:00] <Andrew1981> well that's okay (i a strange kind of way) [19:47:07] <Andrew1981> *in a [19:47:40] <Andrew1981> thought irc is for talking and asking questions but well maybe i was mistaken [19:47:54] <Andrew1981> :) [19:48:18] <Andrew1981> well i'll just try [19:48:27] *** dall has joined #eclipse [19:48:29] <dall> hello [19:48:48] <dall> i would like to create javascript application...i found: http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-web-developers/heliossr1 [19:48:50] <Andrew1981> evening [19:48:57] <dall> how can i install it on eclipse? [19:49:11] <dall> (i installed eclipse using apt-get) [19:49:25] <dall> i have to create js/cs/html project [19:49:35] <FauxFaux> apt-get installed Eclipse will be two years out of date and will have broken plugin loading; please just download and unjar a real download. [19:49:41] <Andrew1981> i assume you are using debian/ubuntu - try the download-vetsion from eclipse-org [19:49:58] <Andrew1981> *version [19:50:09] *** baedert__ has joined #eclipse [19:50:16] <Andrew1981> that's what i am using for my working-evironment [19:51:14] <Andrew1981> there is already some package for javascript development just download that from eclipse.org - unpack and have fun [19:51:24] <dall> eclipse 3.5.2 [19:51:26] <dall> old? :) [19:51:29] <dall> yes ubuntu 11.04 [19:51:52] <Andrew1981> do NOT use eclipse from the repository [19:51:57] <dall> ok [19:52:02] <Andrew1981> i would strongly not recommend it [19:52:29] <dall> ok [19:52:47] <Andrew1981> tried that myself and it was a major PITA to modify/add extensions [19:52:47] <dall> so i don't have to install plugin after i donwload the last version right? [19:52:50] <dall> is built-in? [19:53:23] *** baedert_ has quit IRC [19:53:34] <dall> http://eclipse.org/downloads/ [19:53:35] <dall> wooow! [19:53:42] <dall> Eclipse IDE for JavaScript Web Developers, 109 MB [19:53:44] *** semeion has joined #eclipse [19:53:51] <dall> is there! [19:53:53] <Andrew1981> you can download eclipse indigo(3.7= or helios(3.6) from eclipse.org there is one for java, javaEE, RCP, javascript, C/C++ and so on just choose the one you need and you are set [19:54:37] <Andrew1981> all you have to do is unpack to some locvation and start and that's it [19:54:45] <dall> Andrew1981, one moment...i have to install eclipse OR i only need Eclipse IDE for JavaScript Web Developers, 109 MB <---- this [19:54:56] <dall> ? [19:55:17] * Andrew1981 making one typo after another *damnit* [19:56:03] <Andrew1981> no install needed, just download the one for javascript-developers and start the eclipse-executable [19:56:18] <Andrew1981> that's all [19:56:45] <dall> Andrew1981, retype...i mean....do i have to donwload Eclipse IDE for JavaScript Web Developers, 109 M or Eclipse Classic 3.7, 173 MB ? [19:56:49] *** dirk_77_ has quit IRC [19:56:56] <Andrew1981> do not take eclipse-classic or you will have to install the plugins/features by hand [19:57:07] <dall> ah ok perfect [19:57:22] <dall> so i go directly to Eclipse IDE for JavaScript Web Developers, 109 M [19:57:25] <dall> thank you [19:57:29] <Andrew1981> glad i yould help [19:57:38] <Andrew1981> *could [19:57:47] <Andrew1981> OMG brb [19:57:56] <FauxFaux> jink: While reading code, I'd mentally skip over a finally block and miss half your implementation. [19:58:01] <FauxFaux> WRONG WINDOW AGAIN. [19:58:16] <jink> :D [19:58:20] *** Andrew1981 is now known as Andrew1981|fixin [19:58:20] * jink pets FauxFaux a bit. [19:58:23] <FauxFaux> SHUT UP [19:58:28] <jink> Heh. :> [19:58:38] *** Andrew1981|fixin is now known as Andrew1981|fixed [19:58:43] <FauxFaux> I have split irssi, getting stuff in the right window is basically a miracle. [19:58:47] *** Andrew1981|fixed is now known as Andrew1981 [19:58:58] *** heX` has joined #eclipse [19:59:05] <FauxFaux> (Especially when people tab complete fine in the wrong window.) [20:00:13] <jink> ^__^ [20:00:19] <jink> I don't like splits. [20:00:43] *** baedert_ has joined #eclipse [20:00:43] *** Andrew1981 has quit IRC [20:01:10] [20:01:16] *** Andrew1981 has joined #eclipse [20:01:18] <FauxFaux> s/other/one/G [20:01:35] <jink> :) [20:02:05] *** tokam has left #eclipse [20:03:18] <Andrew1981> anyone knows a way to enable an swt-shell to display alpa-channell-pngs in the background? searching/google did not give any viable solution... [20:03:40] *** m_a_chinea has quit IRC [20:03:51] *** blez has quit IRC [20:04:17] *** baedert__ has quit IRC [20:04:26] <Andrew1981> already tried different methods but all to no avail (i am fairly new to swt-development) [20:05:17] <Andrew1981> been there with swing gui and java but never tried to do stuff like that in swt... [20:05:41] *** lpereira has quit IRC [20:05:58] *** logikos has quit IRC [20:07:28] <Andrew1981> so far swt seems doing really well for the rest of gui-things i am trying to accomplish [20:07:55] *** |netRapid has quit IRC [20:07:55] *** |netRapid| has quit IRC [20:08:40] [20:09:20] <Andrew1981> pity that FauxFaux was right, sorry then... [20:09:56] *** soee has joined #eclipse [20:10:09] *** blez has joined #eclipse [20:10:13] *** baedert__ has joined #eclipse [20:10:28] <Andrew1981> never thought #eclipse-irc-channel had gone the way to 'no one cares'-land [20:11:56] <nbf> worst case, you could write platform code that retrieves the windows hWnd, Xid, etc and uses a platform specific technique [20:12:50] <Andrew1981> already seen that but that is no solution in this case - but thank you anyway [20:13:37] *** baedert_ has quit IRC [20:13:58] <Andrew1981> i thought it would be possible to mess around with SWT.-flags and then a canvas with the png on it [20:14:45] <Andrew1981> but that did not do the trick (for now...) [20:15:39] <Andrew1981> if i understood it right from the api-documents there is no direct way of setting per-pixel transparency for a shell just setAlpha(...) that sets it for the whole thing [20:16:24] <Andrew1981> but when i create an Image and retrieve its ImageData i can also retrieve the alpha-values and all [20:17:51] <Andrew1981> just thought ot would be possible to use a canvas or composite or some sort of component and display that data on it but i did not find out how to accomplish that or if it even is possible [20:19:10] *** logikos has joined #eclipse [20:20:03] <Andrew1981> if i set that png-image as background, when it is drawn the alpha-channel seems to be completely ignored, no matterif it is a linux or a windows machine i am testing it on [20:20:54] <Andrew1981> and i did not figure out what the SWT.-flags for transparency or alpa seem to do in that case [20:21:30] <Andrew1981> no matter what OR'd combination i set it to [20:22:13] <Andrew1981> some sort of input would be very apreciated, thank you in advance - I am back to coding then [20:24:37] *** jcp has quit IRC [20:25:29] *** jcp|other has quit IRC [20:25:47] <paulweb515_> Andrew1981: come back on Tuesday, most of the committers just finished there big release and took off for Canada Day/4th of July [20:26:13] <Andrew1981> ah I see [20:26:33] <Andrew1981> thnak you paulweb515_ [20:26:38] <Andrew1981> thank [20:27:25] <Andrew1981> to my excuse I am from germany so nothing special about 4th of July here [20:27:31] <paulweb515_> Andrew1981: if someone can answer, there's nothin' wrong with askin' ... but I know a number of the channel regulars have scarpered off [20:28:18] <Andrew1981> at least outside the us-barracks of bamberg ;) [20:28:21] <Andrew1981> okay [20:29:04] *** gigabytes has quit IRC [20:30:11] <Andrew1981> hmm i think i have enough of coding done for today *closign eclipse* [20:31:29] *** Andrew1981 is now known as Andrew|listen_mu [20:33:17] <Andrew|listen_mu> just for the record: Eric Clapton - Layla [20:33:40] <Andrew|listen_mu> wish ya all good saturday evening... [20:33:42] <Andrew|listen_mu> bye [20:33:44] *** baedert_ has joined #eclipse [20:35:42] *** Andrew|listen_mu has left #eclipse [20:37:23] *** baedert__ has quit IRC [20:42:45] *** baedert__ has joined #eclipse [20:44:57] *** kthomas_vh has joined #eclipse [20:44:58] *** paissad has quit IRC [20:45:17] *** kthomas_vh has quit IRC [20:46:43] *** baedert_ has quit IRC [20:50:06] *** paissad has joined #eclipse [20:59:33] *** purestrain has quit IRC [21:00:11] *** kthomas_vh has joined #eclipse [21:00:30] *** baedert__ has quit IRC [21:01:28] *** kassah has quit IRC [21:06:36] *** SimonP86_ has joined #eclipse [21:09:37] *** helindbe has quit IRC [21:11:34] *** helindbe has joined #eclipse [21:13:10] *** baedert__ has joined #eclipse [21:14:23] *** paissad has quit IRC [21:14:37] *** paissad_ has joined #eclipse [21:16:37] *** WXZ has joined #eclipse [21:17:01] <WXZ> how do you enter into "inline refactor mode" (sorry if that's the wrong term) in eclipse [21:17:53] <FauxFaux> Are you thinking of... renaming? [21:19:12] <WXZ> yes, I found it [21:19:18] <WXZ> alt + shift + r [21:19:56] *** EricInBNE has joined #eclipse [21:22:16] *** d_a_carver has joined #eclipse [21:24:56] *** dall has quit IRC [21:33:51] *** kthomas_vh has quit IRC [21:46:12] *** buhman_ has joined #eclipse [21:46:35] *** buhman has quit IRC [21:46:43] *** buhman_ is now known as buhman [21:49:31] *** fornext has joined #eclipse [21:56:58] *** codeon has quit IRC [22:02:52] *** codeon has joined #eclipse [22:05:35] <WXZ> is there any way to paste a java source file into the src directory and at the same time create package that it should be in? [22:06:46] <FauxFaux> Just paste it anyway and ctrl+1 fix the error with "move to package". [22:07:35] *** heX` has quit IRC [22:09:27] *** lolmatic has joined #eclipse [22:11:09] *** fornext has quit IRC [22:14:46] *** codeon_ has joined #eclipse [22:15:00] *** codeon has quit IRC [22:15:36] *** codeon_ has quit IRC [22:15:55] *** codeon has joined #eclipse [22:16:49] <WXZ> FauxFaux: ctrl + 1 doesn't do anything [22:17:04] <FauxFaux> Right click the error. [22:17:29] <FauxFaux> Mouse over the error. [22:17:42] <WXZ> there's no error though for some reason [22:18:00] <WXZ> it's in the default package, but in the definition it says package some.package.here [22:19:52] <WXZ> nevermind, repasted it and the error appeared [22:19:55] <WXZ> thanks [22:21:30] *** xxen is now known as nexx [22:23:17] *** lolmatic has quit IRC [22:33:42] *** heX` has joined #eclipse [22:33:42] *** heX` has joined #eclipse [22:34:37] *** psst has quit IRC [22:36:31] *** subanomic has joined #eclipse [22:36:34] <subanomic> hi [22:37:19] <subanomic> i'm trying to use eclipse with egit. committing and pushing of the source code works fine [22:37:33] <subanomic> however, the .class files aren't built anymore [22:37:41] *** Gurkenglas has joined #eclipse [22:38:08] <Gurkenglas> Hi. [22:38:11] <subanomic> it's not a runnable but a plugin, so i can't just "run" it. but when exporting it as a jar, it uses the old .class files, thus the old version, before i used git [22:38:20] <Gurkenglas> Whats the most basic eclipse distribution you can think of? [22:38:22] <subanomic> how can i get it to update the .class files? [22:38:30] <subanomic> that is, compile [22:38:42] <nitind> subanomic: Project->Clean? [22:38:53] <Gurkenglas> I want to minimize the time Eclipse with 3 plugins needs to run [22:38:54] <nitind> Gurkenglas: Eclipse Platform download? [22:39:01] <Gurkenglas> yep [22:39:40] <Gurkenglas> (was that an answer?) [22:39:44] *** drthingums has joined #eclipse [22:39:55] <nitind> Gurkenglas: http://download.eclipse.org/eclipse/downloads/ , pick a version, then get a Platform Runtime Binary. [22:40:20] <Gurkenglas> Which version should i pick, which runs the fastest? [22:40:27] *** heX` has quit IRC [22:40:40] <subanomic> nitind: it doesn't show up in the list under Project->Clean [22:40:50] <nitind> subanomic: The project? [22:40:51] <subanomic> and if i do clean all, it's not affected [22:40:52] <subanomic> yes [22:41:20] <subanomic> i tried deleting the .class files manually, now i get errors when trying to generate the jar [22:41:25] <subanomic> because it couldn't find the class files [22:41:26] <nitind> subanomic: That's probably why it's not building then. Did you pull or fetch this project from git? [22:42:05] <subanomic> yes, i did file->import->projects from git [22:42:20] <subanomic> then i had to declare it as a "General" project [22:42:24] <nitind> subanomic: Did the remote repository already have a .project and .classpath file for the project? [22:42:26] <subanomic> i changed it to be a java project afterwards [22:42:28] <subanomic> maybe that's the problem? [22:42:32] <subanomic> nitind: no [22:42:52] <nitind> subanomic: Yes, you'll have to set up the Java Build Path for the project so it knows what to compile and where to put the .class files. [22:43:58] <nitind> Gurkenglas: Unless you know you need an older one, get the newest Release. [22:44:13] <Gurkenglas> eh, that takes more than 150 MB [22:44:28] <subanomic> nitind: Project properties -> Java Build path? Then what? [22:44:45] <Gurkenglas> on the official downloads page theres one that needs 86, are you sure that one is the one that takes the least time to start? [22:44:52] <subanomic> it already has a "Default output folder" set [22:45:06] <nitind> subanomic: It needs Source folders set correctly. [22:45:52] <nitind> Gurkenglas: Was I not specific enough when I said Platform Runtime Binary? [22:46:28] <nitind> Gurkenglas: What do these plug-ins make use of? Do you just need the bare OSGi container, Equinox? [22:46:32] <subanomic> well, under "Source" there's already an entry in a list pointing towards the correct source folder [22:46:43] <Gurkenglas> oh, okay [22:47:06] <subanomic> and below it says: Included: (All) [22:47:12] *** purestrain has joined #eclipse [22:47:20] <Gurkenglas> nitind, i dunno. They let me work with another programming language, and i dont know what exactly they need [22:47:40] <nitind> Gurkenglas: Platform Runtime Binary it is, then. [22:48:05] <nitind> subanomic: Sure sounds like it should be working fine, can you ~pastebin the .classpath file? [22:48:06] <Arbalest> Please paste the relevant information onto a pastebin. The submission will generate a URL which you can then copy/paste back into the channel - http://www.pastebin.ca/ - http://pastebin.com/ - http://pastebin.org - http://ideone.com/ - http://pastie.org [22:49:02] <subanomic> http://pastebin.com/JqRsfsK9 [22:49:42] <nitind> subanomic: And it's not compiling? [22:50:03] <nitind> subanomic: When you deleted the class files, you did this inside Eclipse or outside it? [22:50:49] <subanomic> outside [22:51:07] <subanomic> i marked "Compile automatically", because i can't run it [22:51:15] <subanomic> how can i trigger a manual compile? [22:51:50] <nitind> subanomic: Manual compiles are only available when Automatic is disabled. Because then you're either compiling or already compiled. It's not in Project->Clean? [22:52:15] <subanomic> no [22:52:18] <subanomic> it's not [22:52:35] <nitind> ~pastebin the .project? [22:53:30] <subanomic> http://pastebin.com/3NWvhZcS [22:53:53] <nitind> Ah ha. [22:53:54] *** khismetix has joined #eclipse [22:54:13] <subanomic> just compared it to another .project file i found [22:54:16] <subanomic> i think i know what to do [22:54:33] <Gurkenglas> thanks, that one takes only 7 seconds to start! [22:54:41] <nitind> subanomic: buildSpec? [22:55:11] <subanomic> nitind: yes [22:56:05] <subanomic> and now it shows up in Project->Clean [22:56:06] <subanomic> thanks! [22:58:00] *** Pasqualle has quit IRC [22:58:50] <subanomic> mhm, now it warns me that the .project file is out of sync with the filesystem [22:58:54] <subanomic> how can i fix that? [23:00:35] *** kthomas_vh has joined #eclipse [23:01:12] *** kthomas_vh has quit IRC [23:06:08] <nitind> subanomic: File->Refresh. [23:09:05] *** ktlr has joined #eclipse [23:09:26] *** ron has quit IRC [23:09:29] *** tokam has joined #eclipse [23:10:04] *** ron has joined #eclipse [23:10:08] <tokam> what is the best way to find out about extensionpoints? I would like to get e.g. the currently opened editor inside my running code. how to get this information? [23:11:08] *** khismetix has quit IRC [23:11:46] *** rkrul has joined #eclipse [23:14:00] *** codeon has quit IRC [23:14:42] *** buhman has quit IRC [23:18:43] *** kthomas_vh has joined #eclipse [23:21:48] *** rkrul has quit IRC [23:22:12] *** buhman has joined #eclipse [23:23:49] *** aminpy has quit IRC [23:24:43] <tokam> http://wiki.eclipse.org/FAQ_How_do_I_find_out_what_view_or_editor_is_selected%3F how to I get the page? And I do not care for the view, I just wanna know about the active editor. [23:25:09] <tokam> ok the page question was linked bellow [23:27:09] <nitind> tokam: You mean Alt+Shift+F1? [23:27:23] <tokam> I know about it. But sometimes I do not know plugins to spy [23:28:50] <tokam> at the moment I ask myself how to find out about the active editor. [23:29:00] *** purestrain has quit IRC [23:31:28] <tokam> by active i mean that it is the editor which was selected the last time [23:31:45] <tokam> and it should be visible at the workbench atm [23:34:03] <tokam> wb.getActiveWorkbenchWindow().getActivePage().getActiveEditor() looks good :) [23:46:40] *** rawbdor has joined #eclipse [23:47:45] <drthingums> Anyone know the best way to filter completion proposals? [23:47:53] <FauxFaux> Filter them for..? [23:53:11] *** codeon has joined #eclipse [23:56:14] *** codeon has quit IRC [23:56:33] *** codeon has joined #eclipse