[00:02:30] *** tewecske has quit IRC [00:04:55] <Majik394> and if I install the data tools, creating an SQL file doesn't crash it any more [00:05:36] *** Nurbs has quit IRC [00:05:39] <Majik394> ah, my bugzille query has finished [00:08:34] *** buribu has quit IRC [00:08:49] *** Carnage\ has quit IRC [00:11:34] *** navlelo has quit IRC [00:15:59] <MapMan> okay [00:16:30] <MapMan> can anyone tell me whats eclipse equalivent of visual studios documentation system? I mean, how do I document a function in eclipse so I can see it from another place where I call the function? [00:16:47] <Majik394> what language? [00:17:05] <MapMan> http://msdn.microsoft.com/en-us/library/2d6dt3kf.aspx [00:17:06] <MapMan> c++ [00:17:10] <MapMan> this is what im talking about [00:18:08] *** Kamaran has quit IRC [00:19:06] <Majik394> sorry, don't know for C++ [00:20:03] <MapMan> well, lol [00:20:13] <MapMan> it seems that eclipse just shows all comments prior the function [00:22:01] *** vwegert has quit IRC [00:22:44] *** kkb110 has quit IRC [00:26:21] <Majik394> Sounds a bit like Javadoc [00:27:13] <Majik394> could be doxygen [00:27:30] <Majik394> http://www.stack.nl/~dimitri/doxygen/ [00:28:10] *** rrodriguez has quit IRC [00:29:13] *** weevieL1 has left #eclipse [00:33:53] *** hekmatof has quit IRC [00:34:37] *** kgilmer has joined #eclipse [00:35:53] *** echo083 has quit IRC [00:35:55] *** thansen has left #eclipse [00:37:04] *** kkb110 has joined #eclipse [00:41:18] *** finbrein has joined #eclipse [00:46:28] *** hekmatof has joined #eclipse [00:47:30] *** vasundhar has quit IRC [00:48:45] *** kkb110 has quit IRC [00:52:33] *** Majik394 has quit IRC [00:54:12] *** danhello has quit IRC [01:02:33] *** kunkker has quit IRC [01:10:12] *** kkb110 has joined #eclipse [01:12:00] *** dirk_77_ has quit IRC [01:18:43] *** PW-toXic_ has joined #eclipse [01:22:07] *** PW-toXic has quit IRC [01:22:51] *** _xor has joined #eclipse [01:24:46] *** _nor has quit IRC [01:25:21] *** multi_io has quit IRC [01:25:26] *** multi_io has joined #eclipse [01:28:46] *** xeon has joined #eclipse [01:33:38] *** Caterpillar has quit IRC [01:39:05] *** garrettheel has joined #eclipse [01:40:34] <garrettheel> hi, I'm having trouble getting an instance of ITextViewer from a TextEditor, could anyone suggest how to do so? [01:40:46] <garrettheel> (without overriding the editor class) [01:47:12] <rcjsuen> you can't [01:47:21] <rcjsuen> not without public apis you don't [01:51:41] <garrettheel> rcjsuen: apparently I can get an ITextOperationTarget instance from AbstractTextEditor via getAdapter and cast that to sourceviewer [01:51:57] <garrettheel> rcjsuen: this seems to work, though i don't think it's ideal [01:52:35] <rcjsuen> That's probably not a documented way. [01:53:35] <garrettheel> rcjsuen: it's not :) but i can't find any better way and I'm trying to avoid having to extend multiple implementations of AbstractTextEditor [01:58:14] *** multi_io has quit IRC [02:00:01] *** garrettheel has quit IRC [02:03:40] *** multi_io has joined #eclipse [02:10:04] *** finbrein has quit IRC [02:14:08] *** kthomas_vh has joined #eclipse [02:18:43] *** xeon has quit IRC [02:24:43] *** _xor has quit IRC [02:25:00] *** NiteRain has quit IRC [02:35:50] *** n20 has quit IRC [02:42:25] *** daisuke_m has joined #eclipse [02:52:47] *** scorphus has joined #eclipse [03:02:23] *** finbrein has joined #eclipse [03:07:34] *** samthewildone has joined #eclipse [03:07:51] <samthewildone> can someone shine some light on this issue im having. [03:09:09] <samthewildone> im use to visual basic's run and debug option but, on eclipse when I try to run or debug my program it gives me binary errors. [03:11:17] *** evil_gordita has quit IRC [03:20:21] *** Harrold has quit IRC [03:21:05] <hekmatof> samthewildone: you said visual basic? [03:21:28] * samthewildone jumps out the window [03:28:10] *** scorphus has quit IRC [03:28:33] *** rossand has joined #eclipse [03:40:10] <rcjsuen> Binary errors? [03:48:23] *** rossand has quit IRC [03:55:20] *** kthomas_vh has quit IRC [03:58:08] *** PW-toXic__ has joined #eclipse [04:01:15] *** PW-toXic_ has quit IRC [04:01:28] *** rcjsuen has quit IRC [04:01:58] *** hekmatof has quit IRC [04:05:45] *** QbY has joined #eclipse [04:06:55] <QbY> I have a glassfish 3.1 server installed on a remote server; i'm able to log into it via the web interface all is well. i'm trying to add the server to eclipse and keep getting an error that it could not connect (suggests running "asadmin enable-secure-admin", i have).. any suggestions? [04:24:05] *** reldric has joined #eclipse [04:27:09] *** reldric has left #eclipse [04:37:16] *** kthomas_vh has joined #eclipse [04:39:08] *** hekmatof has joined #eclipse [04:39:58] <hekmatof> my connection to the channel lost, anyone answered my question? [04:40:53] <hekmatof> in a workspace, I have a lot of projects, I want to know what type of project each one is? for example I want to know which one is a Plug-In project or which one is feature Project or Product Configuration ? [04:41:08] *** xeon has joined #eclipse [04:42:00] *** onekenthomas has quit IRC [04:44:04] *** QbY has quit IRC [04:44:39] *** QbY has joined #eclipse [04:47:15] *** QbY has quit IRC [04:49:22] *** daisuke_m has quit IRC [04:51:57] <nitind> hekmatof: http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/project_description_file.html , although you would programmatically use it starting from the IProject interface. [04:52:54] <nitind> hekmatof: What you're asking about is generally dictated by the inclusion of a nature in the project description. [04:53:37] <hekmatof> nitind: you means .project file? [04:57:19] <hekmatof> nitind: I opened it, but there is no useful information about the type of project [04:58:46] <nitind> hekmatof: You didn't really expect fancy human-readable strings to just be in there, did you? [04:59:21] *** QbY_ has joined #eclipse [05:00:06] <hekmatof> nitind: it's xml and it's clear, there is the name of the project, the dependecies or buildsection ... [05:00:42] <hekmatof> but there is no project type xml element or anything like it to show me what's the type of the project [05:00:54] <nitind> hekmatof: *Is* it any type of project? [05:01:37] <hekmatof> nitind: no [05:02:01] <nitind> hekmatof: Then it's not a good example in which to go looking for that kind of information. [05:02:54] *** abaz has joined #eclipse [05:04:08] <hekmatof> nitind: i got source of a RCP example application, and now I have imported it to my workspace to study it, and I need to know which type of every project is [05:17:38] *** samthewildone has quit IRC [05:19:24] *** kaje has joined #eclipse [05:19:29] *** kaje has left #eclipse [05:25:15] *** QbY_ has quit IRC [05:28:36] *** QbY has joined #eclipse [05:34:44] *** daisuke_m has joined #eclipse [05:45:58] *** abaz has left #eclipse [05:46:28] *** ddk has joined #eclipse [05:51:55] *** ddk_ has joined #eclipse [05:52:37] *** ddk has quit IRC [05:54:36] *** QbY has quit IRC [05:56:04] *** helindbe has left #eclipse [06:02:08] *** Xgc has joined #eclipse [06:12:56] *** kthomas_vh_ has joined #eclipse [06:16:15] *** kthomas_vh has quit IRC [06:19:26] *** kthomas_vh_ has quit IRC [06:20:32] *** finbrein has quit IRC [06:23:48] *** ronr__ has joined #eclipse [06:25:38] *** ronr__ is now known as ron [06:39:09] *** Dessimat0r has quit IRC [06:42:03] *** finbrein has joined #eclipse [07:18:05] *** drthingums has joined #eclipse [07:19:09] *** vmil86 has joined #eclipse [07:19:52] *** heliom_ has quit IRC [07:22:07] *** heliom has joined #eclipse [07:32:47] *** TomTom has joined #eclipse [07:37:19] *** aminpy has joined #eclipse [07:38:24] *** xeon has quit IRC [07:39:49] *** drthingums has quit IRC [07:44:58] *** kthomas_vh has joined #eclipse [07:48:52] *** LongBeach has joined #eclipse [07:57:41] *** LongBeach has quit IRC [07:58:41] *** kthomas_vh_ has joined #eclipse [08:01:31] *** kthomas_vh has quit IRC [08:10:03] *** Pasqualle has joined #eclipse [08:14:18] *** Nurbs has joined #eclipse [08:15:31] *** danlucraft has quit IRC [08:21:47] *** hekmatof has quit IRC [08:23:47] *** xeon has joined #eclipse [08:27:13] *** Fire-Fist has joined #eclipse [08:28:51] *** Fire-Fist has quit IRC [08:30:29] *** tewecske has joined #eclipse [08:37:10] *** kottlett has joined #eclipse [08:37:26] *** ron has quit IRC [08:47:20] *** kkb110 has quit IRC [08:48:36] *** kkb110 has joined #eclipse [08:50:18] *** kthomas_vh_ has quit IRC [08:54:15] *** kkb110 has quit IRC [09:00:46] *** kthomas_vh_ has joined #eclipse [09:03:42] *** paissad has quit IRC [09:04:32] *** ronr__ has joined #eclipse [09:04:46] *** ronr__ is now known as ron [09:11:59] *** deSilva has joined #eclipse [09:27:52] *** palyboy has quit IRC [09:28:29] *** daisuke_m has quit IRC [09:35:14] *** imeikas has joined #eclipse [09:39:36] *** danlucraft has joined #eclipse [09:40:24] *** PW-toXic_ has joined #eclipse [09:41:21] *** malo_nj has joined #eclipse [09:41:21] *** ankk has quit IRC [09:41:42] *** ankk has joined #eclipse [09:43:26] *** PW-toXic__ has quit IRC [09:50:36] *** ualtin has joined #eclipse [09:52:44] *** denisr has joined #eclipse [09:53:16] *** nicoulaj has joined #eclipse [09:55:05] *** nicoulaj has quit IRC [10:06:58] *** xeon has quit IRC [10:07:02] *** kthomas_vh_ has quit IRC [10:07:28] *** navlelo has joined #eclipse [10:12:32] *** z4z4 has joined #eclipse [10:12:59] *** kthomas_vh_ has joined #eclipse [10:13:26] *** onekenthomas has joined #eclipse [10:19:21] *** daisuke_m has joined #eclipse [10:21:03] *** xeon has joined #eclipse [10:23:10] *** tvo has joined #eclipse [10:51:04] *** dirk_77_ has joined #eclipse [10:53:07] *** nicoulaj has joined #eclipse [11:05:35] *** paissad has joined #eclipse [11:06:36] *** paissad has quit IRC [11:07:34] *** mikewintermute has joined #eclipse [11:08:03] *** paissad has joined #eclipse [11:12:53] *** kgilmer has quit IRC [11:18:30] *** ualtin1 has joined #eclipse [11:19:40] *** ualtin1 has left #eclipse [11:20:28] *** ualtin has quit IRC [11:30:18] *** kgilmer has joined #eclipse [11:37:01] *** daisuke_m has quit IRC [11:37:53] *** daisuke_m has joined #eclipse [11:45:38] *** finbrein has quit IRC [11:45:47] *** finbrein has joined #eclipse [11:50:34] *** dirk_77_ has quit IRC [11:56:03] *** kthomas_vh_ has quit IRC [12:14:39] *** nicoulaj has quit IRC [12:15:30] *** samuell has joined #eclipse [12:16:07] *** nicoulaj has joined #eclipse [12:18:20] *** jpolan has joined #eclipse [12:24:31] *** PW-toXic__ has joined #eclipse [12:25:02] *** drthingums has joined #eclipse [12:26:45] *** mikewintermute has left #eclipse [12:27:58] *** PW-toXic_ has quit IRC [12:30:33] *** mikewintermute has joined #eclipse [12:37:15] *** malo_nj has quit IRC [12:38:04] *** rendar has joined #eclipse [12:38:48] *** jpolan has quit IRC [12:38:53] <rendar> eclipse can tell the user if something is wrong with his code at code-time..to accomplish this uses a parser which parse java code, class names, etc, i guess...right? [12:40:36] <gsson> Yea [12:40:40] <ron> it uses its own compiler. [12:53:18] *** xeon has quit IRC [12:54:20] *** dirk_77_ has joined #eclipse [12:57:25] *** mfladischer has joined #eclipse [12:59:35] *** xeon has joined #eclipse [13:00:48] *** MapMan has quit IRC [13:03:19] *** kgilmer has quit IRC [13:05:18] *** kgilmer has joined #eclipse [13:05:39] *** mihael has joined #eclipse [13:05:56] *** echo083 has joined #eclipse [13:09:44] *** Alvo has joined #eclipse [13:09:58] <Alvo> hi, in eclipse, i cannot create a project from an existing maven module, right? [13:10:31] <ron> of course you can. [13:10:38] <ron> assuming you have m2e installed. [13:10:57] <Alvo> ron how? [13:11:16] <ron> import->existing maven module [13:11:53] <Alvo> ron ah thx i selected new [13:15:05] *** cantoma has joined #eclipse [13:16:45] *** dirk_77_ has quit IRC [13:18:38] <Alvo> ron^it does not seem to have the module dependencys properly worked out [13:19:22] <Alvo> ron oh it did [13:19:53] <ron> :) [13:25:34] *** ddk_ has quit IRC [13:33:15] *** drthingums has quit IRC [13:33:32] *** echo083 has quit IRC [13:34:47] *** ualtin has joined #eclipse [13:39:19] *** roaet_ has quit IRC [13:45:40] *** xeon has quit IRC [13:46:09] *** ronr__ has joined #eclipse [13:48:16] *** ron has quit IRC [13:49:43] *** finbrein has quit IRC [13:58:29] *** nicoulaj has quit IRC [14:00:12] *** finbrein has joined #eclipse [14:01:00] *** nicoulaj has joined #eclipse [14:01:48] *** otaviobp has joined #eclipse [14:06:19] *** otaviobp has quit IRC [14:06:47] *** otaviobp has joined #eclipse [14:08:11] *** wainersm has joined #eclipse [14:09:26] *** rcjsuen_ is now known as rcjsuen [14:16:32] *** Harrold has joined #eclipse [14:16:52] *** Harrold has quit IRC [14:17:30] *** dirk_77_ has joined #eclipse [14:20:46] *** palyboy has joined #eclipse [14:21:59] *** kottlett has quit IRC [14:24:09] *** xeon has joined #eclipse [14:25:16] *** rossand has joined #eclipse [14:33:48] *** paulweb515_ has quit IRC [14:35:19] *** paulweb515_ has joined #eclipse [14:45:31] *** aminpy has quit IRC [14:48:17] *** briandealwis has joined #eclipse [14:51:03] <reisi> is anyone else experiencing compile-time instrumentation problems with indigo and eclemma or codecover plugins? [14:53:02] *** dirk_77_ has quit IRC [14:58:49] *** pulse00 has joined #eclipse [15:10:23] *** ronr__ is now known as ron [15:11:23] *** aminpy has joined #eclipse [15:11:47] *** seravitae has joined #eclipse [15:11:50] *** ron has quit IRC [15:12:01] <seravitae> hi guys, im experiencing something wierd trying to debug with pydev [15:12:06] *** ronr__ has joined #eclipse [15:12:23] <seravitae> i can actually debug, ie, hit F11 and it enters debug mode, but, there are no debug options anywhere, ie, step into, over, etc. [15:12:32] *** ronr__ is now known as ron [15:12:51] <seravitae> furthermore when I go to customize perspective, i see that PyDev Debug is disabled/greyed out on the tool bar structure menu. [15:12:51] <ron> you're in the debug perspective? [15:13:24] <seravitae> im not sure, to be honest. [15:15:08] *** mindCrime_ has quit IRC [15:15:30] <seravitae> ron: how can i check? [15:16:04] *** UrsoBranco has joined #eclipse [15:16:48] *** dsugar100 has joined #eclipse [15:19:34] <briandealwis> seravitae: there's normally a view called "Debug" that shows the current processes and their associated stacks. Can you see that? [15:20:25] *** mpiggott has joined #eclipse [15:20:34] *** xeon has quit IRC [15:23:07] *** xeon has joined #eclipse [15:23:09] *** dirk_77_ has joined #eclipse [15:25:13] *** m_a_chinea has joined #eclipse [15:25:29] <seravitae> briandealwis: yeah, i just worked it out, thanks. :) [15:25:48] *** shal3r has joined #eclipse [15:31:53] *** rgrunber has joined #eclipse [15:40:19] *** danlucraft has quit IRC [15:41:29] *** Jaz has joined #eclipse [15:41:49] *** Jaz is now known as Guest20890 [15:42:12] <Guest20890> hi all. i'm looking for a manual install of aptana studio plugin for eclipse mac os x [15:42:48] *** Guest20890 is now known as JaredCE [15:43:11] *** danlucraft has joined #eclipse [15:44:53] <ron> seravitae: I lag like hell. [15:45:53] <ron> seravitae: you should be able to see it in the top right side of eclipse. [15:46:08] <seravitae> ron: yeah, i figured it, thanks :) [15:46:53] *** ron has quit IRC [15:47:23] *** wildgoose has quit IRC [15:47:24] *** ronr__ has joined #eclipse [15:47:51] *** ronr__ is now known as ron [15:48:03] <ron> o_O [15:50:26] *** Pasqualle has quit IRC [15:51:40] *** UrsoBranco has quit IRC [15:52:05] *** aminpy has quit IRC [15:55:15] <JaredCE> my colleague is trying to install aptana 3 for eclipse that he got from here: but it's hanging on the install plugin screen? http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/install/studio3/3.0.4.201108101432/index.html [15:57:42] *** m_a_chinea has quit IRC [15:58:15] <ron> define 'hanging' [16:04:40] *** uris has joined #eclipse [16:05:57] *** m_a_chinea has joined #eclipse [16:08:48] *** xeon has quit IRC [16:10:06] *** xeon has joined #eclipse [16:13:32] *** mfladischer has quit IRC [16:13:37] *** baedert has joined #eclipse [16:15:37] *** alvint has joined #eclipse [16:16:58] *** dirk_77_ has quit IRC [16:18:51] *** aminpy has joined #eclipse [16:21:47] *** samuell has quit IRC [16:24:15] *** hex` has joined #eclipse [16:24:16] *** pulse00 has quit IRC [16:29:52] *** gucko has joined #eclipse [16:29:54] <gucko> hi guys [16:29:59] <gucko> how to move between tabs? [16:30:05] <rcjsuen> Ctrl+PgUp/Down [16:31:03] *** deSilva has quit IRC [16:31:08] *** xeon has quit IRC [16:31:22] *** xeon has joined #eclipse [16:31:23] <gucko> I'm on a Mac [16:31:47] *** vipaca has joined #eclipse [16:31:48] *** vipaca has joined #eclipse [16:32:14] *** JaredCE has quit IRC [16:33:02] *** AndroidLoverInSF has joined #eclipse [16:33:07] *** Caterpillar has joined #eclipse [16:33:48] <Caterpillar> does exist an Eclipse plugin to make JSF/JSP using drag&drop like visual web pack plugin for netbeans? [16:34:26] <nitind> You know there's a visual Web Page Editor, right? [16:34:48] <nitind> gucko: Then try Cmd+PgUp/PgDn. Or check the Keys preference page for whatever it is. [16:35:13] <rcjsuen> Actually that particular keybinding won't be in the prefs pg [16:35:47] <gucko> i guess there are no pgup/pgdn keys on my Macbook :S [16:36:07] <Caterpillar> nitind: sorry I did not understand [16:36:22] *** betty has joined #eclipse [16:36:38] *** _nor has joined #eclipse [16:36:41] *** daisuke_m has quit IRC [16:40:06] <briandealwis> gucko: page-up and -down are function + arrow-up and function + arrow-down [16:40:59] <gucko> briandealwis: thanks :) [16:41:41] *** hemna has quit IRC [16:42:43] *** FunnyLookinHat has joined #eclipse [16:47:22] *** danhello has joined #eclipse [16:48:59] <Caterpillar> nitind: you mean window builder plugin? [16:52:22] *** dirk_77_ has joined #eclipse [16:53:54] <ron> os x should be burnt. [16:53:59] <nitind> Caterpillar: No, I mean check the Open With context menu on your JSF pages. [16:54:04] <nitind> ron: Hush. [16:54:14] <ron> nitind: you know it's true ;) [16:57:23] <Caterpillar> nitind: thank you very much [17:02:57] *** mikewintermute has quit IRC [17:03:15] *** DroidAgent has joined #eclipse [17:03:35] *** commandhat has joined #eclipse [17:05:29] <DroidAgent> Hi.. I've just installed EGit, but I can't get it to ignore my bin/ dir. I've created a .gitignore file with the line "bin" (w/o quotes) in the project root but when I commit I still see files from bin/... anything I can do? [17:05:43] <DroidAgent> It's supposed to be in the same dir as .project, right? [17:06:17] <rcjsuen> It's going to affect what it's under as far as I know. [17:07:00] <DroidAgent> Then this should be the right location. [17:07:11] <rcjsuen> I think it needs to be bin/ [17:07:50] <commandhat> Eclipse isn't loading... Every time I try it says "failed to load jvm.dll" and exits. Windows 7, Eclipse build 4.2M1 [17:07:52] <DroidAgent> No change :/ [17:08:08] <rcjsuen> commandhat: Can you run java from cmd? [17:08:33] <DroidAgent> I'm seeing this https://bugs.eclipse.org/bugs/show_bug.cgi?id=300964 but that should be fixed long, long ago. [17:08:40] <commandhat> rcjsuen: yes [17:08:53] <rcjsuen> what does java -version show [17:09:24] <commandhat> hold on while I cd to the jdk [17:10:03] <commandhat> Oh wow, I'm dumb, nevermind [17:10:17] <commandhat> I apparently named the folder "jre" insteak of "jdk" in a fit of stupidity [17:10:19] <ron> DroidAgent: if you want to ignore everything under "bin", you need to add "bin/" to .gitignore [17:10:55] <ron> DroidAgent: did you commit the change? [17:11:01] *** cmw72 has joined #eclipse [17:11:24] <DroidAgent> Yes I did [17:12:41] <ron> now right click on the project->Team->Disconnect [17:12:48] <ron> share it again.. should be fine. [17:12:58] *** mikewintermute has joined #eclipse [17:15:42] <commandhat> hm [17:16:19] <commandhat> tried to java -version anyway, java gave me "could not open /lib/jvm.cfg". Eclipse starts fine now that I renamed the folder though [17:17:04] <rcjsuen> Maybe you should reinstall your JRE [17:22:00] *** danhello has quit IRC [17:24:11] <nitind> DroidAgent: Is bin already in the repository? [17:24:57] <ron> DroidAgent: any luck? [17:27:32] <DroidAgent> nitind: no [17:27:34] <DroidAgent> ron: no [17:27:39] <DroidAgent> Should it be? [17:30:03] *** fahadsadah has quit IRC [17:30:16] *** xeon has quit IRC [17:30:48] *** heinz has joined #eclipse [17:31:28] <ron> DroidAgent: it's a bit odd. I have bin/ in my .gitignore and it works fine... [17:31:53] <DroidAgent> Not much that can go wrong, one would think. [17:32:05] <ron> where is the .gitignore file? [17:32:41] <nitind> DroidAgent: I would expect you to only be able to ignore stuff that's not in the repository. [17:33:33] <DroidAgent> ron: root of the project, one level above from the repo name. [17:33:46] <ron> in the same dir you have .git? [17:33:50] <DroidAgent> nitind: it wasn't initially there, then I committed thinking it may resolve. [17:34:02] *** tvo has quit IRC [17:34:15] <DroidAgent> ron: no, my repo dir has .git and <projectname>, it's in the root of <projectname> [17:34:47] <ron> afaict, .git and .gitignore should be under the same root. [17:35:58] <DroidAgent> Hm ok, I'll try that. [17:36:06] <ron> don't forget to commit :) [17:36:33] *** BlkPoohba has joined #eclipse [17:36:59] <BlkPoohba> Hi. I'm using classic, how do I change the default workspace location? [17:38:35] <ron> File->Switch Workspace ? [17:38:38] <BlkPoohba> I found it [17:38:44] <BlkPoohba> oh. I didn't find it there. [17:38:49] *** Pasqualle has joined #eclipse [17:39:09] <BlkPoohba> I found it in preferences but not under workspaces but Startup Shutdown workspaces [17:39:12] *** kaje has joined #eclipse [17:39:16] *** fahadsadah has joined #eclipse [17:39:30] *** Caterpillar has quit IRC [17:41:07] <Alvo> it is a little bit inconvenient that the m2e pom editor keeps opening the grapohical perspective [17:41:13] *** Kamaran has joined #eclipse [17:41:21] *** aminpy has quit IRC [17:42:09] <ron> graphical perspective? [17:42:23] <Alvo> "overview" [17:42:59] <ron> Window->Preferences->Maven-User Interface. Check the first option. [17:43:30] *** kaje has left #eclipse [17:43:31] *** EricInBNE has quit IRC [17:43:34] <Alvo> first option is offline [17:43:45] <Alvo> oh ok [17:43:48] <ron> yes. check it. :) [17:43:48] <Alvo> lol thx [17:44:55] *** z4z4 has quit IRC [17:46:40] <nitind> Alvo: You could always file that as a bug. [17:47:18] *** Nurbs has quit IRC [17:47:21] *** kkb110 has joined #eclipse [17:47:57] <nitind> Alvo: After all, ~333359 [17:47:58] <Arbalest> Bug 333359 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=333359 - WTP Source Editing / wst.dtd / 3.3 - All / All - RESOLVED / FIXED / enhancement / - Assignee: nitind - Make showing the Properties view when opening the editor optional [17:48:37] *** ronr__ has joined #eclipse [17:50:50] *** ronr___ has joined #eclipse [17:52:01] *** ron has quit IRC [17:52:25] *** ronr___ is now known as ron [17:53:10] *** Jug6-Alt has joined #eclipse [17:53:27] <Jug6-Alt> one of my projects is freezing when building at 100%...any way to see what its hanging on? [17:53:32] *** Jug6-Alt is now known as Jug6ernaut [17:53:45] *** ronr__ has quit IRC [17:56:28] *** djMax has joined #eclipse [17:57:06] <djMax> I have an SDK that includes an installation of eclipse. Unfortunately, it has "eclipse.exe" and I'm on a Mac. Do I have a shot in heck of using this by replacing some files? [17:57:33] <nitind> Yes. [17:57:55] <nitind> *If* it doesn't provide any platform-specific code. [17:57:58] <djMax> excellent. Ideas where to start? Should I download the Mac eclipse first? [17:58:11] <djMax> This one seems to be 3.5.2 [17:58:31] *** TomTom has quit IRC [17:58:40] <nitind> Yes. Nuke all of the win32 bundles from the plug-ins folder and then unpack the Mac build of the SDK over it. [17:58:41] <djMax> (do I even need eclipse.exe or is it just calling java with some args?) [17:58:53] <djMax> ok. And match version? [17:58:59] <nitind> Yes, same version. [17:59:10] <nitind> No, you will not need the .exe. [17:59:27] <djMax> ok, so rm *win32*? [17:59:34] <nbf> I'm using an ubuntu desktop an dI recently enabled the compositiing effects (with the unity desktop) [17:59:48] <nbf> eclipse freezes the entire desktop when I try to open the run configuration context menu [17:59:55] <nbf> I've googled a bit but haven't found anything [18:00:01] <nbf> does anyone else have this issue [18:00:39] <nitind> djMax: Yes, along with org.eclipse.ui* and org.eclipse.update.*. [18:01:28] <djMax> and 3.5.2 on mac seems to be 32 bit only, hopefully that works out [18:02:13] *** Alvo has quit IRC [18:03:53] <djMax> so after I do that, what will run eclipse? [18:04:16] *** dirk_77_ has quit IRC [18:05:02] *** ccmonsters has joined #eclipse [18:06:17] *** hex` has quit IRC [18:06:46] *** nitrospectide has joined #eclipse [18:06:58] *** dirk_77_ has joined #eclipse [18:07:46] *** JasCo has quit IRC [18:08:52] *** ccmonster has quit IRC [18:11:00] *** Jug6ernaut has quit IRC [18:11:15] *** Jug6ernaut has joined #eclipse [18:13:59] *** ddk_ has joined #eclipse [18:16:58] *** Jug6-Alt has joined #eclipse [18:16:59] *** Jug6ernaut has quit IRC [18:17:38] *** danlucraft has quit IRC [18:17:52] *** danlucraft has joined #eclipse [18:17:53] *** hemna has joined #eclipse [18:20:16] *** BlkPoohba has quit IRC [18:22:10] *** gopalmer has joined #eclipse [18:22:17] *** danlucraft has quit IRC [18:24:45] *** ctrlx has quit IRC [18:25:04] *** ctrlx has joined #eclipse [18:28:56] *** echo083 has joined #eclipse [18:28:57] *** echo083 has quit IRC [18:29:19] *** echo083 has joined #eclipse [18:29:29] *** gopalmer has quit IRC [18:29:40] *** gopalmer has joined #eclipse [18:30:11] *** monk12 has joined #eclipse [18:32:30] *** denisr has quit IRC [18:32:49] *** mikewintermute has left #eclipse [18:33:26] <nbf> yeah eclipse is just fubared under ubuntu unity [18:35:05] <Caleb--> how the heck do i configure eclipse's java debug to work with apache ant ? [18:35:32] <Caleb--> i have a run target in ant and i use it to run my app in a forked Vm with a different working directory. i'd like to do the same for debug [18:35:46] *** ANDruid has joined #eclipse [18:35:49] <ANDruid> hi [18:36:34] *** Jug6-Alt is now known as Jug6ernaut [18:36:34] <ANDruid> how to use emacs hot keys in eclipse??? [18:36:48] *** Jug6ernaut has left #eclipse [18:37:42] *** Harrold has joined #eclipse [18:37:52] <Caleb--> instead i'm getting a "java.lang.NoClassDefFoundError" on my main class when i try to debug [18:38:34] <monk12> hey all, had a quick question... my Eclipse generated server.xml keeps publishing without the database <Resource .../> which is in my eclipse config server.xml. what would be the reason for this? [18:38:59] <monk12> I keep have to Publish in eclipse... then manually add my <Resource ../> before starting up my server. [18:39:41] <monk12> (in the generated server.xml in 'C:\dev\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp###\conf\server.xml') [18:43:21] *** purestrain has joined #eclipse [18:48:02] *** ANDruid has quit IRC [18:48:04] *** ddk_ has quit IRC [18:48:32] *** ddk_ has joined #eclipse [18:51:38] *** commandhat has quit IRC [18:54:48] *** crakrjak has quit IRC [18:55:53] *** AndroidLoverInSF has quit IRC [18:56:07] *** nicoulaj has quit IRC [19:00:07] *** adam_ has joined #eclipse [19:00:31] *** echo083 has quit IRC [19:02:43] *** adam_ has quit IRC [19:03:02] *** echo083 has joined #eclipse [19:03:07] *** echo083 has quit IRC [19:03:32] *** echo083 has joined #eclipse [19:04:00] *** dirk_77_ has quit IRC [19:04:28] *** C0br4 has quit IRC [19:05:41] <nitind> djMax: Run it as you would run it normally on that O.S. [19:06:43] *** WhiteBeard has joined #eclipse [19:09:45] *** Fire-Fist has joined #eclipse [19:10:06] *** hex` has joined #eclipse [19:12:56] *** WhiteBeard has quit IRC [19:13:30] *** jsixface has joined #eclipse [19:13:41] *** AndroidLoverInSF has joined #eclipse [19:14:35] <jsixface> Hi... I have a problem in starting the tomcat server 7 in eclipse [19:14:43] *** ualtin has quit IRC [19:15:13] <jsixface> it says "Server Tomcat was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor." [19:16:05] <jsixface> I'm using eclipse eclilpse in Mac os x snow leopard [19:16:52] <jsixface> anyone ??? [19:17:05] *** C0br4 has joined #eclipse [19:17:51] *** finbrein has quit IRC [19:27:20] *** netsurf3 has joined #eclipse [19:28:16] <netsurf3> hello ladies and gents can you advise me how i would search the javadoc using eclipse? I come from using netbeans and wondered if the same feature was avalible for eclipse [19:30:48] <nitind> What do you mean search it? [19:31:41] *** ddk_ has quit IRC [19:32:12] *** ddk_ has joined #eclipse [19:32:36] *** Milyardo has quit IRC [19:32:52] *** gucko has quit IRC [19:33:02] *** gucko has joined #eclipse [19:34:13] *** Fire-Fist has quit IRC [19:34:29] *** WhiteBeard has joined #eclipse [19:34:37] *** Caterpillar has joined #eclipse [19:37:13] <netsurf3> nitind, netbeans provides the opportunity to browse the java api documentation and search it. for example i want to understand how system.out.println works i can search for that and get details on what options it can take [19:37:48] *** ddk_ has quit IRC [19:38:08] *** jsixface has quit IRC [19:38:33] <MjrTom> eclipse can do it. I'd imagine there's various ways too. Dont ask me how, but if you ask how, hopefully somebody else will pipe up [19:39:00] *** AndroidLoverInSF has quit IRC [19:39:10] *** Bass2 has joined #eclipse [19:40:19] <netsurf3> it didnt seem like a feature that eclipse wouldnt include but since i am testing the water with eclipse i'll be damned if i can find it :/ [19:40:40] *** Bass2 has quit IRC [19:41:25] *** Bass2 has joined #eclipse [19:43:40] *** ron has quit IRC [19:46:07] *** Milyardo has joined #eclipse [19:47:21] *** soee has joined #eclipse [19:48:28] *** Carnage\ has joined #eclipse [19:48:31] *** gucko_ has joined #eclipse [19:48:54] *** Echidna has quit IRC [19:50:03] *** Echidna has joined #eclipse [19:52:43] *** gucko has quit IRC [19:52:44] *** gucko_ is now known as gucko [19:55:23] *** finbrein has joined #eclipse [20:01:06] *** gucko has quit IRC [20:01:17] *** gucko has joined #eclipse [20:03:18] *** CCCD_ has joined #eclipse [20:04:54] *** AndroidLoverInSF has joined #eclipse [20:13:23] *** BlkPoohba has joined #eclipse [20:14:34] *** BlkPoohba has quit IRC [20:15:48] *** iXeno has joined #eclipse [20:24:22] <nbf> weird [20:24:38] <nbf> my eclipse freezing up issue must have been something in the worspace metadata [20:24:48] <nbf> because I created a new workspace, imported my projects and it works fine [20:25:07] <nbf> it would only hang on the 3 launcher coolbar drop downs [20:25:13] <nbf> debug/run/external [20:25:28] <nbf> any other item like search, etc worked fine [20:25:37] *** gucko_ has joined #eclipse [20:26:48] <nbf> not sure what would cause that from friday ???! [20:26:59] <nbf> I did a fsck after the issue appeared and that didn't fix it [20:27:09] <nbf> gotta love mondays [20:27:30] *** UrsoBranco has joined #eclipse [20:29:56] *** gucko has quit IRC [20:29:57] *** gucko_ is now known as gucko [20:32:39] <nitind> netsurf3: Select the member somewhere and then check the JavaDoc View. [20:32:56] <nitind> netsurf3: i.e. Open Type and then pick it from the Outline. [20:37:48] <netsurf3> okay i "think" i have figured it out now [20:37:51] <netsurf3> ty nitind [20:39:24] *** echo083 has quit IRC [20:40:13] <netsurf3> do you know if the eclipse inbuilt junit comes with javadoc? I am learning as I go :/ [20:41:37] <netsurf3> aha it looks like it does all sorted :) [20:43:27] *** BlkPoohba has joined #eclipse [20:46:18] *** hex` has quit IRC [20:46:18] *** otaviobp has quit IRC [20:48:20] *** mziaei has joined #eclipse [20:50:40] *** soee has quit IRC [20:51:03] *** hex` has joined #eclipse [20:51:03] *** hex` has joined #eclipse [20:51:14] *** longcat has joined #eclipse [20:51:27] <longcat> what does the small red square in the outline tab indicate? [20:51:32] *** LongBeach has joined #eclipse [20:51:45] *** mziaei has quit IRC [20:52:53] <rcjsuen> click on it and it'll jump to where that item is related to [20:53:00] <rcjsuen> that should offer you a hint as to what it means [20:53:23] <longcat> is it private vs public? [20:53:33] *** otaviobp has joined #eclipse [20:54:19] <longcat> actually the popup message for the hide/shows are more informative [20:56:41] <rcjsuen> Popup message? [20:56:47] <rcjsuen> Yes a red square is a private method [20:56:55] <rcjsuen> at least, assuming you mean Java [20:56:59] <longcat> erm... yes [20:58:23] *** ksawicki has joined #eclipse [21:01:31] *** baedert has quit IRC [21:11:37] *** vwegert has joined #eclipse [21:14:33] *** Milyardo has quit IRC [21:17:29] *** hex` has quit IRC [21:23:17] *** buribu has joined #eclipse [21:23:18] *** buribux has joined #eclipse [21:24:08] *** buribux has quit IRC [21:26:19] *** ronr__ has joined #eclipse [21:31:37] *** Carnage\ has quit IRC [21:34:14] *** Carnage\ has joined #eclipse [21:39:51] *** gucko has quit IRC [21:40:05] *** gucko has joined #eclipse [21:40:59] *** deSilva has joined #eclipse [21:42:47] *** ronr__ has quit IRC [21:47:40] *** kthomas_vh has joined #eclipse [21:54:09] *** gucko_ has joined #eclipse [21:54:57] *** gucko_ has quit IRC [21:55:07] *** gucko_ has joined #eclipse [21:56:14] *** gucko has quit IRC [21:56:14] *** gucko_ is now known as gucko [22:00:18] *** finbrein has quit IRC [22:07:29] *** localhost has quit IRC [22:08:53] *** cgb has joined #eclipse [22:10:16] *** localhost has joined #eclipse [22:10:31] *** ronr__ has joined #eclipse [22:10:52] *** otaviobp has quit IRC [22:10:57] *** imeikas has quit IRC [22:11:52] *** ronr__ is now known as ron [22:11:53] *** ron is now known as 15SABFPJ2 [22:12:01] *** 15SABFPJ2 is now known as ron [22:17:24] *** paissad has quit IRC [22:18:09] *** vipaca has quit IRC [22:18:28] *** purestrain has quit IRC [22:18:57] *** otaviobp has joined #eclipse [22:23:33] *** vwegert has quit IRC [22:24:00] *** deSilva has quit IRC [22:26:19] *** pepone has joined #eclipse [22:26:21] *** deSilva has joined #eclipse [22:30:13] *** cgb has quit IRC [22:32:27] *** otaviobp has quit IRC [22:32:52] <pepone> Hi, i have a plug-in and want my plug-in to define/manage some extra file settings, any ideas? [22:33:21] <rcjsuen> ~elaborate [22:33:21] <Arbalest> Please elaborate further. What are you trying to do? Is something failing? What do you see? What did you expect to see? Are you following a guide? Is there a link to this guide? If this is programming related, what programming language is it? If you have actual code, paste it to a ~pastebin, if you have screenshots, upload it to an ~imagebin. If you haven't described your Eclipse setup yet, please provide this ~info. Help us help you! [22:33:53] <rcjsuen> "some extra file settings" is vague and unclear [22:33:55] *** rcjsuen is now known as rcjsuen_ [22:34:07] <ron> life is vague and unclear. [22:34:12] *** Pasqualle has quit IRC [22:35:01] <rcjsuen_> it's true [22:35:17] <pepone> mm, my plugin runs a custom idl compiler, on files .idl, i want to have per file settings, so i can define "Extra compiler args" for Foo.idl [22:36:50] *** buribu has quit IRC [22:36:52] *** kthomas_vh has quit IRC [22:38:17] <pepone> for my project properties i have created a custom PropertyPage, is ther something similar for Files? [22:39:31] *** otaviobp has joined #eclipse [22:40:04] <ron> o_O [22:40:10] <ron> wrong channel. [22:40:22] *** otaviobp has left #eclipse [22:43:20] *** longcat has left #eclipse [22:50:07] *** gucko_ has joined #eclipse [22:50:45] *** onekenthomas has quit IRC [22:51:06] *** kkb110 has quit IRC [22:53:14] *** kkb110 has joined #eclipse [22:53:22] *** gucko_ has quit IRC [22:53:33] *** gucko has quit IRC [22:53:50] <rendar> ron, so eclipse uses its own java parser, and compiler too.. [22:53:59] *** gucko has joined #eclipse [22:54:22] <ron> basically. [22:54:24] <rendar> because it not only understands the syntax, but also the code itself with types and classes...no other IDE do that.. [22:54:53] <rendar> ron: but can it be possible to accomplish that with java tools? [22:55:20] <ron> accomplish what? [22:58:37] <nbf> eclipse is written in java [22:58:41] *** kkb110 has quit IRC [22:58:43] <nbf> that's why it's so speedy ;) [22:58:54] <ron> right :p [23:00:25] *** rossand has quit IRC [23:00:28] <rendar> lol [23:00:50] <rendar> ron: i mean accomplish this not only syntax checking but also types [23:01:01] <ron> o_O [23:01:28] *** onekenthomas has joined #eclipse [23:01:31] *** rcjsuen has joined #eclipse [23:01:51] <rendar> ron: if i pass the wrong type to a function, eclpise will catch that [23:01:59] *** gucko has quit IRC [23:02:01] *** gucko_ has joined #eclipse [23:02:11] <ron> so will your compiler. [23:02:20] <rcjsuen> no one stops you from making property pages for your files [23:03:23] <rendar> i know, ron, but i mean: can my compiler accomplish that *without* actually generate output files?! just for checking if the code is right "on the fly", as eclipse do [23:05:35] <ron> rendar: two misconceptions there. a. classes that don't compile don't generate files. b. eclipse doesn't do it "on the fly" either, and actually generates files as well. [23:06:04] <rendar> ron: it generates bytecode file while i'm writing code?! [23:06:21] *** hekmatof has joined #eclipse [23:07:19] <ron> amazing, isn't it? [23:07:27] <rendar> o.O [23:07:45] <ron> I'm telling you... today's technology... it's astounding. [23:07:56] <rendar> come on, you're jokeing :) [23:08:00] *** gucko_ has quit IRC [23:08:03] <ron> am I? [23:08:08] *** gucko has joined #eclipse [23:08:13] <nitind> I would hope, because no, it doesn't do that. [23:08:16] *** gucko has left #eclipse [23:08:27] <nitind> Not until you save the contents to disk. [23:08:46] <ron> well, obviously. [23:08:54] *** kthomas_vh has joined #eclipse [23:09:00] <rendar> nitind: exactly, as i guessed..so how it can check if the code is right "on the fly" in that manner? [23:09:17] <nbf> write an incremental builder plugin [23:09:29] <rcjsuen> it can still parse what you've typed [23:09:53] <nbf> oh as you type? implement a document listener [23:10:53] <rendar> rcjsuen: so its needed an internal java parser to do that, in order to parse the text buffer of the code, that is impossible with javac tools which needs an actual saved file on disk [23:11:20] *** navlelo has quit IRC [23:12:16] *** onekenthomas has quit IRC [23:12:55] <rcjsuen> Well, I'm sure internally javac could just as easily read an input stream and tell you what's wrong at a parsing level [23:13:15] *** UrsoBranco has quit IRC [23:13:19] <rendar> yes, i was trying to do just that [23:14:27] *** iondiode has joined #eclipse [23:15:57] *** buribu has joined #eclipse [23:15:58] *** buribux has joined #eclipse [23:15:58] *** buribux has joined #eclipse [23:16:42] *** buribux has quit IRC [23:17:19] <ron> rendar: is this for a personal project or an actual product? [23:19:03] *** onekenthomas has joined #eclipse [23:25:25] *** onekenthomas has quit IRC [23:27:10] *** rgrunber has quit IRC [23:27:47] *** myusuf3 has quit IRC [23:30:51] *** ohcibi has quit IRC [23:30:52] *** Kemppi_ has quit IRC [23:30:55] *** ohcibi has joined #eclipse [23:30:57] *** Kemppi has joined #eclipse [23:32:36] *** alvint has quit IRC [23:33:42] *** mpiggott has quit IRC [23:41:57] *** Caterpillar has quit IRC [23:44:47] *** Kamaran has quit IRC [23:45:09] *** vmil86 has quit IRC [23:50:24] *** wainersm has quit IRC [23:50:27] *** Dessimat0r has joined #eclipse [23:52:25] *** EricInBNE has joined #eclipse [23:53:20] *** ron has quit IRC [23:55:39] *** hekmatof has quit IRC [23:56:29] *** kthomas_vh has quit IRC [23:59:02] *** hekmatof has joined #eclipse [23:59:11] *** dirk_77_ has joined #eclipse [23:59:26] *** kthomas_vh has joined #eclipse