logs | stats
   February 1, 2010  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28

[00:11:15] <NoobFukaire> actually this isn't entire working
[00:11:17] <NoobFukaire> :(
[00:11:57] <NoobFukaire> basically I have a queue with entries coming from another thread
[00:12:08] <NoobFukaire> in the UI thread, I need to be checking that queue so I can update a selection provider
[00:12:42] <NoobFukaire> jobs seems to execute with threads from it's thread pool
[00:13:28] *** ngrt has joined #eclipse
[00:13:30] <rcjsuen> NoobFukaire: That's correct.
[00:13:30] *** ngrt has quit IRC
[00:14:08] <rcjsuen> if you wanna do stuff in the SWT thread, do the swt stuff in a WorkbenchJob
[00:16:56] <NoobFukaire> ok that works, but it's making the progress bar show up, can I turn that off some how?
[00:17:22] <NoobFukaire> system job maybe?
[00:19:03] <NoobFukaire> ah yep
[00:19:17] *** tr1gger has joined #eclipse
[00:19:59] *** kthomas_vh_ has quit IRC
[00:21:23] <NoobFukaire> thanks again rcjsuen :)
[00:21:36] <rcjsuen> okilydokily
[00:23:58] *** ramenmeal has quit IRC
[00:35:14] *** majkl578 has joined #eclipse
[00:37:09] <majkl578> hi, i am trying to install pdt 2.2 in eclipse 3.5.2rc2, but i am getting an error: http://pastebin.com/d7caa8cc2
[00:42:22] *** acuster has quit IRC
[00:47:20] *** majkl578 has quit IRC
[00:53:54] *** ngrt has joined #eclipse
[01:02:53] *** ngrt has quit IRC
[01:10:12] <hceylan> Hello, after a build operation, how can I trigger a further build on other resources in the workspace that is affected by the current build?
[01:12:45] *** marcosRz has quit IRC
[01:17:34] *** tolland has quit IRC
[01:25:55] *** ramenmeal has joined #eclipse
[01:50:45] *** golpira has joined #eclipse
[01:58:33] *** kensanata has joined #eclipse
[02:00:32] *** crashR has joined #eclipse
[02:04:14] *** Razec has quit IRC
[02:08:48] *** armence has quit IRC
[02:10:39] *** fsteeg has joined #eclipse
[02:15:25] *** fsteeg has quit IRC
[02:23:01] *** kW_ has quit IRC
[02:36:04] *** pnehrer has joined #eclipse
[02:43:05] *** kensanata has quit IRC
[02:43:50] *** evil_gordita has quit IRC
[02:51:02] *** sealion has joined #eclipse
[02:59:44] *** evil_gordita has joined #eclipse
[03:14:40] *** s1kx- has quit IRC
[03:14:58] *** S1kx has joined #eclipse
[03:17:19] *** dmiles_afk has joined #eclipse
[03:26:10] *** tr1gger has quit IRC
[03:38:07] *** tphgangster has quit IRC
[03:59:55] <njbartlett> hceylan: That should happen automatically
[04:05:16] *** sealion has left #eclipse
[04:10:26] *** greg8si has left #eclipse
[04:16:58] <hceylan> njbartlett: I have just seen your message sorry
[04:17:13] <hceylan> njbartlett: But the builder doesn't touch the dependent resources
[04:17:49] <hceylan> njbartlett: Say there's A.file and b.file (These are not java files)
[04:18:04] <hceylan> njbartlett: I know sementecly that B is dependent on A
[04:18:22] <hceylan> njbartlett: While building A, ? do not do anything with the B
[04:18:36] <hceylan> njbartlett: But I know that B must be rebuild as weel
[04:19:05] <hceylan> njbartlett: but B is not on the same project, so it is out of the current build cycle's scope
[04:19:12] <hceylan> njbartlett: that's why
[04:30:47] *** pnehrer has quit IRC
[04:36:57] *** jcp has quit IRC
[04:37:40] *** evil_gordita has quit IRC
[04:38:34] *** evil_gordita has joined #eclipse
[04:40:30] *** rcjsuen has quit IRC
[06:08:46] *** takane2 has joined #eclipse
[06:09:34] <takane2> Where can I find a list of sites for the 'install new software dialog'?
[06:15:44] *** takane2 has quit IRC
[06:41:02] *** manster has joined #eclipse
[06:41:54] <manster> hey guys i'm getting this error: [ERROR] Unable to bind socket on port 9997 -- is another session active? on linux using eclipse. so i cant test my app anyone know a workaround?
[06:42:29] <manster> i get it when i try to compile my gwt app which uses the tomcat server
[06:52:50] *** ramenmeal has joined #eclipse
[07:00:25] *** rburton- has quit IRC
[07:02:08] *** kthomas has quit IRC
[07:18:54] *** Cybernator has joined #eclipse
[07:31:43] *** fardad has joined #eclipse
[07:36:16] <fardad> Hello all, I have downloaded and extracted C/C++ eclipse in my Fedora  12. I run eclipse created a workspace and tried to create an empty C project. went I enter the name of the project and click next. eclipse become unresponsive for few seconds and then nothing happens without any error messages. Can anyone give me a hint of what I am doing wrong?
[07:43:49] *** ramenmeal has quit IRC
[07:45:22] *** fsteeg has joined #eclipse
[07:48:57] *** farlog has joined #eclipse
[07:50:58] <NoobFukaire> fardad: what jre are you using? what does java -version say?
[07:52:45] <fardad> NoobFukaire: C/C++ version
[07:52:50] <fardad> oh
[07:52:52] <fardad> sorry
[07:53:22] <fardad> NoobFukaire: how can I check?
[07:53:30] <NoobFukaire> java -version
[07:53:58] <fardad> ava version "1.6.0_0"
[07:53:58] <fardad> OpenJDK Runtime Environment (IcedTea6 1.6) (fedora-33.b16.fc12-x86_64)
[07:53:58] <fardad> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
[07:57:03] <NoobFukaire> it could be the GDK_NATIVE_WINDOWS bug
[07:57:31] <NoobFukaire> http://blogs.gurulabs.com/dax/2009/10/what-gdk-native.html
[07:58:05] <fardad> NoobFukaire: thanks a bunch...
[08:06:45] *** jfreeman has quit IRC
[08:12:48] *** uptownben has joined #eclipse
[08:13:03] *** fardad has left #eclipse
[08:13:16] <uptownben> Help!!!  My plugins just disappeared!!
[08:14:02] <uptownben> I can see my plugin are installed, but they arent being loaded
[08:15:20] *** EricInBNE has quit IRC
[08:17:32] <uptownben> Where can I find some docs on fixing plugin loading problems?
[08:24:10] *** fsteeg has quit IRC
[08:28:05] *** fardad has joined #eclipse
[08:29:18] <fardad> NoobFukaire: thanks again and FYI, I applied the latest updates to Fedora (yum update) and the problem was fixed.
[08:36:42] <uptownben> Is the eclipse plugin system that fragile?..  If I create a new workspace directory I lose all my plugins !?
[08:37:23] *** jcp has joined #eclipse
[08:42:39] *** njbartlett has quit IRC
[08:44:16] *** heiko has joined #eclipse
[08:46:16] *** perl_bug has joined #eclipse
[08:52:04] <heiko> hi. i have written a class that extends common navigator. i'd like to be a able to programmatically unfold the tree to show and select a specific node (for example when it is selected as a search result). couldn't find anything like that online, and would appreciate any pointers.
[09:07:25] *** njbartlett has joined #eclipse
[09:21:55] *** njbartlett_ has joined #eclipse
[09:22:06] *** njbartlett has quit IRC
[09:22:06] *** njbartlett_ is now known as njbartlett
[09:23:31] *** skor_ has joined #eclipse
[09:24:02] <skor_> seems to be a few eclipse sftp plugins, which one is best or current ?
[09:24:06] *** loesh has joined #eclipse
[09:27:13] <skor_> Ahh, nevermind I found RSE
[09:35:52] <perl_bug> skor_: I have my troubles with RSE
[09:37:16] <perl_bug> skor_: you can't host/create remote eclipse projets e.g. all files on remote host (atleast I've not found a working solution for that)
[09:44:43] *** akurtakov has quit IRC
[09:45:14] <skor_> One of those times where fixing something in order to develop is taking > 5 hours
[09:45:16] <skor_> annoying :/
[09:48:31] <skor_> thank god for X11 forwarding over SSH, that will have to work for now :)
[09:49:19] <perl_bug> skor_: if you're lucky and have enough access permissions you might try sshmount and work locally
[09:49:40] <perl_bug> on a sshmount eclipse should be able to open proejcts etc.+
[09:50:20] *** akurtakov has joined #eclipse
[09:50:28] <skor_> thanks, I'll check that out
[09:57:11] *** sphenxes has quit IRC
[09:59:29] *** sphenxes has joined #eclipse
[09:59:34] *** philk_ has joined #eclipse
[10:03:26] <philk_> paulweb515: is there a default Properties command, that will display Properties dialog? And to which Interface my objects must adapt to trigger the properties command to be enabled/active?
[10:07:28] *** kartben has joined #eclipse
[10:08:14] *** uptownben has quit IRC
[10:14:03] *** jonalv has joined #eclipse
[10:14:16] *** z4z4 has joined #eclipse
[10:23:14] *** maxb has joined #eclipse
[10:25:20] *** amueller has joined #eclipse
[10:25:30] *** jcp has quit IRC
[10:32:04] *** jonalv has quit IRC
[10:42:14] *** philk_ has quit IRC
[10:49:17] *** amitev has quit IRC
[10:51:01] *** amitev has joined #eclipse
[10:59:57] <heiko> does anyone know where i can find the (internal) implementation of "java editor->show in->package explorer"? i'm trying to learn how to unfold  a common navigator implementation to show and select a specific element.
[11:00:20] *** skor_ has left #eclipse
[11:02:48] *** kartben has quit IRC
[11:03:05] *** philk__ has joined #eclipse
[11:03:43] <philk__> I found where the keywordReference is read...
[11:06:47] *** hkais has joined #eclipse
[11:07:06] <hkais> hello all
[11:07:13] <hkais> is there a CDT channel?
[11:20:17] *** kartben has joined #eclipse
[11:21:09] *** kartben has quit IRC
[11:21:21] *** kartben has joined #eclipse
[11:27:01] *** creaux has quit IRC
[11:27:43] *** SniperFodder has joined #eclipse
[11:32:52] *** manster has quit IRC
[11:38:17] *** iskywalker has joined #eclipse
[11:38:21] <iskywalker> hi!
[11:38:56] <iskywalker> my expressions window is closing in the debug perspective every time i restart the debug. how can i prevent it?
[11:42:33] <iskywalker> i am in the python mode. correction every time i stop the debugger it closes my expressions window
[11:45:09] *** dmiles_afk has quit IRC
[11:50:13] *** dmiles_afk has joined #eclipse
[11:52:51] *** mr_daniel has joined #eclipse
[11:57:34] *** jmimi has joined #eclipse
[11:58:18] *** heiko has quit IRC
[12:05:55] *** dmiles_afk has left #eclipse
[12:09:29] *** jink has quit IRC
[12:10:11] *** CalJohn has joined #eclipse
[12:11:15] <CalJohn> Hello, I am trying to install the subclipse package through http://subclipse.tigris.org/update_1.6.x and eclipse is failing to find a repository at that location, but i know that must be right...
[12:11:23] <CalJohn> any way to check?
[12:11:40] *** kartben has quit IRC
[12:12:06] *** kartben has joined #eclipse
[12:26:11] *** alanic has quit IRC
[12:26:29] *** AhtiK has quit IRC
[12:29:20] *** Xilent has joined #eclipse
[12:29:46] *** bashflyng has joined #eclipse
[12:44:08] *** njbartlett has quit IRC
[12:47:14] *** njbartlett has joined #eclipse
[12:54:41] *** danhello has joined #eclipse
[12:56:14] *** jmimi has quit IRC
[12:56:35] *** private_meta has joined #eclipse
[12:58:17] *** jmimi has joined #eclipse
[13:00:08] *** ycy_ has joined #eclipse
[13:00:29] *** Cybernator has quit IRC
[13:03:46] <perl_bug> CalJohn: Which eclipse version do you use?
[13:03:56] *** Aleph_One has joined #eclipse
[13:05:13] *** dmiles_afk has joined #eclipse
[13:05:16] <CalJohn> "gallileo".  i have fixed part of the problem, which is debian forcing ipv6 (or something) which broke java
[13:05:40] <CalJohn> now, sometimes the repository is loaded and sometimes not
[13:05:51] <CalJohn> and when I click on "next" i simply get no response
[13:06:32] *** Xilent_ has joined #eclipse
[13:08:12] *** Xilent has quit IRC
[13:09:13] *** rcjsuen has joined #eclipse
[13:11:05] *** dmiles_afk has left #eclipse
[13:11:24] <perl_bug> CalJohn: you really a working jvm :-)
[13:12:03] <perl_bug> can you give me some version numbers, gallileo SR1? which javavm, 32bit or 64bit etc.
[13:13:21] *** jmimi has quit IRC
[13:13:44] <rcjsuen> philk__: i thot we have a Properties action in the ActionFactory, is that retarget or a workbench command?
[13:14:02] <rcjsuen> hkais: No. Ask your questions here or on the forums.
[13:14:44] <CalJohn> perl_bug: Java(TM) SE Runtime Environment (build 1.6.0_16-b01) and for eclipse: 20090920-1017. All x86
[13:15:20] <philk__> rcjsuen: lemme check
[13:15:40] <rcjsuen> CalJohn: what OS are you on anyway
[13:15:54] <philk__> rcjsuen: yes, "org.eclipse.ui.file.properties"... and where is the handler defined for that?
[13:16:07] <rcjsuen> I'm not positive we have a handler for that. I don't recall seeing one anyway.
[13:16:23] <philk__> rcjsuen: the comment says, its a retarget action
[13:16:30] <CalJohn> this is debian
[13:16:59] <CalJohn> sorry if I'm not being very helpful, I don't understand much of eclipse, I'm using a vanilla eclipse, not any debian eclipse
[13:17:10] <CalJohn> (debian squeeze (ie: testing))
[13:18:42] <rcjsuen> CalJohn: Did you google around? I recall a Debian problem/setting/whatever that causes issues with Java networking.
[13:20:12] <philk__> rcjsuen: how does the properties action maintains its enablement state? It must at some poiint ask the selections objects if they provide property page support in some way?
[13:20:35] <rcjsuen> i dunno, you need to wait for paul, but he's not in yet
[13:20:38] <rcjsuen> ...assuming he's coming in today ;)
[13:22:09] <philk__> rcjsuen: sure
[13:22:35] <philk__> rcjsuen: whats the difference between paulweb515_ and paulweb515 ?
[13:22:43] *** jmimi has joined #eclipse
[13:22:53] <rcjsuen> philk__: the _ is his home computer, the other is his work computer
[13:23:04] <philk__> rcjsuen: thanks
[13:26:17] <CalJohn> rcjsuen: yes, i've fixed that problem, and I have had evidence that networking has been done
[13:28:55] *** paulweb515 has joined #eclipse
[13:30:54] <rcjsuen> CalJohn: The ipv4/ipv6 problem?
[13:31:02] <CalJohn> that's right
[13:31:19] <CalJohn> a one line change in /etc/sysctl.d/bindv6only.conf
[13:38:32] *** paulweb515 has quit IRC
[13:39:54] *** jmimi has quit IRC
[13:41:24] *** kartben has quit IRC
[13:41:36] *** kartben has joined #eclipse
[13:45:52] *** dsugar100 has joined #eclipse
[13:54:24] *** pnehrer has joined #eclipse
[14:08:15] *** magnet has joined #eclipse
[14:08:37] *** fardad has quit IRC
[14:12:25] <njbartlett> How would I typically report errors in resolving a classpath container? Problem markers?
[14:12:40] *** akurtakov has quit IRC
[14:17:26] <njbartlett> And is it possible to set a problem marker on a classpath container, or should I put it on the project?
[14:17:51] *** Fragarach87 has joined #eclipse
[14:20:45] <rcjsuen> njbartlett: i think you'll just have to put it o nthe proj
[14:22:16] <njbartlett> rcjsuen: Fairy nuff
[14:23:35] *** rburton- has joined #eclipse
[14:26:13] *** njbartlett has quit IRC
[14:31:56] *** amueller has quit IRC
[14:34:01] <philk__> how do I use WorkbenchActivityHelper for my own IConfigurationElement?
[14:35:13] *** sveajobb has joined #eclipse
[14:35:52] <sveajobb> Hiya guys, I have a fairly straightforward question. Anyone knows how to fix the indentation rules in eclipse to mimic those used in jed?
[14:36:02] <sveajobb> preferably per project and not globally
[14:36:14] *** jink has joined #eclipse
[14:37:12] *** Gussi has quit IRC
[14:37:21] *** rburton- has quit IRC
[14:39:05] <rcjsuen> sveajobb: The Java foramtter is configurable.
[14:43:49] <sveajobb> rcjsuen, also on a per project basis?
[14:43:58] <rcjsuen> sveajobb: That is correct.
[14:44:21] <sveajobb> rcjsuen, thank you, I will read up on the Java Formatter then
[14:45:01] *** Gussi has joined #eclipse
[14:53:48] *** njbartlett has joined #eclipse
[14:59:17] *** sledgeas has joined #eclipse
[14:59:21] <sledgeas> hello
[15:02:57] <sledgeas> I am migrating my web application from old "Tomcat for Eclipse" plugin to the new Galileo J2EE environment. I add new Apache Tomcat Run Configuration to my project, launch it, but nothing gets deployed under webapps neither under Servers' Tomcat v5.5 Server at localhost [Started, Synchronized] (localhost:8080 says The requested resource (/oldapplication) is not available.)
[15:03:29] <sledgeas> PS: the project has been importer from an old "Tomcat for Eclipse" source tree
[15:05:09] *** rhk has joined #eclipse
[15:25:22] *** jmimi has joined #eclipse
[15:26:42] <sveajobb> is there a way in the formatter to change the bracket to behave like this:
[15:26:46] <sveajobb> public void function()
[15:26:48] <sveajobb>    {
[15:26:55] <sveajobb> notice the leading spaces
[15:33:01] <sveajobb> I can't seem to find such an option
[15:42:37] *** rgrunber has joined #eclipse
[15:43:01] *** deSilva has joined #eclipse
[15:45:01] *** njbartlett has quit IRC
[15:57:53] <jink> sveajobb: Braces -> Method declaration -> Next line indented
[15:59:05] <sveajobb> jink,  thank you :)
[16:04:11] *** jmimi has quit IRC
[16:14:57] *** Norm has joined #eclipse
[16:25:08] *** jmimi has joined #eclipse
[16:38:02] *** deSilva has quit IRC
[16:42:11] *** d_a_carver has joined #eclipse
[16:46:15] *** danhello has quit IRC
[16:52:21] *** Cybernator has joined #eclipse
[16:58:51] *** jink has quit IRC
[17:00:10] *** sveajobb has quit IRC
[17:01:42] *** jink has joined #eclipse
[17:05:47] *** daguz has left #eclipse
[17:09:18] *** philk__ has quit IRC
[17:14:49] *** heiko has joined #eclipse
[17:20:33] *** akurtakov has joined #eclipse
[17:44:25] *** z4z4 has quit IRC
[17:45:22] *** jmimi has quit IRC
[17:48:52] *** perl_bug has quit IRC
[18:02:05] *** erdal has joined #eclipse
[18:02:57] <erdal> is it possible to change the background color of menu items?
[18:03:24] *** jmimi has joined #eclipse
[18:04:03] <rcjsuen> erdal: No, that's an OS thing.
[18:04:26] *** philk_ has joined #eclipse
[18:04:42] <philk_> paulweb515_: is there a default Properties command, that will display Properties dialog? And to which Interface my objects must adapt to trigger the properties command to be enabled/active?
[18:05:52] <erdal> ok, but in the menu if a form, there are white menu items: http://www.eclipse.org/articles/article.php?file=Article-Forms33/index.html
[18:05:59] <erdal> menu of...
[18:06:23] <erdal> see "Drop-Down Menus" in that article
[18:06:54] <erdal> or is this os dependent, too?
[18:06:56] <rcjsuen> erdal: This? http://www.eclipse.org/articles/Article-Forms33/images/form-menu.png
[18:07:07] <erdal> rcjsuen
[18:07:09] <erdal> yes
[18:07:19] <rcjsuen> erdal: on my computer, XP, File menu looks the same as that colour
[18:07:51] <erdal> so, the sample is run on another os
[18:08:01] <rcjsuen> The sample looks like XP to me :3
[18:08:30] <erdal> and why is the bg color white?
[18:08:44] <rcjsuen> on my computer my menu items are white too, just like that
[18:09:04] <rcjsuen> popups or that drop down from the menu bar
[18:09:08] *** Xilent_ has quit IRC
[18:10:23] <erdal> rcjsuen: when adding new items to the menu manager through the menu service, the background color is gray
[18:11:18] <rcjsuen> they all kinda look the same to me
[18:13:21] <erdal> ok, i will have to find out why they differ in my case...
[18:16:41] *** njbartlett has joined #eclipse
[18:20:47] *** Zenopus has joined #eclipse
[18:24:36] *** Aleph_One has quit IRC
[18:28:21] *** hceylan has quit IRC
[18:30:12] *** blocky has joined #eclipse
[18:30:36] <blocky> can someone tell me how to remove the red underline, similar to the one that shows up for spell checker in ms word
[18:33:25] <swente> blocky: Window->Preferences->General->Editors->Text Editors->Spelling ?
[18:34:58] <blocky> swente: thanks, found it, its actually exactly where you said but Annotations, not Spelling
[18:38:09] *** jcp has joined #eclipse
[18:38:33] <swente> blocky: oh ic :)
[18:39:24] *** stijnbe has joined #eclipse
[18:39:41] *** stijnbe has quit IRC
[18:49:09] *** drindt has joined #eclipse
[19:04:09] *** magnet has quit IRC
[19:07:40] *** fsteeg has joined #eclipse
[19:11:48] *** jcp is now known as javawizard2539
[19:12:25] *** javawizard2539 is now known as jcp
[19:26:21] *** akurtakov has quit IRC
[19:26:29] *** kaje has joined #eclipse
[19:26:29] *** akurtakov has joined #eclipse
[19:27:15] <kaje> Is there a way to build a specific configuration of some C++ project ("A") before building C++ project ("B")?
[19:33:36] *** drindt has quit IRC
[19:35:28] *** tom17bombadil has joined #eclipse
[19:38:14] *** fsteeg has quit IRC
[19:44:19] *** fsteeg has joined #eclipse
[19:48:34] <heiko> does anyone know where i can find the (internal) implementation of "java editor->show in->package explorer"? i'm trying to learn how to unfold  a common navigator implementation to show and select a specific element.
[19:49:12] *** magnet has joined #eclipse
[19:53:11] <rcjsuen> heiko: can't you get the tree viewer from the CN?
[19:54:36] *** kartben has quit IRC
[20:02:43] <heiko> rcjsuen: i'm not sure if there is one. in the debugger i can find a "CommonViewer" member
[20:03:08] <rcjsuen> heiko: you subclassed CommonNavigator?
[20:03:16] <heiko> rcjsuen: yes
[20:03:29] <rcjsuen> :3 org.eclipse.ui.navigator.CommonNavigator.getCommonViewer()
[20:06:08] <heiko> right. i see that method - so with the CommonViewer i can unfold a part of the tree?
[20:10:22] <rcjsuen> yes, that is why i was pushing you in that direction
[20:16:12] *** AhtiK has joined #eclipse
[20:16:55] <SniperFodder> is there an alt+tab key combo for the editor tabs?
[20:17:23] <rcjsuen> SniperFodder: Ctrl+PgUp/Down
[20:17:33] <rcjsuen> and MRU way, Ctrl+(Shift)+F6
[20:17:58] <SniperFodder> is there a keybinding menu where I can change that?
[20:18:31] <rcjsuen> that = ?
[20:18:46] *** NetHawk has quit IRC
[20:18:59] <SniperFodder> that being ctrl + PgUp/down
[20:19:11] *** NetHawk has joined #eclipse
[20:19:31] <rcjsuen> No.
[20:19:54] <SniperFodder> sad face
[20:22:17] <rcjsuen> I just get by with rebinding the MRU keys
[20:23:20] <SniperFodder> MRU keys?
[20:23:55] *** charley has quit IRC
[20:24:32] <rcjsuen> Ctrl+(Shift)+F6
[20:24:39] *** charley has joined #eclipse
[20:24:42] <SniperFodder> What is MRU?
[20:26:49] <rcjsuen> in this context, Most Recently Used
[20:27:36] <SniperFodder> Alright, thanks
[20:27:45] <SniperFodder> I'll try that
[20:28:01] <SniperFodder> now to figure out something that works as well as alt + tab but doesn't interfere with anything else *sigh*
[20:29:06] <SniperFodder> hey look, shift + tab works awesomely
[20:29:07] <SniperFodder> gracias
[20:41:46] *** njbartlett has quit IRC
[20:42:39] <peper> hello
[20:51:10] *** Bisu[Shield] has joined #eclipse
[20:52:03] <Bisu[Shield]> I am trying to get an svn repository which stops after a few minues saying Caching Remote Resources (Sleeping). what does it mean Caching Remote Resources (Sleeping) and how do I wake it.
[20:58:38] <erdal> the mule refuses its work, again...
[20:58:56] *** njbartlett has joined #eclipse
[20:58:57] <erdal> rcjsuen, do you have some more carrots?
[21:00:05] *** Bisu[Shield] has left #eclipse
[21:16:23] <heiko> rcjsuen: i tried to follow up on your CommonViewer pointer, but i'm still stuck. i think the tree in my commonnavigator is only partially loaded, and the node i'd like to expose hasn't been cached yet. i'm not sure how to proceed, if it would be enough to construct a TreePath (and if so, how to do that)
[21:22:16] *** njbartlett has quit IRC
[21:23:31] *** njbartlett has joined #eclipse
[21:25:52] *** m0nkfish has joined #eclipse
[21:25:59] <m0nkfish> oh good there's an IRC channel
[21:27:00] <m0nkfish> i was wondering if you guys could help me out - i'm setting up eclipse with pydev and there is a feature where all instances of a variable are highlighted - i want to customise the highlight colour because i have a dark background and it makes the variable unreadable
[21:27:21] <m0nkfish> unfortunately i cant find this feature in the preferences...?
[21:29:14] <d_a_carver> m0nkfish: it mark's occurrences, and I believe it's under General->Editor->annotations
[21:29:24] *** Bisu[Shield] has joined #eclipse
[21:29:45] <Bisu[Shield]> oops I logged off, one more time: I am trying to get an svn repository which stops after a few minues saying Caching Remote Resources (Sleeping). what does it mean Caching Remote Resources (Sleeping) and how do I wake it.
[21:30:20] <d_a_carver> Bisu[Shield]: what svn plugin are you using?
[21:30:35] <Bisu[Shield]> SVN repositories
[21:30:36] <m0nkfish> d_a_carver: you're a hero :) thanks
[21:30:57] <Bisu[Shield]> svn exploring repository, hmm how do I retrieve the exact name?
[21:31:05] *** jcp has quit IRC
[21:31:37] <m0nkfish> next question: any way to make the toolbars smaller? they leave me with like 20 lines of code space :(
[21:34:40] *** Cybernator has quit IRC
[21:35:22] <Bisu[Shield]> hello
[21:35:24] <Bisu[Shield]> d_a_carver
[21:35:35] <rcjsuen> heiko: i suggest you ask on the forums
[21:35:49] <d_a_carver> m0nkfish: are you on Linux?
[21:35:53] <heiko> rcjsuen: ok, thanks
[21:36:31] <rcjsuen> heiko: you could temporarily try expanding the tree one node at a time so that your items are created, that might work
[21:36:40] <m0nkfish> d_a_carver: yeah, fedora
[21:36:57] <heiko> rcjsuen: i've been trying that, but am not sure which method calls load uncached data
[21:37:42] <rcjsuen> expanding the tree programmatically doesn't actually cause the children to be fetched?
[21:40:25] <heiko> rcjsuen: CommonViewer.expandToLevel(int) causes fetching
[21:40:27] <d_a_carver> m0nkfish: this might help: http://blog.xam.dk/?p=70
[21:40:55] <heiko> but CommonViewer.setExpandedState(TreeItem, true) doesn't seem to cause fetching
[21:46:15] *** tom17bombadil has quit IRC
[21:55:15] *** erdal has quit IRC
[22:00:58] *** akurtakov has quit IRC
[22:03:25] <heiko> oh. i have to call setExpandedState() on TreeItem.getData %)
[22:05:44] *** akurtakov has joined #eclipse
[22:09:36] *** erdal has joined #eclipse
[22:10:06] <erdal> anyone encountered ~bug 110354?
[22:10:20] <erdal> in 3.6M4
[22:11:51] <d_a_carver> ~110354
[22:12:17] <erdal> https://bugs.eclipse.org/bugs/show_bug.cgi?id=110354
[22:12:47] *** akurtakov has quit IRC
[22:12:58] <rcjsuen> erdal: I know Eric made some changes to min/max, dunno if this affected it or not.
[22:13:28] <erdal> should i reopen that bug?
[22:13:41] <rcjsuen> erdal: Did you hit it when using Eclipse or your own code?
[22:13:45] <erdal> that is going to be critical for me
[22:13:54] <erdal> own code
[22:14:06] <rcjsuen> erdal: you're calling our api setPartState and stuff?
[22:14:10] <erdal> no
[22:14:16] <rcjsuen> or are you using internals to do stuff
[22:14:23] <erdal> no, neither
[22:14:24] <rcjsuen> or just "regular use of your app and it died"
[22:14:39] <erdal> views that work in 3.5, do not work in 3.6M4 anymore
[22:15:09] <rcjsuen> erdal: whoops, forgot to ask the most obvious question, is it because of the summary "NPE dragging view from fast view bar"?
[22:15:12] <erdal> but, when making an eclipse view a fast view, there is no npe, e.g. the console view
[22:15:49] <erdal> rcjsuen: yes
[22:16:08] <rcjsuen> one sec
[22:16:20] <rcjsuen> lemme open my 3.x workspace
[22:17:47] <rcjsuen> he didn't touch this file
[22:17:52] <rcjsuen> he was changing editor stuff
[22:17:56] <rcjsuen> but may have affected other code anyway
[22:18:30] <rcjsuen> oh i misread the original comment
[22:18:32] *** Fragarach87 has quit IRC
[22:18:36] <rcjsuen> erdal: m5 is broken too then yes?
[22:18:44] <erdal> i did not try m5
[22:18:49] <erdal> is that out, already?
[22:19:00] <erdal> oh, the title says it
[22:19:01] <rcjsuen> erdal: we mirrored it on Saturday/Sunday
[22:19:54] *** akurtakov has joined #eclipse
[22:20:18] <rcjsuen> erdal: if it's broken in M5, ping on the bug and I'll reopen it
[22:20:35] <erdal> ok, thanks
[22:20:40] <rcjsuen> the last changes to that file was 2008
[22:20:43] <rcjsuen> so... ;p
[22:21:34] <erdal> 3.5 works, anyways
[22:22:03] <erdal> i am not aware of any changes i made to my code that could cause this behavior
[22:22:16] <rcjsuen> Certainly sounds disconcerting.
[22:22:49] <rcjsuen> please report any new findings on the bug I am cc'd on it
[22:23:46] <erdal> i will do... tomorrow (gmt+1, here)
[22:24:02] <rcjsuen> erdal: these are the changes we've pushed you can cross-reference later if you want http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui/buildnotes_workbench.html?view=co
[22:24:26] <erdal> ok, good to know
[22:25:23] *** Bisu[Shield] has left #eclipse
[22:25:50] *** hceylan has joined #eclipse
[22:26:21] *** hceylan has quit IRC
[22:30:39] *** rcjsuen has quit IRC
[22:32:59] *** jfreeman has joined #eclipse
[22:38:27] *** jfreeman has quit IRC
[22:40:34] *** jfreeman has joined #eclipse
[22:47:46] *** jfreeman has quit IRC
[22:50:25] *** hceylan has joined #eclipse
[22:55:05] *** Razec has joined #eclipse
[22:55:50] *** jfreeman has joined #eclipse
[23:03:23] *** rcjsuen has joined #eclipse
[23:08:21] *** linxeh has joined #eclipse
[23:08:22] <linxeh> Is there a way to keep imported projects in Eclipse up to date - ie when importing from a directory (say a git repo of many eclipse plugins) finding new projects in the dir and adding them, deleting missing ones etc?
[23:09:50] <rcjsuen> I'm not sure I follow.
[23:10:05] <linxeh> ok
[23:10:23] <linxeh> I've got a git repo which has a "plugins" directory in it, containing dozens of plugins source code
[23:10:49] <linxeh> I work in a team of developers who constantly push new plugins etc
[23:11:04] <linxeh> when I do a pull, some plugins change and new dependencies are introduced
[23:11:29] <linxeh> so I need to go an import all the plugins again
[23:11:35] <m0nkfish> has anyone found a way to make eclipse look nice in linux
[23:11:50] <linxeh> m0nkfish: therei s a clearlooks compact theme that helps (and human compact)
[23:11:51] <rcjsuen> m0nkfish: It looks fine to me anyway. *shrugs*
[23:12:06] <linxeh> rcjsuen: everything is too spaced out on GTK
[23:12:10] <rcjsuen> linxeh: So it sounds like if you have new projects you want them autoimported into Eclipse as a workspace.
[23:12:24] <rcjsuen> linxeh: I use Fluxbox and it's pretty compact in my opinion.
[23:12:31] <linxeh> yes; and ideally automatically added to working sets based on the directory they were imported from
[23:12:40] <rcjsuen> No, we don't do OOTB support for that.
[23:12:54] <linxeh> http://www.jamesfry.com/eclipse-ubuntu1.png
[23:12:55] *** heiko has quit IRC
[23:13:15] <rcjsuen> It's certainly spaced out / big fonts in GNOME. I've seen screenshots.
[23:13:35] <m0nkfish> i am using gnome :/
[23:13:38] <linxeh> it's unusable on gnome
[23:13:42] <linxeh> without that compact theme
[23:14:19] <rcjsuen> m0nkfish: Did you look at the link d_a_carver pasted?
[23:17:43] *** tr1gger has joined #eclipse
[23:20:24] *** rhk has quit IRC
[23:20:38] <m0nkfish> yeah, i've installed this clearlooks thing and am tweaking it now
[23:20:43] *** rgrunber has quit IRC
[23:21:17] <linxeh> rcjsuen: ok so I should write a plugin to do what a I want I guess ?
[23:21:48] <rcjsuen> If it bothers you that much, have at it.
[23:25:27] <linxeh> well, it takes time setting up a workspace with workingsets
[23:25:38] <linxeh> and projects change all the time
[23:25:39] *** sphenxes has quit IRC
[23:26:40] <rcjsuen> linxeh: I guess these projects don't have Eclipse metadata, right?
[23:26:49] <linxeh> as in .settings directories ?
[23:27:09] <linxeh> or .project/.classpath?
[23:27:33] <linxeh> they all have the latter, but not .settings (ignored by git)
[23:28:06] <linxeh> so it is relatively easy to import projects to the workspace (but a numerous click task), but they dont appear in the right workingsets
[23:28:47] <linxeh> and if projects move around / get renamed the missing projects cause eclipse to turn into a rabies infected zombie
[23:33:01] *** pnehrer has quit IRC
[23:36:17] <rcjsuen> Do they get renamed often? Sounds kind of weird to do so.
[23:37:13] <rcjsuen> Are all the projects in one folder?
[23:37:21] *** tr1gger has quit IRC
[23:39:25] <njbartlett> Okay this problem is driving me nuts. I have my own classpath container implementation, and during the initialise method I want to report any problems I have in resolving parts of the classpath...
[23:40:23] <njbartlett> I'm doing this by creating problem markers against the project resource. But if I attempt to call either createMarker or deleteMarkers from initialize(), I get an exception: "org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications."
[23:40:52] *** Migs has joined #eclipse
[23:40:54] <njbartlett> So, that's obviously the wrong time to be trying to create markers. But when can I do it??
[23:40:56] <Migs> How do you get out of debug mode in Eclipse?
[23:41:07] <rcjsuen> njbartlett: When are you doing it anyway? :3
[23:41:16] <Migs> pressed F11, went into debug mode...closed Eclipse then restarted, and it's still in debug mode
[23:41:18] <rcjsuen> Migs: You mean the 'Debug' _perspective?
[23:41:31] <rcjsuen> Window > Open Perspective > Pick whatever you want
[23:41:45] <njbartlett> rcjsuen: In my ClasspathContainerInitializer.initialize() method
[23:43:16] <Migs> that was it, thanks!
[23:43:32] <erdal> how do i remove osgi services from the service registry?
[23:43:41] <rcjsuen> njbartlett: Did you try throwing a CoreException instead to see if jdt will add the marker for you?
[23:43:54] <erdal> there does not seem to be a remove() anywhere
[23:43:57] <njbartlett> rcjsuen: Yes I did and no it does not
[23:44:03] <erdal> or unregister()
[23:44:17] <njbartlett> erdal: When you registered them, you are given an instance of ServiceRegistration. That has an unregister method
[23:44:19] <linxeh> rcjsuen: not often, but occasionally. more often it is new plugins, or splitting an existing plugin into 2 or more plugins
[23:44:47] <linxeh> rcjsuen: the projects are in about 10 folders at the moment, and each folder is typically imported to a working set
[23:44:56] <rcjsuen> oic
[23:45:01] <erdal> njbartlett: when using the bundle context?
[23:45:13] <njbartlett> erdal: Yes
[23:45:18] <rcjsuen> well with the import wizard you can use specify a root folder
[23:45:22] <rcjsuen> but i guess ten folders is a bit much
[23:45:33] <rcjsuen> linxeh: altho the search is recursive, if they're all under one root
[23:45:38] <erdal> njbartlett: ah, thanks, register has a return type :-)
[23:45:50] <rcjsuen> njbartlett: use a job? >:(((
[23:46:07] <njbartlett> rcjsuen: Ick :-(
[23:46:43] <linxeh> rcjsuen: yes, though there is still the matter of moving to working sets and dealing with the mess of missing projects (ie stopping eclipse creating the project folder and .project/.classpath files again)
[23:47:12] <rcjsuen> yes p=rojects that go missing will be a problem
[23:47:20] <linxeh> i see there is a plugin to set up working sets based on regular expressions, which solves that issue, but not the others
[23:47:33] <rcjsuen> in Jazz when you do a checkout it'll just create the working sets, which is pretty nifty
[23:47:48] <linxeh> yeah, and in clearcase
[23:47:57] <linxeh> based on the team working set stuff
[23:48:02] <rcjsuen> Does it? I don't remember.
[23:48:03] <rcjsuen> well
[23:48:05] <rcjsuen> not that i have uh
[23:48:08] <rcjsuen> fond memories of the CC plug-in
[23:48:09] <rcjsuen> ~.~
[23:48:11] <linxeh> nor me
[23:48:17] <njbartlett> rcjsuen: Just checking how JDT does it... seems to use a separate ResourceChangeListener that examines the classpath containers post-facto and creates problem markers for them
[23:48:28] <linxeh> we are using git though (for many reasons)
[23:48:31] <rcjsuen> njbartlett: sounds equally ugly if you ask me
[23:48:54] <njbartlett> Agreed
[23:54:42] *** dmiles_afk has joined #eclipse

top