[00:00:51] *** kaje has left #eclipse [00:04:24] *** jesmon has quit IRC [00:06:59] *** myusuf3_ has quit IRC [00:07:28] *** evil_gordita has quit IRC [00:10:02] *** Dessimat0r has joined #eclipse [00:11:31] *** buribux has joined #eclipse [00:12:28] *** paissad has quit IRC [00:13:48] *** paissad has joined #eclipse [00:16:09] *** ron has quit IRC [00:25:07] *** alvint has quit IRC [00:28:10] *** drthingums has quit IRC [00:30:40] *** drthingums has joined #eclipse [00:31:01] *** solidus-river has joined #eclipse [00:31:07] *** dmiles has quit IRC [00:31:28] <solidus-river> hey guys, i created an android project and moved the foldier out of my workspace / deleted my workspace, how do i reopen the project in eclipse? [00:31:49] <solidus-river> I thought this would be a straghtforward command but i cant seem to find much on it online except for methods that import it as an addon to a new project you create [00:32:08] *** dmiles_afk has joined #eclipse [00:33:27] <rcjsuen> you'd import the project back [00:33:38] <solidus-river> rcjsuen, how would i do that? [00:33:40] <rcjsuen> (assuming it (still) has a .project file) [00:33:49] <solidus-river> rcjsuen: it does, its in the foldier [00:34:01] <rcjsuen> with the import wizard [00:36:11] <solidus-river> rcjsuen: i did that but it deostn appear to show up anywhere in the editor [00:36:25] <solidus-river> it said it was imorting, a progress bar flashed and i went back to the homescreen and the dialog dissapeared [00:36:34] <rcjsuen> "home screen"? [00:36:38] <solidus-river> my project menu is still blank but if i try to import it again it wont let me [00:36:39] <rcjsuen> which wizard did you pick from the import dialog [00:36:47] <solidus-river> the "Welcome" tab [00:37:00] <rcjsuen> i suggest you close that welcome screen [00:37:07] <solidus-river> File -> Import -> General -> Existing Projects into workspace [00:37:39] *** slide has joined #eclipse [00:37:54] <slide> Does eclipse have a wysiwyg gui editor? [00:38:00] *** sr__ has quit IRC [00:38:20] <rcjsuen> ~gui [00:38:21] <Arbalest> Need a user interface builder? You'll need to do better than that. What programming language are you using? If it's Java, see ~java-gui. [00:38:34] <solidus-river> hmmm, now i'm getting compile errors that werent there before relating to the build path bieng incomplete and unable to find certain apis [00:38:51] <solidus-river> oh, it appears i lost all my preferences :( [00:39:44] <slide> ~java-gui [00:39:45] <Arbalest> Looking for a Java GUI designer plug-in for Eclipse? Go take a look at the *free* WindowBuilder (http://www.eclipse.org/windowbuilder/), Visual Editor (http://wiki.eclipse.org/VE), Visual Swing for Eclipse (http://code.google.com/p/visualswing4eclipse/), and/or Jigloo (http://www.cloudgarden.com/jigloo/) , which is *free for non-commercial use*. [00:40:06] <rcjsuen> solidus-river: Preferences are usualy stored in the workspace. [00:40:12] *** vipaca has quit IRC [00:44:08] <solidus-river> rcjsuen: ok, restored the properties i could think of and fixed the project settings i thin, however I'm getting possibly an adt error? Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please use Android Tools > Fix Project Properties. [00:45:44] <rcjsuen> possibly an option from the context menu [00:45:47] <rcjsuen> I don't do Android. No comment. [00:47:01] <solidus-river> appears to be av ersioning issue, i'll dig around some then bug androd-dev if its still confusing, thanks for the help in importing the project :) [01:04:26] *** Carnage\ has quit IRC [01:04:39] *** finbrein has joined #eclipse [01:05:00] *** nitrospectide_ has joined #eclipse [01:08:22] *** nitrospectide has quit IRC [01:08:23] *** nitrospectide_ is now known as nitrospectide [01:14:31] *** heinz has quit IRC [01:29:46] <mkunze> anyone has an idea why my eclipse suddenly gets stuck while installing packages? [01:30:26] <mkunze> just stucks on fetching blabla (544kb of 6mb at 225kbps) from bla.com [01:30:43] <mkunze> at random files from random host [01:31:14] <mkunze> log shows just nothing [01:33:55] *** FunnyLookinHat has quit IRC [01:38:06] <iondiode> i'm trying to learn about writing my own plugin by looking at existing plugins. I've imported the anyedit plugin's source and project, the build fails due to missing "org.eclipse.ui.internal.SaveAction" ( which was apparently deprecated) ,but the plugin exists and is running in my eclipse, so the build I downloaded should be compatible. How does this work? Is it possible the plugin is using an older version of the eclipse ui api? [01:44:26] *** daisuke_m has joined #eclipse [01:46:47] *** conic has quit IRC [01:49:08] *** nitrospectide has quit IRC [01:50:16] *** dirk_77_ has quit IRC [01:50:59] *** nazgee has joined #eclipse [01:51:37] *** CCCD_ has left #eclipse [01:56:58] *** hemna has quit IRC [01:58:11] *** kthomas_vh has quit IRC [02:01:32] *** Hanumaan has joined #eclipse [02:11:31] *** wainersm has quit IRC [02:11:37] <mkunze> nobody has similar problems? even clean new install stucks while fetching or with "Installing Software:" [02:11:43] *** daisuke_m has quit IRC [02:21:55] *** Sbrun has joined #eclipse [02:22:01] *** kiran has joined #eclipse [02:22:09] *** Hanumaan has quit IRC [02:22:13] *** kiran is now known as Hanumaan [02:22:36] *** Hanumaan has quit IRC [02:22:43] *** scorphus has joined #eclipse [02:22:55] *** Hanumaan has joined #eclipse [02:23:03] *** Hanumaan has quit IRC [02:23:41] <nazgee> q [02:23:51] *** nazgee has left #eclipse [02:24:30] *** SniperFodder has joined #eclipse [02:25:36] *** Nurbs has quit IRC [02:31:51] *** soee has quit IRC [02:32:06] *** _nor has quit IRC [02:37:28] <mkunze> strange [02:37:42] <mkunze> wireshark shows me zerowindows to source host [02:37:51] <mkunze> buffer overrun on httpclient [02:43:40] *** kthomas_vh has joined #eclipse [02:43:56] <rcjsuen> iondiode: Perhaps you should start with creating a simple view or tool bar item, can you get that far? [02:43:59] *** cantblend has joined #eclipse [02:46:36] <iondiode> rcjsuen: thanks, yes, I've run through the examples in the docs , and I even have another plugin (clearcase) that I can run, but probably I just need to learn more about how the lib system works, and how the packaging system works and lots of other stuff :) [02:47:36] <iondiode> basically I want to mod the clearcase plugin, but saw that anyedit was doing something similar, your probably right, start small then work my way up [02:52:30] <rcjsuen> Did you try cleaning your projects? [02:52:43] <rcjsuen> You should also check the manifest and .classpath for suspicious items [02:58:36] *** daisuke_m has joined #eclipse [03:01:57] <iondiode> rcjsuen: Thanks!, will do, odd thing is the code that is broken, is trying to extend org.eclipse.ui.internal.SaveAction, which I would assume is an _internal_ part of the API. [03:02:16] <rcjsuen> yes, that's not API [03:05:41] <iondiode> rcjsuen: yeah, so maybe he has to do tricks to make that build, but I still have his source to look at and oodles of other examples ,I'll just not worry about it for now, and start focusing on my own stuff, thanks again. [03:22:34] *** pepone has quit IRC [03:24:42] *** Zenopus_ has joined #eclipse [03:25:05] *** Zenopus has quit IRC [03:25:11] *** Zenopus_ is now known as Zenopus [03:31:54] *** Harrold has quit IRC [03:32:27] *** kthomas_vh has quit IRC [03:33:38] *** HardDisk_WP has quit IRC [03:33:56] *** m_a_chinea has quit IRC [03:36:58] *** tdutra has quit IRC [03:43:42] *** kkb110 has joined #eclipse [03:46:10] *** tdutra has joined #eclipse [03:47:16] *** kthomas_vh has joined #eclipse [03:58:46] *** HardDisk_WP has joined #eclipse [03:58:46] *** HardDisk_WP has joined #eclipse [04:00:17] *** mkunze has quit IRC [04:09:51] *** kaje has joined #eclipse [04:21:50] *** rcjsuen has quit IRC [04:25:03] *** kaje has left #eclipse [04:28:45] *** kkb110 has quit IRC [04:40:45] *** mziaei has quit IRC [04:43:19] *** tdutra has quit IRC [04:50:53] *** hemna has joined #eclipse [04:51:31] *** tdutra has joined #eclipse [04:54:28] *** qu1j0t3 has joined #eclipse [04:55:32] <qu1j0t3> hello chan. I have a prob with my 3.6.2 on os x 10.4 ppc. the symptom is that none of the editors are active--no syntax hl. it's no longer writing anything into .plugins/org.eclipse.ui.workbench/log on startup...how can I debug this? [04:56:10] <qu1j0t3> i just went through the upgrade screen for 'all' available sites, and it didn't appear to want to update anything. [04:57:18] * qu1j0t3 checks file types/associations [04:57:46] <qu1j0t3> i get syntax hl for .h but not for .c, yet both are in the file types list under c/c++ prefs [04:58:15] <qu1j0t3> hm, okay, under General, "Text Editor" is above the C/C++ editor [04:58:28] <qu1j0t3> and marked as default [04:59:05] *** AndroidLoverInSF has joined #eclipse [04:59:10] <qu1j0t3> should things handled by cdt, pdt, etc, even be listed at all in General/EDitors/File Associations? or should these assocs be deleted? [05:00:46] <qu1j0t3> ok, made .c default with c/c++ editor but it still opens with text editor [05:02:23] *** rossand has joined #eclipse [05:05:23] <qu1j0t3> hm, opens some .c files with c/c++ editor, and others in text editor. [05:06:18] *** kaje has joined #eclipse [05:06:42] <qu1j0t3> but I can force it. it's almost as if it *remembers*... spooky! :) oh well. i guess i'll just force it in right-click menu as needed. [05:07:50] *** d_a_carver has quit IRC [05:08:41] *** tdutra has quit IRC [05:09:25] *** hswolff has joined #eclipse [05:10:39] *** tdutra has joined #eclipse [05:14:14] <nitind> qu1j0t3: It does remember. Specifically the last editor you used to open a file is the default to open it again. [05:19:41] *** buribux has quit IRC [05:19:55] *** buribu has quit IRC [05:23:50] *** rossand has quit IRC [05:27:37] <qu1j0t3> nitind: ok. [05:29:22] *** Dessimat0r has quit IRC [05:36:47] *** hswolff has quit IRC [05:48:11] *** multiHYP has joined #eclipse [05:48:35] *** kthomas_vh has quit IRC [05:48:56] <multiHYP> hi, how can i turn on line wrapping in the console section? particularly for scala-ide plugin i noticed there is no line wrapping turned on by default. [05:50:01] *** kthomas_vh has joined #eclipse [05:53:10] <iondiode> multiHYP: Go to preferences and type console in the little search box, it should show all of the console settings [05:53:46] <multiHYP> yeah, been there, but there is no line wrap option [05:54:01] <multiHYP> there is a "fixed width console", but its not the same... [05:54:18] <iondiode> ah, what happens when you set that? it truncates? [05:54:34] *** AndroidLoverInSF has quit IRC [05:54:39] * qu1j0t3 wonders why nothing is written to his error log [05:57:05] <multiHYP> yes [05:57:22] <multiHYP> but its a fixed width, so window resizing will be completely ignored [05:57:44] <iondiode> right [05:59:31] *** Alvo has joined #eclipse [06:02:35] *** scorphus has quit IRC [06:04:49] *** ronjn has joined #eclipse [06:05:36] *** ronjn___ has quit IRC [06:07:16] *** FinDelUncleTom has joined #eclipse [06:07:37] <FinDelUncleTom> is there a way to enter into the text area by hotkey instead of moving to it and pressing the mouse? [06:07:57] *** FinDelUncleTom is now known as findelmundo [06:12:10] *** LongBeach has joined #eclipse [06:16:25] *** finbrein has quit IRC [06:23:39] *** kkb110 has joined #eclipse [06:25:58] *** kaje has left #eclipse [06:27:05] *** kthomas_vh has quit IRC [06:32:26] *** Alvo has quit IRC [06:34:07] *** ticaozinho has joined #eclipse [06:35:51] *** ronr__ has joined #eclipse [06:37:01] *** tdutra has quit IRC [06:38:43] *** ticaozinho has quit IRC [06:39:04] *** ronr__ is now known as ron [06:40:48] *** finbrein has joined #eclipse [06:45:21] *** longcat has quit IRC [06:47:56] *** lahwran has quit IRC [06:51:46] *** lahwran has joined #eclipse [06:57:11] *** desaila has quit IRC [06:57:25] *** chexxor_ has quit IRC [06:57:26] *** cvanes has quit IRC [06:59:56] *** tdutra has joined #eclipse [07:17:28] *** findelmundo is now known as cloud_whorecast [07:26:09] *** aminpy has joined #eclipse [07:27:00] *** SniperFodder has quit IRC [07:33:00] *** Sbrun has quit IRC [07:57:00] *** TomTom has joined #eclipse [08:02:44] *** deSilva has quit IRC [08:12:41] *** cloud_whorecast has left #eclipse [08:21:18] *** ron has quit IRC [08:35:36] *** h2ero has joined #eclipse [08:39:22] *** AndroidLoverInSF has joined #eclipse [08:42:12] *** ualtin has joined #eclipse [08:42:34] *** lartza_ has joined #eclipse [08:45:47] *** vmil86 has joined #eclipse [08:45:47] <lartza_> hello. I'm running eclipse 3.7.0 with pdt and the content assistant is filled with html tags [08:46:11] <lartza_> like this: strlen($string) </div> [08:46:42] *** solidus-river has left #eclipse [08:53:46] *** deSilva has joined #eclipse [08:57:45] *** Alvo has joined #eclipse [09:02:05] *** dnano91 has joined #eclipse [09:03:42] <dnano91> hey. can someone help me? i can't get C/C++ working and every howto i found was quite old... i can write programs and everything works fine, but when i try to run one of these programs i get an 'unknown error' [09:15:16] *** ronr__ has joined #eclipse [09:16:26] *** ronr__ is now known as ron [09:16:28] *** dnano91 has left #eclipse [09:18:47] *** Kamaran has joined #eclipse [09:20:52] *** paissad has quit IRC [09:20:53] *** deSilva has quit IRC [09:26:43] *** imeikas has joined #eclipse [09:26:58] *** WhiteBeard has joined #eclipse [09:28:03] <ron> so.. is everyone excited about tomorrow?! [09:30:07] *** multiHYP has quit IRC [09:37:50] *** nicoulaj has joined #eclipse [09:44:55] *** drthingums has quit IRC [09:45:28] *** ddk has joined #eclipse [09:45:50] *** denisr has joined #eclipse [10:01:00] *** chris42 has joined #eclipse [10:06:20] <jink> ron: I try to always be excited about today. [10:06:38] <ron> well, eating space cookies will do that. [10:10:33] *** chexxor_ has joined #eclipse [10:11:17] *** desaila has joined #eclipse [10:15:24] *** Zenopus_ has joined #eclipse [10:15:33] *** tewecske has joined #eclipse [10:17:20] *** Zenopus has quit IRC [10:17:25] *** Zenopus_ is now known as Zenopus [10:17:52] *** tewecske has quit IRC [10:19:44] *** tdutra has quit IRC [10:24:26] *** ronr__ has joined #eclipse [10:27:04] *** ron has quit IRC [10:32:28] *** ronr__ is now known as ron [10:32:47] *** a0sle has quit IRC [10:43:26] *** a0sle has joined #eclipse [10:44:12] *** cvanes has joined #eclipse [10:45:21] *** pulse00 has joined #eclipse [10:48:27] *** tvo has joined #eclipse [11:04:43] *** mkunze has joined #eclipse [11:14:09] *** aneveux has quit IRC [11:14:53] *** aminpy has quit IRC [11:15:40] *** aminpy has joined #eclipse [11:15:44] *** dirk_77_ has joined #eclipse [11:16:24] *** aneveux has joined #eclipse [11:18:16] <mihael> ron: what is so special about tomorrow? [11:19:54] *** mkunze has quit IRC [11:20:47] *** haba713 has joined #eclipse [11:21:35] *** slide has quit IRC [11:21:54] <haba713> hi! is it possible to select text as rectangle in eclipse text editors? [11:25:29] *** BreakerBad has joined #eclipse [11:25:55] <BreakerBad> hi [11:26:07] <BreakerBad> I'm in kubuntu 11.04 64bits, I've installed boost libraries and I'm able to compile programs for my linux x86 target, do I have to recompile boost libraries with qcc toolset if I want to build programs for a qcc qnx target? [11:26:48] <haba713> http://bit.ly/oaDTEf does not seem to work because android sdk plugin reserves alt-shift-a [11:26:54] <tvo> haba713: alt+shift+a [11:27:29] *** Alvo has left #eclipse [11:28:48] <haba713> tvo: :) i found the link above with google but unfortunately it does not work if you've installed android sdk [11:29:09] <tvo> oh missed that [11:30:04] <tvo> haba713: maybe you can bind it to a different key? [11:30:55] *** h2ero has quit IRC [11:31:18] <mihael> haba713: http://eclipse.org/swt/R3_5/new_and_noteworthy.html [11:31:29] <mihael> haba713: it depends on the editor. [11:32:03] <haba713> yes... i want to use it mainly with java editor [11:32:11] <haba713> but there's button in toolbar for the mode [11:32:13] <haba713> i can use it [11:32:14] <mihael> haba713: you can reconfigure your keys [11:32:20] <haba713> or unbind android kayes [11:32:21] <haba713> yes [11:32:44] <haba713> thank you guys! [11:32:48] <mihael> np [11:32:54] *** t_ has joined #eclipse [11:45:03] *** monov has joined #eclipse [11:46:51] *** monov has quit IRC [11:50:35] *** dirk_77_ has quit IRC [11:55:37] *** rcjsuen has joined #eclipse [12:00:40] *** Pasqualle has joined #eclipse [12:00:49] *** ronr__ has joined #eclipse [12:01:54] <pulse00> this is probably rather a #java question, but is there a way to change the folder permissions after creating an IFolder? [12:02:11] *** daisuke_m has quit IRC [12:02:13] *** Scorpion has joined #eclipse [12:02:37] *** ron has quit IRC [12:03:23] *** Alvo has joined #eclipse [12:03:50] <Alvo> hi, it seems as the navigator panel canoot pageup/down while dragging with mouse [12:04:32] <mihael> alvo: just move the mouse to the top or bottom of the panel and it will scroll. [12:05:30] <Alvo> mihael i know that is the workaround i used is inconvenient [12:06:29] <Alvo> i got kinda bored waiting until reaching the wanted position :) [12:10:29] <rcjsuen> pulse00: you can set resource attributes, no? [12:10:35] <rcjsuen> unless you mean ownership [12:10:53] <pulse00> rcjsuen: yes, i mean ownership [12:13:21] <mihael> alvo: yeah i know =) [12:14:17] *** WhiteBeard has quit IRC [12:20:36] *** andrey_ has joined #eclipse [12:23:21] *** deSilva has joined #eclipse [12:28:49] *** tdutra has joined #eclipse [12:29:58] *** aneveux has quit IRC [12:31:08] *** ronr__ is now known as ron [12:31:19] *** nomike has joined #eclipse [12:31:20] <ron> mihael: tomorrow 3.7.1 is released. [12:31:37] <mihael> ron: ah. ok. didn't know. [12:33:12] *** LilaQ has joined #eclipse [12:33:19] <LilaQ> hi there [12:33:55] <ron> Ha'Liyla! Ha'Liyla! Ihiye ze ha'laiyla! [12:34:18] <LilaQ> is there any way to describe class variables? So that when the code completion pops up, it shows me the description of the variable? like javadocs e.g. ? [12:36:31] <ron> LilaQ: it already happens... [12:36:54] <LilaQ> how? [12:37:08] <ron> exactly how you said [12:37:28] <LilaQ> but where do I put the description of the variable? [12:37:40] <LilaQ> private String str = "abc"; // Description [12:37:43] <LilaQ> something like that? [12:37:49] <ron> no, it works with javadoc. [12:38:07] *** tdutra has quit IRC [12:38:41] <LilaQ> I never "worked" with javadoc, I only "used" it. Where do I begin? [12:38:45] *** tdutra has joined #eclipse [12:40:09] <gsson> LilaQ: http://en.wikipedia.org/wiki/Javadoc#Overview_of_Javadoc [12:40:31] <ron> LilaQ: http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html [12:40:49] <LilaQ> thx [12:43:06] *** tdutra has quit IRC [12:46:06] *** nomike has quit IRC [12:46:17] *** daisuke_m has joined #eclipse [12:48:01] *** aram535 has left #eclipse [12:50:11] *** vmil86 has quit IRC [12:54:15] *** tdutra has joined #eclipse [12:54:21] *** vmil86 has joined #eclipse [12:56:23] *** dirk_77_ has joined #eclipse [13:00:09] *** rcjsuen has quit IRC [13:03:09] *** Nurbs has joined #eclipse [13:03:58] *** Harrold has joined #eclipse [13:05:13] *** aneveux has joined #eclipse [13:11:58] *** z4z4 has joined #eclipse [13:28:38] *** siyb_ is now known as siyb [13:28:48] *** ticaozinho has joined #eclipse [13:30:08] *** tdutra has quit IRC [13:31:33] *** rcjsuen has joined #eclipse [13:42:55] *** hswolff has joined #eclipse [13:43:35] *** dirk_77_ has quit IRC [13:44:27] <rcjsuen> danols: I am installing DTP right now to try to repro your pb [13:48:53] *** dmiles_afk has quit IRC [13:50:21] *** ddk has quit IRC [13:54:54] <mihael> hi, i am wondering what the best way is for externalizing configuration for one plugin. i would like to be able to change the config after the deployment of the application (manually). some xml file? config.ini? properties file? [13:56:48] *** dirk_77_ has joined #eclipse [13:58:32] *** Alvo has quit IRC [14:01:17] *** WhiteBeard has joined #eclipse [14:01:19] *** otaviobp has joined #eclipse [14:01:46] *** Hanumaan has joined #eclipse [14:03:09] *** ron has quit IRC [14:03:30] *** ronr__ has joined #eclipse [14:04:36] *** bid has joined #eclipse [14:06:03] *** WhiteBeard has quit IRC [14:06:03] <bid> hi, what the shurtcut in php prespectiv that will do the same as crtl+shift+g? i want to locate all the places that uses a specific class/function. i know it works in java but in php its not [14:07:28] *** Harrold has quit IRC [14:07:35] <rcjsuen> Before you look for a shortcut, you should confirm that feature even exists. [14:20:51] *** Alvo has joined #eclipse [14:22:40] *** wainersm has joined #eclipse [14:23:40] *** echo083 has joined #eclipse [14:23:49] *** rossand has joined #eclipse [14:24:26] *** BlkPoohba has quit IRC [14:24:39] *** hswolff has quit IRC [14:32:29] *** briandealwis has joined #eclipse [14:42:43] *** multi_io_ has quit IRC [14:43:09] <pulse00> does anyone know a good example for a tableviewer with an inline editor for the table items? [14:46:41] *** nomike has joined #eclipse [14:50:43] *** Alvo has left #eclipse [14:51:10] *** baedert has joined #eclipse [14:53:25] *** ctrlx has quit IRC [14:53:25] *** dirk_77_ has quit IRC [14:53:40] *** ctrlx has joined #eclipse [14:54:00] *** dirk_77_ has joined #eclipse [15:02:12] *** EricInBNE has quit IRC [15:02:57] *** gnuanu has joined #eclipse [15:05:29] *** _nor has joined #eclipse [15:08:38] *** ualtin has quit IRC [15:12:06] <rcjsuen> you may want to chk the jface snippets [15:14:08] *** echo083 has quit IRC [15:14:14] *** rgrunber has joined #eclipse [15:15:40] *** gnuanu has quit IRC [15:19:28] *** aminpy has quit IRC [15:20:55] *** d_a_carver has joined #eclipse [15:22:29] *** UrsoBranco has joined #eclipse [15:22:35] *** WhiteBeard has joined #eclipse [15:22:35] *** WhiteBeard has joined #eclipse [15:33:46] *** mpiggott has joined #eclipse [15:39:33] *** qu1j0t3 has left #eclipse [15:47:42] *** dirk_77_ has quit IRC [15:51:27] *** nicoulaj has quit IRC [15:51:52] *** nicoulaj has joined #eclipse [15:57:13] *** Hanumaan has quit IRC [15:59:31] *** hswolff has joined #eclipse [16:03:56] *** dirk_77_ has joined #eclipse [16:09:42] *** imeikas has quit IRC [16:09:43] *** ronr__ is now known as ron [16:17:08] *** ron has quit IRC [16:17:28] *** ronr__ has joined #eclipse [16:18:51] *** rossand has quit IRC [16:19:37] *** ronr__ is now known as ron [16:22:12] *** alvint has joined #eclipse [16:24:26] *** Nighthawk`` has joined #eclipse [16:24:28] <Nighthawk``> can i change my program while it's running ? [16:24:37] <ron> umm. yes. [16:25:07] <Nighthawk``> ron, your a multi channel guy :> [16:25:16] <ron> incredible! [16:26:11] *** LilaQ has left #eclipse [16:26:15] <Nighthawk``> how can i change my program while running ? [16:27:22] <ron> the same way you'd change it while not running. [16:27:49] <Nighthawk``> ok you clearly didn't understand my question./ [16:28:40] <Nighthawk``> lets say i have java eclipse project running right now, and i want to edit the button while the project is running without exit and then restart it, how can i do it and how does it call ? [16:28:44] <ron> either that or you didn't ask your question clearly. [16:29:00] <ron> running within eclipse or outside? [16:29:24] <Nighthawk``> within [16:29:57] *** Scorpion has quit IRC [16:29:58] *** nomike has quit IRC [16:30:17] <ron> while running or debugging? [16:31:24] <ron> Nighthawk``: https://www.ibm.com/developerworks/library/os-ecbug/ [16:32:45] *** soc42 has joined #eclipse [16:33:21] *** Scorpion has joined #eclipse [16:39:10] <Nighthawk``> i also found that link before but i didn't understood how to use it [16:42:14] *** haba713 has quit IRC [16:42:35] <nitind> Nighthawk``: As in you launched it using Run/Run As or Debug/Debug As? [16:46:45] <Nighthawk``> Run [16:47:11] *** FunnyLookinHat has joined #eclipse [16:47:13] <jink> Hide. [16:47:34] *** nomike has joined #eclipse [16:49:19] <nitind> Nighthawk``: You need to launch using Debug for hotswap to work at all. [16:49:39] *** mindCrime has joined #eclipse [16:50:06] <Nighthawk``> nitind, thanks [16:50:37] *** chris42 has quit IRC [16:51:40] *** dpy has joined #eclipse [16:52:37] *** ccmonsters has quit IRC [16:53:05] *** ccmonster has joined #eclipse [16:59:16] *** m_a_chinea has joined #eclipse [17:01:09] *** JAC has joined #eclipse [17:03:27] *** cmw72 has joined #eclipse [17:05:09] *** Kamaran has quit IRC [17:05:10] *** Kamaran has joined #eclipse [17:05:39] *** Alvo has joined #eclipse [17:06:08] <Alvo> i found the ecliupse git egit plugin a little bit strange i cannot start working rightr away with it [17:06:32] <rcjsuen> You wouldn't be the first to find it strange. [17:07:13] <Alvo> lol omg maybe i keep working with console [17:07:15] *** kaje has joined #eclipse [17:09:56] *** mohadib has joined #eclipse [17:10:04] <mohadib> is it possible to hide jars in a project [17:10:08] <mohadib> these are not external jars [17:10:17] <mohadib> in the project explorer [17:13:17] *** BreakerBad has quit IRC [17:13:21] *** gnuanu has joined #eclipse [17:13:25] *** deSilva has quit IRC [17:14:26] <nitind> hide them from where? Because I'm guessing no. [17:19:22] *** z4z4 has quit IRC [17:19:24] *** tvo has quit IRC [17:20:11] *** deSilva has joined #eclipse [17:20:21] *** heinz has joined #eclipse [17:21:11] *** aneveux has quit IRC [17:22:57] <mohadib> hide from view [17:23:09] <mohadib> i looked in the filters and could not find a way [17:23:23] <mohadib> the view in the project explorer [17:24:37] *** ron has quit IRC [17:25:01] *** ronr__ has joined #eclipse [17:25:22] <rcjsuen> Alvo: What problems are you having? [17:28:41] <danols> is this a bug ? The following solutions are not available: GitHub Mylyn Connector (id=org.eclipse.mylyn.github.feature.feature.group, site=http://download.eclipse.org/egit/updates) [17:28:41] *** daisuke_m has quit IRC [17:29:07] <rcjsuen> I've never installed the GitHub connector myself. [17:29:23] *** aneveux has joined #eclipse [17:29:26] *** aneveux_ has joined #eclipse [17:29:34] *** aneveux has quit IRC [17:29:43] *** aneveux_ has quit IRC [17:29:51] *** kevinsawicki has joined #eclipse [17:30:01] *** aneveux has joined #eclipse [17:30:17] <Alvo> rcjsuen: this intermediate local repository is strange to me. i used to work with git in intellij and console there is no such intermediate level [17:30:32] <danols> rcjsuen: this is when trying to install it using eclipse market [17:31:14] *** kevinsawicki has quit IRC [17:31:48] <mart> Alvo: the staging area, you mean? [17:32:05] <rcjsuen> "Intermediate local repository?" [17:32:10] <rcjsuen> oh could be that [17:32:24] <rcjsuen> danols: Oh, when I use the internal thing (not the marketplace) I can choose what I want [17:32:31] <rcjsuen> I guess the marketplace might be bundling it all-in-one? [17:32:47] *** aneveux has quit IRC [17:33:49] *** deSilva has quit IRC [17:34:20] *** aneveux has joined #eclipse [17:37:25] *** sr__ has joined #eclipse [17:37:30] <danols> rcjsuen: not sure it is an error or something [17:37:56] <rcjsuen> danols: The error isn't very complete. But I guess the Marketplace Client may not give the full err. [17:38:01] <Alvo> mart rcjsuen how can i e.g. compare the diferencies of a "git-repository" (the view tab is called "Git Repositories") to a remote one? [17:38:07] <danols> yeah O [17:38:16] <danols> yeah I'll use the built in install software option [17:38:28] <rcjsuen> Alvo: You'd use the synchronize feature I believe. [17:38:34] <rcjsuen> it'll fetch and then do a diff for you [17:38:40] <rcjsuen> (well it'll fetch by default anyway) [17:39:03] <Alvo> rcjsuen yes i right clicked around and i did not find the synchronize option ion the context menu [17:39:13] <rcjsuen> in the team submenu [17:39:16] <rcjsuen> in advanced i think [17:39:19] <Alvo> rcjsuen not even if i right clicked on the file i edited [17:39:43] <rcjsuen> if you're using a file you should just use the compare with option [17:39:45] <Alvo> rcjsuen i am clicking in the view "Git Repositories" [17:40:03] <rcjsuen> i don't use that view [17:40:06] <sr__> hello [17:40:06] <danols> what tracking/project management system you guys preffer to use ? [17:40:13] <rcjsuen> i think you can still synchronize from that view [17:40:19] <rcjsuen> i dunno about file-based compares tho [17:40:20] <Alvo> rcjsuen strange because there i am able to edit a file :) [17:40:33] <rcjsuen> well yes you can open files from there [17:40:35] <rcjsuen> but i don't use that view [17:41:04] <Alvo> rcjsuen ok, so, now if i change to another view, nothing shows up :/ [17:41:05] *** TomTom has quit IRC [17:42:17] <Alvo> rcjsuen you mean you never use that view or you use that just at the beginning? [17:42:26] <rcjsuen> Alvo: I do not use the 'Git Repositories' view. [17:42:35] <rcjsuen> But I'm no Git power user. [17:44:32] <Alvo> omg long way for me to do the mind change from intellij to eclipse [17:46:45] *** Kamaran has quit IRC [17:52:22] *** Alvo has quit IRC [17:58:46] *** kaje has left #eclipse [17:58:57] *** ronr___ has joined #eclipse [18:00:49] *** ronr__ has quit IRC [18:04:00] *** Scorpion has quit IRC [18:07:11] *** gwsmith has joined #eclipse [18:12:29] *** tvo has joined #eclipse [18:13:22] *** joeytwiddle has quit IRC [18:15:42] *** Lorax_ has joined #eclipse [18:16:22] *** hemna_ has joined #eclipse [18:16:34] *** emir has joined #eclipse [18:17:09] <emir> hi, my eclipse keep crushing on ubuntu 64 bit, any suggestions please :) [18:18:45] <mohadib> what java are you using? [18:19:25] <tvo> is it safe to start and wait for a background Job within another background Job? [18:19:41] <emir> just a sec [18:20:04] *** hemna has quit IRC [18:20:10] <emir> java version "1.6.0_26" [18:20:10] <emir> Java(TM) SE Runtime Environment (build 1.6.0_26-b03) [18:20:10] <emir> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) [18:20:22] <mohadib> ah [18:20:25] <mohadib> no clue [18:20:34] <mohadib> thought they might still be trying to use gcj or something wonky [18:21:08] <sr__> emir, what is the "error" you have? [18:21:10] <sr__> crushing = ? [18:21:13] <emir> ok [18:21:15] <emir> aha [18:22:02] <emir> is there stabile verssion [18:23:07] *** dmiles_afk has joined #eclipse [18:23:42] *** ronr___ has quit IRC [18:23:49] <sr__> emir, try to increase the memory limit of your JVM [18:23:51] *** Bass10 has joined #eclipse [18:24:15] *** setsunafseisei_ has joined #eclipse [18:24:22] <sr__> 64-bit JVM has lower defaut JVM memory settings compared to 32bit JVM [18:24:39] <sr__> more specifically, "Server JVM" [18:25:03] *** dpy has quit IRC [18:25:38] *** setsunafseisei__ has quit IRC [18:26:53] *** _nor has quit IRC [18:27:31] *** ph8 has quit IRC [18:27:31] *** ph8 has joined #eclipse [18:27:44] *** denisr has quit IRC [18:27:55] <emir> ok [18:27:56] <emir> so [18:27:58] *** dirk_77_ has quit IRC [18:28:05] <emir> what you suggest [18:35:19] *** gnuanu has quit IRC [18:36:32] *** gnuanu has joined #eclipse [18:37:13] *** Max__ has joined #eclipse [18:37:17] *** Max__ has left #eclipse [18:37:38] *** Max__ has joined #eclipse [18:40:28] *** nomike has quit IRC [18:40:40] <mart> Suppose I reduce the width of a ToolItem, how can I repack/layout the ToolBar so that it is aligned on the right? [18:43:42] <Max__> Eclipse Helios (3.6.1) on a Linux system keeps crashing with a segfault error. The action I am trying to perform in Java is <String>.contains(str); I tried using the OpenJDK and Sun runtimes with the same result. http://pastebin.com/SpVLswaf Is this an Eclipse problem or a Java problem? [18:44:07] *** danols has left #eclipse [18:44:29] *** setsunafseisei__ has joined #eclipse [18:44:45] <Max__> (To explain a little, when I try typing the line myString.contains(str); in the Java editor window it crashes when I get to the opening bracket. [18:45:58] *** danols has joined #eclipse [18:46:03] *** setsunafseisei_ has quit IRC [18:49:54] *** vipaca has joined #eclipse [18:49:54] *** vipaca has joined #eclipse [18:50:15] *** andrey_ has quit IRC [18:51:01] <pulse00> does anyone of you do some tracking of how often your plugin has been installed in a client? [18:51:21] *** hemna_ has quit IRC [18:53:44] *** aneveux has quit IRC [18:53:55] *** mikewintermute has joined #eclipse [18:55:17] *** CCCD_ has joined #eclipse [18:55:17] *** CCCD_ has left #eclipse [18:56:16] *** nicoulaj has quit IRC [18:56:40] *** Scorpion has joined #eclipse [19:04:44] *** setsunafseisei_ has joined #eclipse [19:05:10] *** C0br4 has quit IRC [19:05:38] *** setsunafseisei__ has quit IRC [19:05:49] *** otaviobp has quit IRC [19:06:06] *** Kamaran has joined #eclipse [19:09:36] *** hemna_ has joined #eclipse [19:18:04] *** C0br4 has joined #eclipse [19:18:11] <danols> WTF!!! An internal error occurred during: "Install download0". [19:18:11] <danols> Comparison method violates its general contract! [19:18:22] <danols> this is only on widnows 7 machine (64 bit) [19:18:32] <danols> I have an exact same copy of eclipse on my windows xp 64bit machine [19:18:47] <danols> and the xp machine installs no problem all the default plugins I use [19:18:53] <danols> win 7 is very slow and throws those erros! [19:18:57] <danols> please any idea anyone? [19:20:58] *** cgb has joined #eclipse [19:21:15] *** ddelrio1986 has joined #eclipse [19:21:44] *** otaviobp has joined #eclipse [19:21:55] <danols> I am attempting the install of Data Tools * once more -- I deleted my workspace, my .eclipse folder, and the entire eclipse folder [19:22:27] <danols> this is for eclipse 3.7 [19:25:26] *** hswolff has quit IRC [19:33:53] <mpiggott> danols: Don't use Java 7 [19:37:35] <tvo> hey, is it safe to have one background job cancel another after a while, or could the scheduler decide not to run the cancelling background job while the to-be-cancelled job is still running? [19:38:16] *** emir has quit IRC [19:39:42] <sr__> danols, I had this issue also [19:39:47] <tvo> and if it isn't safe, is there a way to make it safe using jobs, or do I need to run my own background thread to perform the cancelling? [19:39:53] <sr__> danols, it's highly documented on the net [19:40:17] <sr__> there is a JVM flag to put so that JVM 7 uses the old implementation of the comparison method [19:43:40] *** SpecialEmily has left #eclipse [19:47:24] *** ryzngard has joined #eclipse [19:47:44] <danols> omg ok [19:47:50] <danols> I could not locate anything on the net [19:48:00] <danols> how do I downgrade to java 6 or fix java 7 ? [19:48:18] <ryzngard> When running ant through eclipse I can't get it to use java 1.7. However when running ant manually outside of eclipse it does. How can I fix this? Eclipse version is 3.6.2 [19:53:35] <rcjsuen> danols: Well you'd have to get Java 6 from Oracle's site [19:54:41] *** paissad has joined #eclipse [19:55:36] *** Max__ has quit IRC [19:56:56] *** d_a_carver has quit IRC [19:57:20] *** d_a_carver has joined #eclipse [19:58:07] *** joeytwiddle has joined #eclipse [20:00:42] *** ddk has joined #eclipse [20:14:19] *** mikewintermute has quit IRC [20:14:26] <danols> this is not trully correct http://wiki.python.org/moin/Why%20is%20Python%20a%20dynamic%20language%20and%20also%20a%20strongly%20typed%20language [20:14:33] <danols> err wrong channel [20:15:29] *** echo083 has joined #eclipse [20:16:34] *** soc42 has quit IRC [20:16:36] *** purestrain has joined #eclipse [20:18:29] <ryzngard> How can I change complience level to java 1.7 in eclipse? I just downloaded the latest 3.7 and from my understanding java 1.7 support has been merged with mainstream now. Any ideas? [20:21:05] <nitind> Certainly not in 3.7.0. [20:21:47] <nitind> ryzngard: You would need to be using 3.7.1 (available tomorrow), or recent 3.8/4.2 builds. [20:23:06] <ryzngard> nitind: ah, guess I'll just have to wait for a day. thanks :) [20:27:47] *** purestrain has quit IRC [20:33:46] *** GeorgeJ has joined #eclipse [20:35:37] *** GeorgeJ has quit IRC [20:35:48] *** GeorgeJ has joined #eclipse [20:39:18] *** ryzngard has quit IRC [20:41:12] *** ctrlx has quit IRC [20:41:29] *** ctrlx has joined #eclipse [20:45:25] *** buribu has joined #eclipse [20:45:25] *** buribu has joined #eclipse [20:45:28] *** buribux has joined #eclipse [20:45:42] *** ronr___ has joined #eclipse [20:46:13] *** ronr___ is now known as ron [20:47:23] *** heinz has quit IRC [20:48:14] *** setsunafseisei__ has joined #eclipse [20:49:16] *** setsunafseisei_ has quit IRC [20:51:51] *** noord has joined #eclipse [20:53:48] *** heinz has joined #eclipse [21:00:47] *** setsunafseisei_ has joined #eclipse [21:02:10] *** setsunafseisei__ has quit IRC [21:02:17] <danols> I have the same problem with java 7 and eclipse 3.7.0 is there any work arround now without waiting till tomorrow ? [21:02:18] <danols> I have the same problem with java 7 and eclipse 3.7.0 is there any work arround now without waiting till tomorrow ? [21:02:32] <ron> you can wait until tomorrow. [21:02:34] <mpiggott> danols: Install java 6 [21:02:44] * ron high-5's mpiggott [21:18:16] *** baedert has quit IRC [21:20:35] <multi_io> man, isn't is totally stupid that IStructuredContentProvider#getElements() returns an array? [21:20:49] <nitind> No, why is that stupid? [21:20:55] *** finbrein has quit IRC [21:20:59] <danols> k [21:21:05] <multi_io> it means that whenever you modify the model, you have to re-allocate an array [21:21:09] <multi_io> or not? [21:21:40] <multi_io> (and probably copy the old one into it -- O(n)) [21:21:54] <nitind> Array copies are implemented natively, though. [21:22:04] <multi_io> e.g. append one element to the list -- need to copy the whole thing [21:22:20] <nitind> Only if you're asked for the full list of elements again. [21:22:25] <multi_io> #getElements should just return List<Object> [21:22:53] <nitind> That interface existed long before there were generics. [21:23:07] <multi_io> ok, List then :P [21:23:23] <nitind> Only if the implementors are actually using a List. And it predates Lists, iirc. [21:23:46] <multi_io> couldn't that method just be added? [21:23:50] <nitind> No, I don't recall that correctly. [21:23:56] <multi_io> it's a bit ugly, but.. [21:24:09] <nitind> Not without breaking every existing implementation of that interface. [21:24:26] <multi_io> hm, yeah [21:24:57] <multi_io> the modification to existing code would be trivial though [21:25:06] *** Kamaran has quit IRC [21:25:33] *** Kamaran has joined #eclipse [21:26:01] <multi_io> or provide a new sub-interface with the additional method, and check in the viewer which instanceof it is [21:26:21] <nitind> Again, this really only helps if you're already using a List. Which you may not be. [21:26:57] <nitind> Besides, there's org.eclipse.jface.viewers.ArrayContentProvider if it's that big a deal. [21:27:14] <rcjsuen> well the ACP just calls toArray() for you [21:27:15] *** _nor has joined #eclipse [21:27:31] *** otaviobp has quit IRC [21:27:34] <multi_io> I mean the present Object[]-returning call would still be supported, just that the implementor should have the option to provide a List-returning method instead [21:27:40] *** danols has left #eclipse [21:27:43] <nitind> multi_io: Why? [21:29:24] <multi_io> nitind: why what? [21:30:16] *** danols has joined #eclipse [21:30:43] <danols> does the Eclipse Market come pre-installed with 3.7 and 4.1 ? [21:31:07] *** EricInBNE has joined #eclipse [21:31:08] <rcjsuen> danols: No, not the SDK builds anyway. [21:31:55] <danols> it seem to be pre-installed --- hmm wondering if it's from my prior install or something [21:31:57] <nitind> multi_io: The caller wants an array. Why would letting an implement return a List be useful? [21:32:17] <rcjsuen> danols: Did you download the JavaScript bundle? [21:32:36] <danols> rcjsuen: yes [21:32:37] <multi_io> nitind: I mean the caller (i.e. viewers) should be modified so it can efficiently support Lists [21:32:45] <rcjsuen> danols: JavaScript bundle != SDK builds [21:32:46] <rcjsuen> there you go [21:32:52] *** myusuf3_ has joined #eclipse [21:33:03] <danols> rcjsuen: I don't understand [21:33:12] <rcjsuen> danols: The JavaScript bundle comes with marketplace [21:33:21] <rcjsuen> the Eclipse SDK bundle does not [21:33:25] <danols> eclipse-javascript-juno-M1-win32-x86_64.zip [21:33:33] <danols> ok that's fine I don't mind it [21:33:42] <danols> it's still eclipse just different plugins right ? [21:34:40] <nitind> Yes, although that bundle in particular is being withdrawn from Juno. [21:35:45] <danols> nitind: how come ? [21:36:03] <danols> what is the default one I should get ? [21:36:28] <nitind> danols: Depends on what you want. http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg08196.html [21:36:52] *** Alvo_ has joined #eclipse [21:37:10] <rcjsuen> danols: Because no one is volunteering to maintain that package. [21:37:17] *** AndroidLoverInSF has quit IRC [21:37:17] <danols> I understand ok [21:37:26] <danols> what is the minimal install the Eclipse Classic ? [21:37:29] <rcjsuen> It is unfortuante but it is what it is [21:37:34] <danols> I build my eclipse from plugins anyhow [21:40:22] *** otaviobp has joined #eclipse [21:44:10] *** slide has joined #eclipse [21:44:10] *** slide has joined #eclipse [21:45:04] <danols> ok I am just going crazy here [21:45:21] <danols> is there just something broken in win 7 and eclipse 4.x ? [21:45:41] <danols> nm it works [21:46:05] <danols> the install software was just taking a really really long time compared to the winxp machine [21:56:58] *** gnuanu has quit IRC [22:03:34] *** finbrein has joined #eclipse [22:04:21] *** Hanumaan has joined #eclipse [22:09:04] *** ron has quit IRC [22:10:43] *** Alvo_ has quit IRC [22:10:49] *** ddk has quit IRC [22:12:04] *** echo083 has quit IRC [22:15:13] *** rossand has joined #eclipse [22:17:12] *** Pasqualle has quit IRC [22:20:42] *** buribux has quit IRC [22:20:50] *** buribu has quit IRC [22:20:57] *** Nurbs has quit IRC [22:21:36] *** ctrlx has quit IRC [22:21:54] *** ctrlx has joined #eclipse [22:24:12] *** Scorpion has quit IRC [22:31:19] *** dirk_77_ has joined #eclipse [22:32:16] *** buribu has joined #eclipse [22:32:17] *** buribu has joined #eclipse [22:32:17] *** buribux has joined #eclipse [22:32:18] *** buribux has joined #eclipse [22:34:40] *** buribux has quit IRC [22:36:19] *** rcjsuen is now known as rcjsuen_ [22:40:02] *** deSilva has joined #eclipse [22:42:24] *** pulse00 has quit IRC [22:44:14] *** UrsoBranco has quit IRC [22:52:15] *** Kamaran has quit IRC [22:52:21] *** especially-corn has joined #eclipse [22:52:26] <especially-corn> hello [22:52:38] <especially-corn> can i delete a project from a svn repository from eclipse? [22:55:55] <nitind> Doubt it. [22:56:34] *** ctrlx has quit IRC [22:56:51] <especially-corn> too bad for me :P [22:56:51] *** ctrlx has joined #eclipse [22:59:23] *** AndroidLoverInSF has joined #eclipse [23:00:59] *** otaviobp has quit IRC [23:02:11] *** rcjsuen has joined #eclipse [23:03:15] <rcjsuen> danols: thx for reportin g bk [23:03:39] *** ddelrio1986 has quit IRC [23:04:48] *** especially-corn has quit IRC [23:06:30] *** ronr__ has joined #eclipse [23:08:16] *** ronr__ is now known as ron [23:11:20] *** rgrunber has quit IRC [23:12:36] *** matcouto has joined #eclipse [23:12:51] *** tvo has quit IRC [23:19:08] *** finbrein has quit IRC [23:19:08] *** Kemppi has quit IRC [23:19:08] *** ohcibi has quit IRC [23:19:08] *** b0c1 has quit IRC [23:19:08] *** klaas has quit IRC [23:22:56] *** finbrein has joined #eclipse [23:22:56] *** Kemppi has joined #eclipse [23:22:56] *** ohcibi has joined #eclipse [23:22:56] *** b0c1 has joined #eclipse [23:22:56] *** klaas has joined #eclipse [23:30:18] *** monk12 has quit IRC [23:31:00] *** cgb has quit IRC [23:31:52] *** ron has quit IRC [23:37:36] *** tdutra has joined #eclipse [23:38:28] *** kthomas_vh has joined #eclipse [23:39:55] *** ticaozinho has quit IRC [23:40:56] *** kthomas_vh has quit IRC [23:43:32] *** mpiggott has quit IRC [23:44:44] <danols> rcjsuen: ??? [23:50:30] *** alvint has quit IRC [23:54:39] *** GeorgeJ has left #eclipse [23:56:02] *** AndroidLoverInSF has quit IRC [23:56:50] *** wainersm has quit IRC [23:58:52] *** setsunafseisei has joined #eclipse [23:59:15] <setsunafseisei> can you check in code from command line on eclipse?