[00:00:50] *** tewecske has quit IRC [00:04:43] *** EricInBNE has joined #eclipse [00:05:39] *** dsugar100 has quit IRC [00:15:04] *** moraes has joined #eclipse [00:19:05] *** dirk_77_ has quit IRC [00:20:47] *** vipaca has quit IRC [00:21:06] *** vipaca has joined #eclipse [00:33:37] *** kassah has joined #eclipse [00:33:54] *** d_a_carver has quit IRC [00:35:46] *** d_a_carver has joined #eclipse [00:37:55] *** esxd01t has joined #eclipse [00:39:41] *** kthomas_vh has joined #eclipse [00:52:49] *** Toidi[Away] is now known as Toidi [00:54:09] *** cgb has quit IRC [00:56:14] *** Carnage\ has quit IRC [00:57:05] *** pielgrzym has quit IRC [01:04:17] *** kthomas_vh has quit IRC [01:04:56] *** magnet has quit IRC [01:05:39] *** magnet has joined #eclipse [01:07:29] *** vmil86 has quit IRC [01:08:23] *** FunnyLookinHat has quit IRC [01:11:57] *** Toidi is now known as Toidi[Away] [01:12:55] *** magnet has quit IRC [01:13:50] *** noord has joined #eclipse [01:16:31] *** elbeardmorez has quit IRC [01:16:58] *** kthomas_vh has joined #eclipse [01:16:59] *** ktlr has joined #eclipse [01:17:10] <noord> hey is there a way to encupsulate fields like in C# in java ? [01:17:26] *** elbeardmorez has joined #eclipse [01:21:30] *** rcjsuen_ has joined #eclipse [01:21:55] *** cmw72 has quit IRC [01:22:31] *** noord_ has joined #eclipse [01:25:04] *** rcjsuen has quit IRC [01:29:00] *** betty__ has joined #eclipse [01:33:00] *** magnet has joined #eclipse [01:33:26] *** kthomas_vh has quit IRC [01:33:26] *** noord has quit IRC [01:33:26] *** nQb has quit IRC [01:33:27] *** odin_ has quit IRC [01:33:27] *** adante has quit IRC [01:33:27] *** quiccker has quit IRC [01:33:27] *** loesh_ has quit IRC [01:33:27] *** JStoker has quit IRC [01:33:27] *** nano- has quit IRC [01:33:27] *** betty has quit IRC [01:33:27] *** reisi has quit IRC [01:33:27] *** private_meta has quit IRC [01:33:27] *** alankila has quit IRC [01:34:48] *** cbeust has joined #eclipse [01:35:58] *** roentgen has quit IRC [01:37:55] *** cbeust has quit IRC [01:38:35] *** cbeust has joined #eclipse [01:38:48] *** kthomas_vh has joined #eclipse [01:38:48] *** nQb has joined #eclipse [01:38:48] *** odin_ has joined #eclipse [01:38:48] *** adante has joined #eclipse [01:38:48] *** loesh_ has joined #eclipse [01:38:48] *** JStoker has joined #eclipse [01:38:48] *** nano- has joined #eclipse [01:38:48] *** reisi has joined #eclipse [01:38:48] *** private_meta has joined #eclipse [01:38:48] *** alankila has joined #eclipse [01:50:04] *** noord_ has quit IRC [01:52:11] *** deSilva has quit IRC [01:57:31] *** kesselhaus has joined #eclipse [02:01:01] *** |conan| has quit IRC [02:01:50] <kesselhaus> someone here using topcased & C2UML? [02:03:39] *** semeion has joined #eclipse [02:03:45] *** _nor has quit IRC [02:05:24] *** eddyarif has quit IRC [02:06:41] *** ktlr has quit IRC [02:10:33] *** semeion has quit IRC [02:10:54] *** kthomas_vh is now known as WebWalker3D_ [02:11:05] *** semeion has joined #eclipse [02:16:59] *** WebWalker3D_ is now known as Cvelde_ [02:26:55] *** Cvelde_ has quit IRC [02:29:10] *** buck_work has joined #eclipse [02:34:49] <buck_work> I'm attempting to get Eclipse Indigo set up to work with the SVN server at my work, which is using HTTPS via WebDAV (apache2 mod dav_svn) as its transfer protocol. I'm using Subversive to handle the SVN repo. However, when I attempt to work with the repo (which works fine with command-line SVN), I just get "Malformed XML" errors from anything I try. Any ideas on how to fix this? Is there a better channel to ask this question in for Subversive? [02:35:08] *** vipaca has quit IRC [02:42:26] *** nexx has quit IRC [02:42:47] *** rossand has joined #eclipse [02:46:43] *** mluser-home has quit IRC [02:48:03] *** kassah has quit IRC [03:07:52] *** hex` has quit IRC [03:10:55] *** briandealwis has quit IRC [03:29:25] *** m_a_chinea has quit IRC [03:30:00] *** d_a_carver has quit IRC [03:40:10] *** ksawicki has quit IRC [03:45:30] *** Cvelde_ has joined #eclipse [03:50:58] *** oneliner has joined #eclipse [03:56:16] *** Cvelde_ is now known as kthomas_vh [03:56:28] *** kthomas_vh is now known as onekthomas [03:59:54] <baedert> Is there a way to display an image aside of my entries in a TreeViewer, wihout using the Tree and TreeItems directly? [04:04:43] *** Dessimat0r has quit IRC [04:04:55] *** herlimenezes has joined #eclipse [04:04:57] <nitind> baedert: Implemented org.eclipse.jface.viewers.ILabelProvider#getImage(Object) ? [04:06:03] <herlimenezes> hi, how can i get to use Jfaces in Eclipse? I am running Fedora 14 [04:06:35] <baedert> whups, didn't see that, my label provider jst implements ITableProvider atm. thanks nitind [04:07:57] <baedert> nope, since TreeViewer wants an IBaseLabelProvider, getImage(Object) doesn't exist [04:14:07] <nitind> baedert: Use an ITableLabelProvider or ILabelProvider anyway. [04:14:08] *** rossand has quit IRC [04:14:27] <nitind> herlimenezes: Any Plug-in Project should let you use them. [04:14:49] *** esxd01t has quit IRC [04:14:53] <baedert> As I said, I do already, but seems like the ITableLableProvider only manages the column headers [04:16:34] <herlimenezes> nitind: I am asking because it does not recognize this: import javax.faces.component.html.HtmlInputText; [04:16:51] <herlimenezes> and nothing like javax.faces.*; [04:17:27] <herlimenezes> I am working in a web project j2ee [04:18:18] <herlimenezes> nitind: should I use a pluging project? [04:18:34] <herlimenezes> *plug-in [04:23:05] *** esxd01t has joined #eclipse [04:25:17] *** onekthomas has quit IRC [04:32:20] <rcjsuen_> baedert: ITableLabelProvider is correct [04:32:24] <nitind> herlimenezes: No, I thought you mean JFace, as in the APIs that make up parts of Eclipse. [04:32:30] <nitind> s/mean/meant [04:32:31] *** rcjsuen_ has quit IRC [04:32:52] <nitind> herlimenezes: Does your server actually have those classes built in? [04:33:01] <baedert> yes, but that still doesn't solve my problem [04:33:10] <nitind> baedert: which is? [04:33:17] *** gtrak`` has joined #eclipse [04:33:36] <baedert> <baedert> Is there a way to display an image aside of my entries in a TreeViewer, wihout using the Tree and TreeItems directly? [04:34:01] <gtrak``> how do I make eclipse auto-deploy after a save? it seems that only certain file types trigger it, I want to do it for a filetype that doesn't automatically trigger the redeploy [04:44:04] *** Bass10 has quit IRC [04:48:44] <nitind> baedert: So you impelemented both ILabelProvider and ITableLabelProvider and still not right? [04:58:57] *** scorphus has quit IRC [05:11:37] *** onekthomas has joined #eclipse [05:23:55] *** Harrold has joined #eclipse [05:32:15] *** vDubG__Gone is now known as vDubG [05:37:33] *** haole has joined #eclipse [05:38:08] <haole> hello there... i can't pin eclipse in my taskbar under windows 7 and the same happens in gnome 3 shell... it always opens a second icon if i click it... is there a workaround for this? [05:40:52] *** dmiles has joined #eclipse [05:42:52] *** vDubG is now known as vDubG__Gone [05:42:55] *** dmiles_afk has quit IRC [05:46:33] *** haole has quit IRC [06:01:47] *** linxeh has quit IRC [06:02:36] *** linxeh has joined #eclipse [06:03:13] *** semeion has quit IRC [06:03:37] *** semeion has joined #eclipse [06:03:39] *** vsayer has quit IRC [06:06:04] *** oneliner has quit IRC [06:14:57] *** buribu has joined #eclipse [06:19:14] *** Harrold has quit IRC [06:20:08] *** lucs has joined #eclipse [06:20:58] *** lucs has left #eclipse [06:21:20] *** vipaca has joined #eclipse [06:21:22] *** vipaca has joined #eclipse [06:21:39] *** rawbdor has quit IRC [06:26:49] *** sysRPL has quit IRC [06:30:47] *** vsayer has joined #eclipse [06:31:03] *** vsayer has joined #eclipse [06:31:49] *** vsayer has quit IRC [06:32:04] *** vsayer has joined #eclipse [06:33:06] *** vsayer has quit IRC [06:33:17] *** vsayer has joined #eclipse [06:38:43] *** nexx has joined #eclipse [06:42:25] *** nano- has quit IRC [06:43:19] *** nexx has quit IRC [06:56:07] *** nano- has joined #eclipse [06:57:44] *** ron has joined #eclipse [07:07:24] *** tewecske has joined #eclipse [07:08:36] *** werdan7 has joined #eclipse [07:10:54] *** tewecske has quit IRC [07:12:19] *** LongBeach has joined #eclipse [07:12:25] *** aminpy has joined #eclipse [07:12:37] *** aminpy is now known as ypnima [07:21:48] *** TomTom has joined #eclipse [07:39:26] *** vipaca has quit IRC [07:46:17] *** vipaca has joined #eclipse [07:51:34] *** vipaca has quit IRC [07:55:41] *** snild_ has quit IRC [07:56:04] *** SNiLD has joined #eclipse [07:56:14] *** Zenopus has quit IRC [07:57:57] *** semeion has quit IRC [07:58:01] *** herlimenezes has quit IRC [08:00:14] *** semeion has joined #eclipse [08:01:00] *** kottlett has quit IRC [08:01:06] *** vipaca has joined #eclipse [08:01:08] *** vipaca has joined #eclipse [08:03:24] *** kottlett has joined #eclipse [08:07:09] *** onekthomas has quit IRC [08:13:25] *** ron has quit IRC [08:16:28] *** onekthomas has joined #eclipse [08:16:46] *** ardo has joined #eclipse [08:19:07] *** Pasqualle has joined #eclipse [08:33:45] *** esxd01t has quit IRC [08:40:46] *** ron has joined #eclipse [08:40:54] *** rawbdor has joined #eclipse [08:43:10] *** werdan7 has quit IRC [08:44:02] *** ualtin has joined #eclipse [08:46:36] *** magnet_ has quit IRC [08:55:44] *** onekthomas has quit IRC [08:56:27] *** semeion has quit IRC [08:58:34] *** semeion has joined #eclipse [08:58:45] *** soc42 has joined #eclipse [09:01:00] *** rawblem has joined #eclipse [09:01:46] *** werdan7 has joined #eclipse [09:01:49] *** mikewintermute has joined #eclipse [09:05:57] *** magnet_ has joined #eclipse [09:08:31] *** moraes has quit IRC [09:27:58] *** AndroidLoverInSF has joined #eclipse [09:29:02] *** dirk_77_ has joined #eclipse [09:30:30] *** malo_nj has joined #eclipse [09:32:15] *** cbeust has quit IRC [09:32:56] *** semeion has quit IRC [09:40:32] *** SNiLD has quit IRC [09:41:00] *** SNiLD has joined #eclipse [09:45:28] *** werdan7 has quit IRC [09:48:27] *** drindt has joined #eclipse [09:50:13] *** psst has joined #eclipse [09:50:36] *** magnet_ has quit IRC [09:51:36] *** Mathiasdm has quit IRC [09:52:08] *** tvo has joined #eclipse [09:53:06] *** Mathiasdm has joined #eclipse [10:07:52] *** csaba has joined #eclipse [10:13:13] *** moraes has joined #eclipse [10:22:59] *** buribu has quit IRC [10:30:13] *** vipaca has quit IRC [10:38:47] *** BoF has joined #eclipse [10:45:50] *** drthingums has quit IRC [10:47:26] *** malo_nj has quit IRC [10:54:57] *** malo_nj has joined #eclipse [10:56:06] *** moraes has quit IRC [10:58:09] *** vmil86 has joined #eclipse [10:58:33] *** z4z4 has joined #eclipse [11:00:21] *** la00 has joined #eclipse [11:00:46] <la00> hello anyone knows if the latest version os Eclipse Link support union operator? [11:03:12] <ron> I'm willing to be the documentation does. [11:04:19] *** rawblem has quit IRC [11:12:25] *** drthingums has joined #eclipse [11:13:38] *** ddk_ has joined #eclipse [11:15:34] *** BoF has quit IRC [11:16:20] <csaba> I'm still trying to build an Eclipse product, with no success. I have all the plugins, features and the product directories in C:\temp\CSS. In C:\temp\builder I have a build.properties file which basically says that 1 product needs to be built. [11:16:28] <csaba> it also sets the base location to C:\Eclipse [11:17:29] <csaba> I run this command: [11:17:32] <csaba> C:\temp\CSS>java -jar %ECLIPSE_HOME%/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -application org.eclipse.ant.core.antRunner -buildfile %ECLIPSE_HOME%/plugins/org.eclipse.pde.build_3.6.2.R36x_20110203/scripts/productBuild/productBuild.xml -Dbuilder=C:/temp/builder [11:18:19] <csaba> and I get an error that the feature com.mycompany.css.product.feature within verison [1.0,1.0.1) cannot be found [11:18:38] <csaba> I can build the product from the Eclipse GUI without any problems [11:18:54] <csaba> the com.mycompany.css.product.feature directory is located right next to the com.mycompany.css.product directory, which contains the product [11:19:03] <csaba> so maybe the problem is with the base location? [11:19:43] *** dirk_77_ has quit IRC [11:20:29] <csaba> this is the build.properties file: http://pastebin.com/rMekkUZW [11:20:37] <csaba> what am I doing wrong? [11:33:00] <ualtin> Hi! I imported an eclipse epf theme... how can I undo this? [11:36:09] *** BoF has joined #eclipse [11:39:14] *** drthingums has quit IRC [11:41:24] *** codeon has joined #eclipse [11:43:18] *** LongBeach has quit IRC [11:44:11] *** drthingums has joined #eclipse [11:47:56] *** drindt has quit IRC [11:48:42] *** magnet_ has joined #eclipse [11:56:15] *** hex` has joined #eclipse [11:56:15] *** hex` has joined #eclipse [12:01:48] *** ddk_ has quit IRC [12:03:27] *** ddk_ has joined #eclipse [12:06:58] *** SzymonB has joined #eclipse [12:07:16] *** hex` has quit IRC [12:09:22] *** deSilva has joined #eclipse [12:10:29] *** hex` has joined #eclipse [12:10:29] *** hex` has joined #eclipse [12:10:31] *** semeion has joined #eclipse [12:13:44] <ron> ualtin: epf theme? [12:14:21] *** rcjsuen has joined #eclipse [12:20:11] *** Sbrun has joined #eclipse [12:23:31] *** Nurbs has quit IRC [12:25:58] *** mikewintermute_ has joined #eclipse [12:26:05] *** mikewintermute has quit IRC [12:26:05] *** mikewintermute_ is now known as mikewintermute [12:34:16] *** semeion has quit IRC [12:38:27] *** xxen has joined #eclipse [12:42:00] *** xxen is now known as nexx [12:47:13] *** cbeust has joined #eclipse [12:51:47] *** rcjsuen has quit IRC [12:51:49] <paulweb515> csaba: how are you checking out all of your code? [12:52:10] <csaba> they are already checked out into the C:\temp directory [12:52:16] <csaba> C:\temp\CSS [12:52:51] <paulweb515> csaba: AFAIK they have to be in buildDirectory/features and buildDirectory/plugins [12:53:15] <csaba> paulweb515: that would be if they are already built [12:53:21] <csaba> but I only have the source code [12:53:48] <csaba> from Eclipse, I can build without problem... I can also export the target definition, in which case I'll get those features and plugins directories [12:53:53] <ualtin> ron: yes it is an epf theme [12:53:59] <csaba> but I need to do the build from console [12:54:05] <ron> ualtin: wtf is epf? [12:54:25] <ualtin> http://www.eclipsecolorthemes.org/?view=theme&id=21 [12:54:30] <paulweb515> csaba: no, a PDE build works on source in a /features and /plugins directory ... let me get the proper directory structure [12:55:44] *** semeion has joined #eclipse [12:56:34] <paulweb515> csaba: PDE build expects the source in buildDirectory/features and buildDirectory/plugins because that's where it would check them out to [12:56:54] <paulweb515> csaba: in theory, it creates a buildDirectory/I.CSS directory to put the compiled plugins and features [12:57:40] <csaba> paulweb515: ok I will just copy all the files there... so I'll have buildDirectory/features/com.mycompany.product.feature and buildDirectory/plugins/com.mycompany.somePlugin and directories like that [12:57:42] <csaba> is that ok? [12:57:44] <paulweb515> ualtin: you've imported your colours as preferences [12:57:50] <paulweb515> csaba: yes [12:58:07] <csaba> lemme try, I'm kindof skeptical after days of trying [12:58:25] <paulweb515> ualtin: you can't "undo", the best you can do is go to the color and font preferences pages and reset them there [12:58:36] <ualtin> paulweb515 yes I did [12:59:01] <ualtin> paulweb515 ah ok.. i see [12:59:19] <ualtin> or to import a default color theme?!? [13:01:36] <paulweb515> ualtin: that's the preference reset, or yes so another import that wipes out the last one [13:01:51] <ualtin> paulweb515 thx [13:02:38] <csaba> paulweb515: well it looks MUCH better, now I get Compile failed; see the compiler error output for details. [13:02:50] <csaba> maybe this can be solved [13:02:51] <paulweb515> yeah ... sorta :-) [13:03:04] <csaba> at least it finds the source files ohhh I really lost all hope [13:04:27] <csaba> hmm, where is the compiler error output? [13:04:55] <paulweb515> csaba: in each plugin directory, there should be something like @dot.xml [13:05:53] <ualtin> F*** now it looks even more bad [13:06:08] <csaba> I see... it thinks the source code is java 1.4... Syntax error, 'for each' statements are only available if source level is 1.5 [13:06:19] <csaba> ok I can probably set that in build.properties [13:07:33] <psst> how can I prevent eclipse from exporting the classes compiled from one of my source dirs in a Java project? I want them compiled but not exported. [13:07:50] <csaba> much better, now I only have 37 errors and 237 warnings [13:09:20] *** buribu has joined #eclipse [13:09:53] <csaba> ok so I get errors like "SecretKey cannot be resolved to a type" [13:10:15] <csaba> that's a built-in Eclipse class I think [13:11:43] <paulweb515> csaba: I only see javax.crypto.SecretKey ... [13:12:18] <paulweb515> but it's in 1.4.2, 1.5, and 1.6 so I don't know why you can't find it ... unless your plugins specific BREEs different than 1.6 (which is the only one you've defined) [13:12:51] <csaba> BREE? [13:13:26] <paulweb515> Bundle-RequiredExecutionEnvironment [13:13:34] <paulweb515> set in the MANIFEST.MF [13:15:19] *** moraes has joined #eclipse [13:15:57] <csaba> there's no such thing defined... now I set the source and target version to 1.6 instead of 1.5 (cause I have java 1.6 installed) and now I only get 29 errors instead of 37 [13:16:02] <csaba> still, the error is: import javax.crypto.BadPaddingException; [13:16:07] <csaba> The import javax.crypto cannot be resolved [13:16:35] <csaba> looks like that's most of the errors [13:16:57] <csaba> also "Cipher cannot be resolved to a type" [13:18:35] *** mutable has joined #eclipse [13:19:25] *** rossand has joined #eclipse [13:19:26] <mutable> Hello. Is there any resources on how to make "project" on eclipse platform? I'd like to build IDE for my stuff. [13:21:07] <csaba> mutable: create a product? [13:21:52] <mutable> csaba: No no. Just some notion of "project" [13:21:53] <paulweb515> mutable: what kind of IDE? Eclipse comes with support for creating many types of tooling [13:22:29] <paulweb515> Do you have a language you want to support? Will your clients edit files? Fill in forms? Work with a DB? [13:22:56] <mutable> paulweb515: sort of, no forms, there will be some *.mdl files + graphical editor [13:23:28] <paulweb515> mutable: and you want to create the graphical editor? [13:23:57] <mutable> paulweb515: No, well, it's in TODO, but I'm currently thinking of how to make "project" [13:24:41] <mutable> the project will consist of these model files + some configuration. Editors, outlines, ... it's in TODO [13:24:45] <paulweb515> mutable: eclipse has the notion of a workspace, that contains IProjects, which can contain IFolders and IFiles [13:24:59] <csaba> paulweb515: looks like I need to specifically include some jars into the path in the build.properties: http://www.eclipse.org/forums/index.php/m/327938/ [13:25:16] <paulweb515> mutable: read this: http://wiki.eclipse.org/The_Official_Eclipse_FAQs [13:25:27] <mutable> paulweb515: That's exactly what I was looking for. Thank you very much! [13:25:35] <mutable> I'm gonna read it now [13:25:39] *** semeion has quit IRC [13:25:45] <paulweb515> mutable: that gives an overview of what's in Eclipse itself, and how to hook in some stuff (like implementing support for your own lang) [13:26:01] <paulweb515> mutable: it's a good starting point, and then you can decide what parts you want to explore [13:26:27] <mutable> Ok. Thank you again :)! [13:29:57] *** semeion has joined #eclipse [13:30:51] <csaba> hooray now I only have 2 errors!!! [13:31:35] <csaba> [javac] The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files [13:31:39] <csaba> huh? [13:32:34] <paulweb515> csaba: what BREE did you set for that plugin? [13:32:53] <csaba> right, I should check that out [13:33:38] <csaba> javaSE-1.6 [13:35:59] *** briandealwis has joined #eclipse [13:38:17] *** la00 has quit IRC [13:38:43] <csaba> ok back to 29 errors looks like the previous 2 were because it couldn't find java at all [13:39:15] *** drthingums has quit IRC [13:43:12] *** rossand has quit IRC [13:44:08] *** semeion has quit IRC [13:45:36] *** rcjsuen has joined #eclipse [13:51:15] *** drthingums has joined #eclipse [13:52:10] *** otaviobp has joined #eclipse [13:52:16] *** elbeardmorez has quit IRC [13:55:03] *** contingo has joined #eclipse [13:56:03] *** drthingums has quit IRC [13:58:31] *** RdeWilde has joined #eclipse [13:58:36] <csaba> still the same problem, it cannot find Cypher... [13:58:48] <csaba> maybe I can set the classpath specifically in the command line [14:00:12] *** semeion has joined #eclipse [14:00:48] <rcjsuen> csaba: What does your project's MANIFEST.MF and .classpath files look like now? [14:01:57] <RdeWilde> Anyone can help me to group these dependencies in my workspace? Would be nice if they'd be collapsed: http://imageshack.us/photo/my-images/52/groupdependencies.png [14:02:01] *** semeion has quit IRC [14:02:07] <csaba> I haven't changed any MANIFEST.MF's at all... they are still as they originally were... they compile when build from Eclipse, when built from console they produce 29 errors... which is better than the 300+ errors of before and not compiling at all a few days back I guess [14:03:06] <csaba> here's an example MANIFEST.MF that fails: http://pastebin.com/2gqzw1HA [14:03:30] <csaba> I mean, it fails because it cannot find javax.cripto [14:03:31] <rcjsuen> This is the bundle that can't find Cypher? [14:03:35] <csaba> yes [14:03:51] <csaba> the Classpath is a bit short maybe [14:03:53] <rcjsuen> Maybe try adding javax.crypto to I-P [14:03:56] <csaba> Bundle-Classpath [14:04:05] <csaba> ok I'll try [14:06:18] <csaba> rcjsuen: like this? [14:06:19] <csaba> Import-Package: javax.jms, javax.crypto [14:06:25] <rcjsuen> yeah [14:06:26] <csaba> that doesn't work [14:06:27] <rcjsuen> well on different lines [14:06:44] <csaba> different lines ok [14:06:45] <rcjsuen> "doesn't work" as in "Eclipse complains" or "no it won't compile still :(" [14:06:53] <rcjsuen> you need a newline just like R-B [14:07:15] *** platero has joined #eclipse [14:07:15] <csaba> in my case "doesn't work" means I'm still getting 29 compile errors :) [14:07:17] <rcjsuen> Just to be sure we're talking about javax.crypto.Cipher right [14:07:29] <csaba> and yes, I'm still getting 29 errors even with the newline [14:07:56] <csaba> I'll try copy-pasting the newline [14:08:35] *** cambazz has joined #eclipse [14:08:37] <csaba> still the same: "The import javax.crypto cannot be resolved" [14:08:42] <rcjsuen> For me I don't even need to do anything and I can use Cipher. [14:09:01] <cambazz> hello. [14:09:04] <rcjsuen> I just have R-B on Eclipse bundles and a Bundle-RequiredExecutionEnvironment: J2SE-1.5 [14:09:07] <csaba> I wish I didn't need to do anything [14:09:11] <csaba> JavaSE-1.6=C:/Progra~2/Java/jre6/lib/rt.jar;C:/Progra~2/Java/jre6/lib/jsse.jar;C:/Progra~2/Java/jre6/lib/jce.jar [14:09:14] <platero> hi everybody [14:09:18] <csaba> that's currently in my build.properties [14:09:23] <csaba> I've also tried with ${java.home} [14:09:29] <csaba> leaving it commented in [14:09:33] <csaba> and other combinations [14:09:33] <platero> how is everybody? [14:09:34] <cambazz> I am looking for `Create project from existing source` and i somehow can not find it [14:09:35] <csaba> never worked [14:09:44] <rcjsuen> csaba: If you just make a new plug-in project and try to use Cipher does it work in the new one? [14:10:14] <cambazz> there is create existing project from ant file [14:10:47] <platero> Hi, could anyone point me out how to redirect the Logger msgs to the console rcp view in my own application? [14:11:12] <csaba> btw. rcjsuen this guy had the same problem: http://www.eclipse.org/forums/index.php/m/327938/ but somehow he managed to make it work [14:11:18] <rcjsuen> cambazz: It's not a separate wizard. [14:14:30] *** ronr__ has joined #eclipse [14:14:47] *** ron has quit IRC [14:14:50] *** ronr__ is now known as ron [14:14:58] *** jmotta has joined #eclipse [14:15:48] <csaba> is there a way I can supress the warnings so I only get the 29 errors displayed? [14:16:01] <csaba> it's kindof hard to find all the errors through the 300 warnings [14:16:35] *** RdeWilde has quit IRC [14:19:17] <csaba> ok looks like all 29 errors come from the same plugin and they are all related to the crypto thingie [14:19:31] <csaba> I'll ask if we can just remove that plugin and be done with it [14:19:53] *** rycar has joined #eclipse [14:21:18] *** littleAdept has joined #eclipse [14:24:26] *** dsugar100 has joined #eclipse [14:26:23] *** rycar has quit IRC [14:27:12] *** converge has joined #eclipse [14:27:44] *** cambazz has quit IRC [14:27:50] <littleAdept> hi there, i would like to ask a question concerning databinding in a rcp-viewpart: how do i find out if something has triggered a databinding-event? if i have five textfields which might correspond with a entity, i hope there is a better / more correct way than to have 1 selectionchangedlisteners on each of the 5 txtfields, right? [14:28:29] *** cbeust has quit IRC [14:29:27] <rcjsuen> platero: First you should figure out how to create your own console for the messages to be shown. Though it's not clear if you've done that yet. [14:30:25] *** BoF has quit IRC [14:30:25] <converge> hi, i have a virtual machine and i wish to save the files inside the eclipse and automaticaly save it on my virtual machine, there is some way ? [14:30:44] <converge> save my files directely to my server, using ftp or ssh.. [14:31:15] <littleAdept> i am quite fond of the "new" windowbuilder-stuff and am currently using the GUI for "Bindings" to bind my model to the 5 textfields ... and now i would like to have a save button which is enabled = false on default but when a databinding has occured it should get enabled = true ... i just do not know how were to put the code to enable the button [14:40:02] *** jerboaa has joined #eclipse [14:40:19] *** dsugar100 has quit IRC [14:41:28] *** betty__ is now known as betty [14:44:45] *** Zenopus has joined #eclipse [14:45:20] *** jorn has joined #eclipse [14:46:38] *** converge has quit IRC [14:49:25] *** deSilva has quit IRC [14:51:40] *** rawbdor has quit IRC [14:54:22] *** mziaei has joined #eclipse [14:55:07] *** Bass10 has joined #eclipse [14:55:46] *** ypnima has quit IRC [15:00:23] *** rossand has joined #eclipse [15:02:21] *** converge has joined #eclipse [15:06:36] *** herlimenezes has joined #eclipse [15:06:58] *** timing has left #eclipse [15:08:54] *** Pasqualle has quit IRC [15:10:38] *** C0br4 has quit IRC [15:12:40] *** d_a_carver has joined #eclipse [15:13:10] *** mpiggott has joined #eclipse [15:13:19] *** rossand has quit IRC [15:13:59] *** nitrospectide has joined #eclipse [15:14:15] *** kassah has joined #eclipse [15:16:46] *** SNiLD has quit IRC [15:19:27] *** otaviobp has quit IRC [15:20:58] *** vmil86 has quit IRC [15:22:04] *** ron has quit IRC [15:23:11] *** ron has joined #eclipse [15:24:49] *** briandealwis has quit IRC [15:24:49] *** C0br4 has joined #eclipse [15:25:16] *** briandealwis has joined #eclipse [15:27:24] *** soulreaper has joined #eclipse [15:27:31] *** abhatnag has joined #eclipse [15:28:44] *** rossand has joined #eclipse [15:30:05] *** dirk_77_ has joined #eclipse [15:32:21] *** otaviobp has joined #eclipse [15:34:17] *** crib has quit IRC [15:35:31] *** crib has joined #eclipse [15:35:56] *** mluser-home has joined #eclipse [15:42:05] *** converge has joined #eclipse [15:42:39] <converge> im in a workstation and i wish to save the files of the project directly to the server by ftp or ssh, is it possible ? [15:46:40] <mpiggott> converge: http://wiki.eclipse.org/index.php/EFS [15:47:19] <mpiggott> I imagine it will be horrifically slow if you can actually get something to work [15:47:38] <rcjsuen> well ~TM supposedly lets you work remotely [15:47:38] <Arbalest> Check out Eclipse's Target Management project - http://www.eclipse.org/tm/ [15:49:15] *** Pasqualle has joined #eclipse [15:49:34] <converge> unconscious i found remote system explorer and found the 'create remote project', its doing the work [15:49:42] <converge> thank you anyway :) [15:50:04] *** soc42 has quit IRC [15:51:59] *** rossand has quit IRC [15:53:56] *** rossand has joined #eclipse [15:53:57] *** SzymonB has quit IRC [15:55:36] *** soc42 has joined #eclipse [15:59:36] *** moraes has quit IRC [16:13:48] *** vipaca has joined #eclipse [16:15:04] *** rossand has quit IRC [16:20:15] *** converge has quit IRC [16:21:26] *** rossand has joined #eclipse [16:23:02] *** buribu has quit IRC [16:24:25] *** converge has joined #eclipse [16:28:57] *** pulse00 has joined #eclipse [16:30:54] *** contingo has quit IRC [16:32:10] *** converge has quit IRC [16:32:59] *** Dale has joined #eclipse [16:33:35] <Dale> Hi, I was wondering if anyone can help me with an error, or point me in the direction of a somewhere that can [16:33:35] <Dale> Launch configuration GLApp references non-existing project CollaborativeWalking. [16:33:39] <Dale> I get that error [16:33:50] *** semeion has joined #eclipse [16:34:02] <Dale> collaboritivewalking was a program I had which is removed from my workench [16:34:37] <Dale> Im new to eclipse so I asume I can xhange my GLApp launch config [16:34:41] <Dale> I jsut don't know where [16:34:52] <ron> why the hell does eclipse's 'Find' isn't cyclic?! [16:35:04] <rcjsuen> ron: check the wrap checkbox [16:35:41] <rcjsuen> Dale: Run > Run Configurations... [16:35:51] *** semeion has quit IRC [16:35:55] <ron> rcjsuen: a. nobody likes a showoff. b. it was already checked. c. there was only one occurrence so... you know :P [16:36:10] <rcjsuen> ron: It's true. Nobody likes a show-off. [16:36:16] * ron grins [16:37:18] <Dale> Thank you rcjsuen, that fixed it up [16:37:20] <ron> I know that deep inside, very deep inside, you like me :) [16:40:33] *** Dale has quit IRC [16:47:26] *** dsugar100 has joined #eclipse [16:47:51] *** csaba has quit IRC [16:49:55] *** Harrold has joined #eclipse [16:50:47] *** ph8 has quit IRC [16:50:47] *** ph8 has joined #eclipse [16:51:25] *** semeion has joined #eclipse [16:51:44] *** soulreaper has quit IRC [16:54:36] *** soee has joined #eclipse [16:56:33] <baedert> is there an easy way to set the caret in a TextEditor to a specific line? [16:56:43] *** cereal has joined #eclipse [16:56:47] *** semeion has quit IRC [16:57:23] <cereal> Is it possible to add a folder of jars (seems there is only an option for class folder) instead of a jar as a library to a project? [16:58:27] <ron> you can create your own user library and add that. [16:59:18] *** ddk_ has quit IRC [16:59:45] <cereal> ron, still looks like I have to pick specific jar's though [16:59:48] <rcjsuen> baedert: Think ITextEditor should have methods for setting the selection [17:00:06] <cereal> I really just want to say that this is my library folder and include all jars that are in said folder. [17:00:17] *** soulreaper has joined #eclipse [17:01:06] *** rcjsuen has quit IRC [17:01:12] <baedert> I only see selectAndReveal(int offset, int length), but in this case I only have a line number the caret should jump to [17:01:36] <ron> cereal: did you try adding an external class folder? [17:01:42] <cereal> yes [17:01:49] <ron> no joy? [17:02:02] <cereal> unfortunately not :( [17:02:15] <cereal> seems silly that jar's are not resolved in the class folders [17:02:21] <cereal> since well, every library I know is in a jar lol [17:02:43] <ron> cereal: add a variable [17:03:46] *** deSilva has joined #eclipse [17:03:47] <cereal> oh? [17:03:49] <cereal> how so? [17:04:05] <cereal> oooh [17:05:24] <cereal> hmmm well the variable and class folder show the same [17:05:39] <cereal> but neither resolve code, I'm still seeing errors [17:07:10] <cereal> maybe it requires a restart [17:07:42] <ron> maybe you should just add the jars :p [17:07:47] <cereal> lol [17:07:56] <cereal> maybe, but just seems silly that it isn't working [17:08:30] <ron> another solution is to add the jar directory as part of the project or an additional project and use that. [17:08:48] <cereal> yea the lib folder is within the project [17:10:42] <ron> umm, couldn't you have said that earlier? :p [17:11:07] <ron> convert the dir to a source dir [17:11:23] *** lisak has joined #eclipse [17:11:51] <lisak> shift + alt + J should add a javadoc comment to the member element ( I guess the one you point at) [17:12:17] <lisak> but it is always added to the class javadoc block, even I'm pointing to method [17:12:30] *** rcjsuen has joined #eclipse [17:12:42] <ron> check your key bindings [17:13:01] <lisak> for what [17:13:17] <ron> for generating a javadoc comment. [17:13:21] <lisak> there is only one binding for this [17:14:04] <lisak> whenever I am, it is always generated above the class [17:14:07] <lisak> not method [17:14:22] <ron> where's the cursor located? [17:14:28] <lisak> method [17:14:39] <ron> that's vague. on the name itself? [17:14:55] <cereal> ron, you can convert to a source dir? how? [17:15:12] <lisak> ha, it works in different class [17:15:30] <ron> cereal: right click the folder, build path -> use as a source folder [17:15:52] <ron> lisak: are you in the same line of the method declaration or on the method declaration itself? [17:16:27] <cereal> does it have to be within the src foldeR? [17:16:37] <cereal> i have Project -> src, lib [17:16:46] <ron> no. [17:17:02] <lisak> I've been using this for some time, but now it behaves as If I was on the method signature itself, even if I'm in the method block [17:17:13] <lisak> but it's a local issue [17:17:17] <lisak> works in other classes [17:17:19] <lisak> thanks [17:18:02] <cereal> i thought that was just for source code [17:18:26] *** semeion has joined #eclipse [17:18:27] <cereal> the library files don't have source included :( [17:18:46] <ron> cereal: did you *try* it? [17:19:08] <cereal> yes [17:19:19] <ron> and no joy? [17:19:23] <cereal> no :( [17:19:26] <cereal> maybe if the jars had source [17:19:38] <cereal> there is one jar I could compile with source so I'll give that a try [17:20:01] <cereal> maybe it'll fix that library [17:21:05] <ron> no.. no... [17:22:43] *** mluser-home has quit IRC [17:23:46] *** cbeust has joined #eclipse [17:24:17] *** rrodriguez has joined #eclipse [17:25:14] <lisak> do you think it can be formatted ? because having @param or @throws comments is not convenient before the code gets more stable .... one have to manually modify it when the method signature changes [17:25:45] <rcjsuen> baedert: Then you need to process the info thru the IDocument then. [17:25:50] *** subanark has joined #eclipse [17:26:00] <lisak> and i don't like shift + alt + c [17:26:45] <baedert> yeah, I feared that :( [17:27:10] <rcjsuen> I fail to see the problem here or a source of fear. [17:27:27] <subanark> Question: I'm moving a project back and forth between 2 systems. Every time I do so I need to change the JVM the project uses (since they don't share a common JVM). Is there a way to avoid doing this every time? [17:31:54] *** FunnyLookinHat has joined #eclipse [17:32:24] <rcjsuen> don't share a common JVM [17:32:26] <rcjsuen> what do you mean? [17:32:33] <rcjsuen> on one computer you use Java 5 and another you use Java 6? [17:32:58] <rcjsuen> And I hope you're not literally copy/pasting your project around. [17:34:51] *** mluser-home has joined #eclipse [17:34:56] *** moraes has joined #eclipse [17:37:18] *** EricInBNE has quit IRC [17:40:26] *** z4z4 has quit IRC [17:40:38] *** rawbdor has joined #eclipse [17:44:07] *** rrodriguez has quit IRC [17:47:01] *** pulse00 has quit IRC [17:47:11] <cereal> it still cant seem to find my libraries :( so sad [17:47:29] <cereal> recreated the project and its showing under referenced libraries but in my code it isn't resolving my imports [17:47:32] <psst> how can I prevent eclipse from exporting the classes compiled from one of my source dirs in a Java project? I have two source dirs, and I want the classes from just one exported [17:47:33] *** cbeust has quit IRC [17:48:19] *** platero has quit IRC [17:49:47] *** aminpy has joined #eclipse [17:49:54] *** ypnima has joined #eclipse [17:50:11] *** aminpy has quit IRC [17:50:11] *** ypnima has quit IRC [17:50:31] *** ypnima has joined #eclipse [17:51:39] *** TomTom has quit IRC [17:51:45] *** mikewintermute has quit IRC [17:53:16] <ron> psst: use two projects? :) [17:55:38] <psst> ron: so it's not possible directly? [17:55:50] <ron> I doubt it. [17:56:59] *** drindt has joined #eclipse [18:00:16] *** kottlett has quit IRC [18:02:17] *** malo_nj has quit IRC [18:02:29] <cereal> is eclipse.org not working for anyone else? [18:02:49] <cereal> nvm [18:03:02] *** semeion has quit IRC [18:03:03] <lisak> are custom templates stored in workspace ? [18:03:47] <lisak> or do I have to export them [18:03:51] <lisak> when migrating [18:03:56] <subanark> I'm using soylatte on one computer and icedtea on another, both are Java 6. And what is wrong with just using copy/paste to move a project around? [18:08:14] *** _arjen_ has joined #eclipse [18:10:54] *** codeon has quit IRC [18:11:34] *** semeion has joined #eclipse [18:14:30] *** mutable has quit IRC [18:15:23] *** EricInBNE has joined #eclipse [18:17:00] <nitind> lisak: Yes, they are stored in your workspace. [18:17:19] *** ualtin has quit IRC [18:17:30] <nitind> psst: Check your Java Build Path property page for that project. [18:18:51] *** ardo has quit IRC [18:19:00] <psst> nitind: It shows both sets of source as exported, but I can't unselect them [18:19:09] <nitind> subanark: If the timestamps aren't preserved, some source control systems can misjudge the entire project as being "changed". ymmv. If you want to make the reference to the JRE more flexible, use one of the Execution Environments instead of a specific JRE in the build path. [18:19:13] *** roentgen has joined #eclipse [18:19:23] <lisak> thanks, I always forgot to use -a (all types) parameter when grepping through it .... http://betterthangrep.com/ [18:19:27] *** ron has quit IRC [18:20:01] <nitind> psst: ~imagebin ? [18:20:01] <Arbalest> Please upload your screenshots online and then paste the link back to the channel - http://imagebin.org/index.php?page=add - http://www.freeimagehosting.net/ - http://imagebin.ca/upload.php - http://imageshack.us/ [18:24:42] *** iXeno has quit IRC [18:24:50] *** TJCRI has joined #eclipse [18:26:54] <lisak> clicking on a hyperlink in comment always uses embedded browser instead of the one set in preferences [18:29:40] *** iXeno has joined #eclipse [18:29:42] *** cbeust has joined #eclipse [18:30:09] *** mluser-home has quit IRC [18:30:19] *** mluser-home has joined #eclipse [18:31:47] *** ksawicki has joined #eclipse [18:31:57] *** Abbaduxo has joined #eclipse [18:33:39] *** m_a_chinea has joined #eclipse [18:34:38] *** codeon has joined #eclipse [18:37:11] *** daemon_comolli has joined #eclipse [18:37:48] *** rossand1 has joined #eclipse [18:38:41] <daemon_comolli> hi guys, tryna figure out if i can run a daemon like app in android and have it activated by a gesture in specific applications [18:38:46] *** rossand has quit IRC [18:39:40] <nitind> daemon_comolli: You might want to ask in #android. It's not really a question related to Eclipse. [18:39:43] *** awilkins has joined #eclipse [18:40:28] *** tvo has quit IRC [18:41:06] <daemon_comolli> nitind: yeah i understand cant access #android @the moment, using webchat.freenode.net [18:41:30] <daemon_comolli> think u could help anyway ? [18:41:56] *** littleAdept has quit IRC [18:42:57] <nitind> daemon_comolli: Never written anything for Android, sorry. [18:43:22] <daemon_comolli> no worries nitind: thanks anyway [18:43:40] *** ardo has joined #eclipse [18:43:50] *** cgb__ has joined #eclipse [18:46:47] *** kthomas_vh_ has joined #eclipse [18:47:51] *** daemon_comolli has quit IRC [18:48:16] *** Harrold_ has joined #eclipse [18:49:09] *** awilkins has quit IRC [18:49:16] *** Saki-work has joined #eclipse [18:49:40] *** Sinestro|WasNonp has joined #eclipse [18:52:00] *** dirk_77_ has quit IRC [18:52:03] *** scorphus has joined #eclipse [18:54:58] *** codeon has quit IRC [18:54:58] *** subanark has quit IRC [18:54:58] *** Harrold has quit IRC [18:54:59] *** C0br4 has quit IRC [18:54:59] *** AndroidLoverInSF has quit IRC [18:54:59] *** buck_work has quit IRC [18:54:59] *** onekenthomas has quit IRC [18:54:59] *** Nonpython has quit IRC [18:55:11] *** Escherial has joined #eclipse [18:55:42] <Escherial> hi, having some trouble getting my copy of eclipse to do anything related to tomcat...i'm not sure if i have the wrong version or something (using the "eclipse" package under ubuntu 11) [18:56:06] <Escherial> everything i've read seems to indicate that support for it should be built into eclipse by default [18:56:25] *** subanark has joined #eclipse [18:56:25] *** codeon has joined #eclipse [18:56:51] *** purestrain has joined #eclipse [19:01:30] *** subanark has quit IRC [19:01:30] *** codeon has quit IRC [19:02:09] *** subanark has joined #eclipse [19:02:09] *** codeon has joined #eclipse [19:02:28] *** AndroidLoverInSF has joined #eclipse [19:02:31] *** C0br4 has joined #eclipse [19:03:59] *** cbeust has quit IRC [19:04:37] <nitind> Escherial: That's an Ubuntu package. #ubuntu would know better what's in there. [19:04:44] *** tvo has joined #eclipse [19:05:56] <Escherial> nitind: makes sense. before i ask there, what does it take to create tomcat projects? can i just install a plugin for eclipse to do it, or do i need a completely different version of eclipse altogether? [19:06:10] *** briandealwis has quit IRC [19:06:39] <Escherial> i understand there's a "java EE" version of eclipse, but ubuntu doesn't seem to have a package for it, and i'm not sure if i should uninstall my current version of eclipse (which i sadly rely on for work) to risk installing that other one without the package manager [19:07:42] *** ron has joined #eclipse [19:08:31] <rcjsuen> Eclipse installations by default are independent of one another. [19:08:51] *** cbeust has joined #eclipse [19:11:00] <paulweb515> Escherial: if you grab one from http://www.eclipse.org/ you can install it in its own directory without interfering with your existing Ubuntu eclipse [19:12:42] *** jmotta has quit IRC [19:13:25] <Escherial> ah, that's not a bad idea, actually :) thanks [19:14:17] *** tris2k has joined #eclipse [19:17:48] *** tris2k has quit IRC [19:18:51] *** soee has quit IRC [19:19:21] *** mmnp has joined #eclipse [19:26:46] *** cmw72 has joined #eclipse [19:27:03] *** dirk_77_ has joined #eclipse [19:27:50] *** iXeno has quit IRC [19:30:08] *** Abbaduxo has quit IRC [19:31:09] *** soee has joined #eclipse [19:31:56] *** mmnp has quit IRC [19:33:42] *** iXeno has joined #eclipse [19:33:47] *** subanark has quit IRC [19:33:47] *** codeon has quit IRC [19:42:53] *** iXeno has quit IRC [19:43:07] *** Carnage\ has joined #eclipse [19:44:31] *** drindt has quit IRC [19:45:29] *** ShooterMG has quit IRC [19:46:53] *** vmil86 has joined #eclipse [19:48:27] *** mluser-home has quit IRC [19:49:02] *** iXeno has joined #eclipse [19:49:51] *** AndroidLoverInSF has quit IRC [19:50:29] *** mluser-home has joined #eclipse [19:51:31] *** subanark has joined #eclipse [19:54:19] *** codeon has joined #eclipse [19:59:36] *** lolmatic has joined #eclipse [20:00:00] *** ShooterMG has joined #eclipse [20:22:37] *** briandealwis has joined #eclipse [20:28:59] *** rkrul has joined #eclipse [20:29:30] *** iXeno has quit IRC [20:31:11] *** NiteRain has joined #eclipse [20:35:09] *** iXeno has joined #eclipse [20:37:53] *** ypnima has quit IRC [20:42:12] *** uebera|| has quit IRC [20:42:46] *** uebera|| has joined #eclipse [20:45:47] *** AndroidLoverInSF has joined #eclipse [20:47:20] *** contingo has joined #eclipse [20:47:38] *** deSilva has quit IRC [21:02:33] *** ualtin has joined #eclipse [21:02:55] *** ualtin has quit IRC [21:08:22] *** BoF has joined #eclipse [21:10:14] *** jorn has quit IRC [21:10:27] *** jmotta has joined #eclipse [21:10:34] *** Saki-work has left #eclipse [21:15:56] *** moraes has quit IRC [21:16:44] *** lolmatic has quit IRC [21:18:44] *** ypnima has joined #eclipse [21:19:16] *** ddk_ has joined #eclipse [21:23:16] *** ypnima has quit IRC [21:27:32] *** tewecske has joined #eclipse [21:38:47] *** klausk has joined #eclipse [21:42:09] *** semeion has quit IRC [21:46:57] *** semeion has joined #eclipse [21:50:59] *** semeion has quit IRC [21:51:32] *** Harrold_ has quit IRC [21:51:41] *** rkrul has quit IRC [21:58:10] *** Ruudjah has joined #eclipse [22:12:23] *** purestrain has quit IRC [22:14:28] *** rawbdor has quit IRC [22:24:59] *** moraes has joined #eclipse [22:26:22] *** esxd01t has joined #eclipse [22:28:31] *** mziaei has quit IRC [22:30:08] *** onekthomas has joined #eclipse [22:35:04] *** tvo has quit IRC [22:40:14] *** soc42 has quit IRC [22:43:11] *** onekthomas is now known as kthomas_vh [22:43:48] *** codeon has quit IRC [22:45:13] *** evil_gordita has joined #eclipse [22:46:41] *** rcjsuen is now known as rcjsuen_ [22:47:28] *** Echidna has quit IRC [22:47:59] *** esxd01t has quit IRC [22:49:23] *** kthomas_vh has quit IRC [22:49:51] *** kthomas_vh has joined #eclipse [22:50:27] *** aksn has joined #eclipse [22:52:03] *** Echidna has joined #eclipse [22:52:32] *** jmotta has quit IRC [22:58:31] *** otaviobp has quit IRC [23:07:00] *** treble54 has joined #eclipse [23:07:14] <treble54> I am creating an org.eclipse.swt.widgets.Table object within an org.eclipse.swt.custom.CTabItem (which is a tab of belong to an object of type org.eclipse.swt.custom.CTabFolder) and when I go between the different CTabItem (or Tabs), the Table widget disappears; anyone familiar with similar behavior within the SWT framework and have any suggestions? [23:08:13] <treble54> the table reappears after do something to require a refresh the view, which is the properties view (like resizing the view, changing the context of the properties view and bringing back the previous context, etc) [23:08:38] <treble54> however, I have not figured out how to force a refresh when changing between the different CTabItem objects (or tabs) [23:08:57] *** kthomas_vh has quit IRC [23:09:23] *** iXeno has quit IRC [23:13:21] *** rcjsuen has joined #eclipse [23:15:10] *** iXeno has joined #eclipse [23:16:25] *** TJCRI has quit IRC [23:19:11] <rcjsuen> treble54: Provide code that shows your problem. [23:19:28] <rcjsuen> in a stand alone manner that someone can just run the main method and be done [23:24:06] *** mpiggott has quit IRC [23:31:25] *** abhatnag has quit IRC [23:31:34] *** rossand1 has quit IRC [23:35:34] *** aksn has quit IRC [23:40:12] *** jerboaa has quit IRC [23:42:27] *** deSilva has joined #eclipse [23:42:45] *** Pasqualle has quit IRC [23:44:33] *** Dessimat0r has joined #eclipse [23:44:37] <treble54> unfortunately, I'm not able to do that, and I do not have the time it would take to come up with code for the same scenario [23:44:47] <treble54> is anyone familiar with forcing a refresh on a view? [23:46:01] *** kthomas_vh has joined #eclipse [23:49:03] <rcjsuen> that's up to the view's implementation to handle [23:49:46] <rcjsuen> a) model changes, b) view gets notified, c) view reacts and updates the UI as needed [23:50:51] *** ron has quit IRC [23:52:13] *** Ruudjah has left #eclipse [23:52:28] <nitind> that would be the controller reacting. [23:53:07] *** ardo has quit IRC [23:54:54] *** roxlu_ has joined #eclipse [23:54:55] <roxlu_> hi! [23:55:22] *** iXeno has quit IRC [23:55:31] <roxlu_> I've got a source lib from google code which I want to use in my project. I tried to use "import" from file system a couple of times, but I assume that's not correct? [23:55:56] <kesselhaus> someone here using topcased & C2UML? [23:57:02] *** psst has quit IRC [23:58:19] *** psst has joined #eclipse