December 12, 2009  
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 | 29 | 30 | 31

[00:01:11] <majestr0> i have a text widget who i want to bind to my model, the model have the property Integer, who save the entered data about the text-widget ... so far, the databinding without validators works, now i want use a simpel validator
[00:01:57] *** pingveno has joined #eclipse
[00:01:57] *** bigmack83 has joined #eclipse
[00:01:57] *** deSilva has joined #eclipse
[00:01:57] *** tromey` has joined #eclipse
[00:01:57] *** toulmean has joined #eclipse
[00:01:57] *** charley has joined #eclipse
[00:01:57] *** elver has joined #eclipse
[00:01:57] *** yashi_ has joined #eclipse
[00:01:57] *** Cyndrework has joined #eclipse
[00:01:57] *** Echidna has joined #eclipse
[00:01:57] *** NoobFukaire has joined #eclipse
[00:01:57] *** jsemar has joined #eclipse
[00:01:57] *** francis4 has joined #eclipse
[00:01:57] *** crib has joined #eclipse
[00:01:57] *** cantoma has joined #eclipse
[00:02:57] <majestr0> the validator should only check, is the entered data a number and the range of the number, not more
[00:03:12] *** vwegert has quit IRC
[00:05:00] <majestr0> but this does not work, as soon as the validator fails the first time, it checks not the rest of the entered data
[00:06:19] <majestr0> the problem is in my opinion the property "Integer" in my model, if i change it to String, then all works perfect ... can someone help me ??
[00:07:03] <majestr0> is the reason the Integer in my model or something else ??
[00:08:20] *** charley1 has joined #eclipse
[00:12:03] *** joeytwiddle has quit IRC
[00:12:07] *** ReneP has quit IRC
[00:12:32] *** brendon_work has quit IRC
[00:14:52] *** charley has quit IRC
[00:18:59] *** egonw has quit IRC
[00:19:25] *** nblracer has joined #eclipse
[00:19:38] <nblracer> having some problems
[00:20:39] *** chahibi has joined #eclipse
[00:20:42] <chahibi> Hello
[00:21:19] <nblracer> http://pastebin.com/m6657b602
[00:21:32] <nblracer> is my error log of the event
[00:21:44] <nblracer> i have no clue whats the problem
[00:22:01] <chahibi> How is it possible to use the graphical gui builder of Visual Editor for imported Visual Editor view classes? It works only for newly created views.
[00:23:11] *** Irakirashia has quit IRC
[00:27:11] *** ramenmeal has quit IRC
[00:28:38] <kaje> When I setSelection(true) on a checkbox Button, it doesn't seem to notify the SelectionListeners for the Button. Any idea why?
[00:29:03] <rcjsuen> kaje: That is "by design".
[00:29:24] <kaje> oh, is there a way to get it to notify the listeners?
[00:29:29] <rcjsuen> well
[00:29:34] <rcjsuen> put "notify" and "listeners" together
[00:29:38] <rcjsuen> and you have Widget's notifyListeners method ;)
[00:29:44] <kaje> I want to initialize the state of the checkboxes and the listeners ripple out some effects
[00:29:59] <kaje> haha, ok, thanks for the Uber noob question =)
[00:30:08] *** a00001 has joined #eclipse
[00:30:15] <rcjsuen> i forget that method a lot
[00:30:19] <rcjsuen> i always think of "sendEvent" instead
[00:36:25] *** majestr0 has quit IRC
[00:37:21] <kaje> I have a view that I open from the within an editor. When I do this, it defaults it to the right side of the WorkbenchWindow and is quite wide. How can I set the initial default placement of the view? It also seems to persist the size and location of that view between executions and I don't want to screw that behavior up. I only want to set its location and size when it hasn't been viewed before...
[00:37:26] <kaje> Any suggestions?
[00:38:40] *** mertimor has quit IRC
[00:38:55] <kaje> Should I override init in the View class?
[00:40:22] <rcjsuen> That won't help you.
[00:40:51] <kaje> Oh, I just read I need to set a placeholder for the view in the perspective
[00:43:29] *** a00001 has quit IRC
[00:43:41] <kaje> I think I've got it now, nevermind
[00:54:03] *** mseiler has left #eclipse
[00:54:36] <kaje> If I want to close a view when an editor closes, what method in the editor should I override to close the view?
[00:54:47] <kaje> I assume dispose is bad form?
[00:55:13] <rcjsuen> i'm pretty sure the javadocs says clients shouldn't call this method ;)
[00:56:19] <kaje> what should I use instead? I am able to find plenty of references about the Editor initialization lifecycle, but not about its closing lifecycle...
[00:56:25] <rcjsuen> check in IWorkbenchPage for api
[00:56:48] <rcjsuen> kaje: you can override dispose() to do your stuff
[00:56:51] <rcjsuen> just don't invoek dispose() yourself
[00:56:59] <rcjsuen> and of course call super.dispose()
[00:58:39] <kaje> oh, ok
[00:58:48] <kaje> thanks very much!
[01:04:12] *** tr1gger_ has quit IRC
[01:09:24] *** Powerplay has quit IRC
[01:11:12] *** teadict has joined #eclipse
[01:11:27] <teadict> I'd like a dark theme please
[01:11:33] *** amnesic has joined #eclipse
[01:12:25] *** rawbdor has quit IRC
[01:22:40] *** ramenmeal has joined #eclipse
[01:26:17] *** phoenixz has quit IRC
[01:28:04] *** synx` has quit IRC
[01:30:48] <teadict> wow, who'd say that #eclipse was dead
[01:32:36] <rcjsuen> Depends on one's definition of "dead" I suppose.
[01:33:20] *** a00001 has joined #eclipse
[01:45:22] *** mren has left #eclipse
[01:45:28] *** tphgangster has quit IRC
[01:46:55] *** toulmean has quit IRC
[01:47:17] <teadict> rcjsuen: 35' is dead for Eclipse's IRC channel I guess
[01:47:35] <rcjsuen> teadict: 3 5'?
[01:49:06] <teadict> http://pastebin.ca/1711668
[01:49:25] <rcjsuen> o, 35 minutes
[01:49:37] <teadict> ' = minutes, " = seconds, right?
[01:50:10] <rcjsuen> I'm not positive but I know what you mean wrt that type of notation.
[01:50:26] <teadict> anywho... you use a dark theme?
[01:50:34] <rcjsuen> Nope.
[01:50:37] <teadict> I can't find one that works (by importing it)
[01:50:44] <teadict> I guess I should create my own
[01:58:16] <teadict> done..
[01:58:28] <teadict> can't change the freaking code folding bar though
[02:00:16] <teadict> I believe it's unchangeable by nature
[02:08:02] <rcjsuen> I think that's been altered to inherit the editor's colour in the next release.
[02:08:25] *** a00001 has quit IRC
[02:08:59] <rcjsuen> or maybe not, it should've been resolved in 3.5
[02:09:01] <rcjsuen> ~62712
[02:09:02] <Arbalest> Bug 62712 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=62712 - JDT / Text / 3.0 - PC / Windows XP - RESOLVED / FIXED / trivial / - Assignee: jdt-text-inbox - [projection][rulers] Folding ruler doesn't take over java editor background color
[02:09:07] <rcjsuen> well, assuming you're using 3.5
[02:11:41] *** modernbob has quit IRC
[02:13:46] *** kmmr has joined #eclipse
[02:14:19] *** ramenmeal has quit IRC
[02:14:27] *** kmmr has quit IRC
[02:14:47] *** ktlr has joined #eclipse
[02:15:29] *** deSilva has quit IRC
[02:15:42] *** mbana has quit IRC
[02:18:23] <teadict> I am 3.5 Build id: 20090920-1017
[02:19:00] <teadict> but that says is fixed for WinXP :S
[02:21:17] <teadict> well, meh
[02:21:31] <rcjsuen> teadict: that OS thing is not always correct
[02:21:36] <rcjsuen> usually bugs apply to all operating systems
[02:21:43] <rcjsuen> but the system autodetects the reporter's system (or tries to)
[02:21:59] <rcjsuen> so even if it affects all systems, it's nmot uncommon for the bug to just be marked as one specific system
[02:22:15] <rcjsuen> teadict: You are doing Java editing, correct?
[02:22:46] <teadict> rcjsuen: not currently. I'm doing JavaScript
[02:22:51] <rcjsuen> oic
[02:22:54] <teadict> rcjsuen: PDT
[02:22:56] <rcjsuen> maybe it was only fixed for the java editor
[02:23:09] <rcjsuen> tho i suppose that would be kind of weird
[02:23:27] <teadict> if I open a .java it should apply the Java colors, right?
[02:23:34] <rcjsuen> logically speaking, yes
[02:26:36] <teadict> it works
[02:26:44] <rcjsuen> oic
[02:27:09] <rcjsuen> you should file a bug for the java script editor
[02:27:11] <rcjsuen> then
[02:29:05] <teadict> oh wait, JavaScript also works..
[02:29:13] <rcjsuen> So just PHP?
[02:29:17] <teadict> I was looking at a .php file previously
[02:29:39] <teadict> I guess that's because JavaScript editors are basically Java editors
[02:29:44] <teadict> JS even has JSDoc
[02:30:04] <teadict> PHP does not, in fact, it's a whole external plugin
[02:30:08] <teadict> so I guess it makes sense
[02:30:38] <teadict> SQLExplorer editor also inherits, nice
[02:31:38] <rcjsuen> I would expect them to all inherit it since the php editor should be using the same foundation
[02:31:40] <rcjsuen> very odd
[02:32:28] <teadict> yeap
[02:38:48] <teadict> stupid PHP, CSS also inherits it
[02:38:50] <teadict> I don't get it
[02:39:56] <teadict> rcjsuen: mmmm, note to self: restart Eclipse after importing some pref
[02:40:06] <teadict> lulz, it works for every file
[02:43:27] *** cmw73 has quit IRC
[02:45:28] *** Theravadan has quit IRC
[02:50:55] *** Tesseraction has quit IRC
[02:51:40] *** Tesseraction has joined #eclipse
[03:07:24] *** teadict has left #eclipse
[03:08:23] *** kthomas_vh_ has joined #eclipse
[03:21:04] *** nats has joined #eclipse
[03:24:20] *** kthomas_vh has quit IRC
[03:37:04] *** laocoon has quit IRC
[03:37:16] *** kthomas_vh_ has quit IRC
[03:52:45] *** Leemp has joined #eclipse
[03:54:52] *** rhk has quit IRC
[04:02:59] *** [TomTom] has joined #eclipse
[04:04:46] *** TomTom has quit IRC
[04:15:05] *** pnehrer has joined #eclipse
[04:16:00] *** nmatrix9 has joined #eclipse
[04:29:29] *** pythonic has joined #eclipse
[04:30:00] *** utopia has quit IRC
[04:30:03] <pythonic> no eclipse package in debian squeeze :-(
[04:31:08] <rcjsuen> pythonic: i thot there was but maybe3 not, you'd have to check with #eclipse-linux if you want to use distro packages
[04:31:25] *** nats has quit IRC
[04:31:55] *** fsteeg has quit IRC
[04:33:36] *** scorphus has joined #eclipse
[04:35:49] <scorphus> Eclipse is playing tricks on me today
[04:37:40] <scorphus> I worked all day, but now, out of a sudden, it insists to tell me that "java.net.ConnectException: Network is unreachable"
[04:38:10] <scorphus> and I'm using this very same connection, obviously
[04:38:26] <rcjsuen> Not sure how this is related to Eclipse tooling exactly. Did you try running your program from the command line?
[04:38:31] <scorphus> that's real nice for a friday night
[04:39:09] <scorphus> rcjsuen: how do I run p2 from cli?
[04:39:28] <rcjsuen> Oh, I assumed you were running your own Java program.
[04:39:31] <rcjsuen> I guess not.
[04:39:39] <rcjsuen> it seems you're actually trying to perform an update
[04:39:43] <scorphus> no, I'm trying to install Subclipse plugin
[04:39:53] <scorphus> brand new downloaded eclipse
[04:40:39] <scorphus> is started when the connection to the repository just went gone
[04:40:48] <scorphus> then I started trying out everything
[04:40:54] <scorphus> now I'm out of thoughts
[04:41:09] <scorphus> excepts for "what can be causing this?"
[04:41:46] <scorphus> rcjsuen: any idea plz?
[04:42:17] <rcjsuen> Nope, you could try other update sites and see if they work. And/or put them in a browser and see what happens I suppose.
[04:42:42] *** elprespufferfish has joined #eclipse
[04:45:31] <elprespufferfish> any idea why i'm getting a 503 for the galileo update site?
[04:46:48] *** nlc has joined #eclipse
[04:47:13] <scorphus> rcjsuen: the error says "Unable to connect to repository http://subclipse.tigris.org/update_1.6.x/content.xml"
[04:47:26] <scorphus> elprespufferfish: having problems with update too?
[04:47:41] <elprespufferfish> scorphus, in that i can't update
[04:47:42] <elprespufferfish> yes
[04:48:07] <scorphus> see if you can see any plugins from http://subclipse.tigris.org/update_1.6.x
[04:48:50] <scorphus> rcjsuen: I'm sure you can hit http://subclipse.tigris.org/update_1.6.x/content.xml in a browser as well as I can
[04:49:02] <elprespufferfish> scorphus, i can
[04:49:14] <scorphus> really... hm
[04:49:43] <scorphus> looks like I will spend the entire night on this so I'll use svn from console
[04:51:04] *** rcjsuen has quit IRC
[04:53:02] <elprespufferfish> :(
[04:53:12] <elprespufferfish> i can't install my android plugin because it's looking for some eclipse plugin
[04:53:31] *** scorphus has quit IRC
[04:58:56] *** scorphus has joined #eclipse
[04:59:23] *** nlc has quit IRC
[05:00:17] *** hmalphett has quit IRC
[05:05:21] *** pnehrer has quit IRC
[05:07:07] *** Stefa1 has joined #eclipse
[05:13:42] <scorphus> I'm really, really hold myself to not blasphemy! argh! http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056
[05:13:59] <scorphus> *holding*
[05:14:43] <scorphus> at least I worked it out
[05:23:48] *** Stefa2 has quit IRC
[05:33:54] *** plediii has quit IRC
[05:35:10] *** ktlr has quit IRC
[05:37:50] *** allisterb has joined #eclipse
[05:41:11] *** allisterb_ has quit IRC
[05:43:20] <pythonic> scorphus: fuck jesus
[05:43:34] *** plediii has joined #eclipse
[05:43:43] <scorphus> pythonic: canyou believe?
[05:43:57] <scorphus> I spent at leas 2 hours on this thing
[05:44:29] <pythonic> use revision control
[05:45:07] <scorphus> it's not my software, it's java...
[05:45:27] <scorphus> read http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056 for the bug report
[05:45:34] <pythonic> your code was working then it stopped working, no?
[05:45:37] <scorphus> it was very annoying
[05:45:55] <scorphus> pythonic: no, networking in Java was working then stopped
[05:46:10] <pythonic> your code was using that, right?
[05:46:20] <pythonic> and you changed something in your code
[05:46:23] <pythonic> and it all stopped working
[05:46:24] <scorphus> no, I was trying to commit to SVN rep
[05:46:29] <scorphus> no...
[05:46:40] <scorphus> did you read the bug report?
[05:47:04] <scorphus> I keep eclipse running and hibernate my lap
[05:47:04] <pythonic> so what about it?
[05:47:18] <pythonic> oh so it just stopped working but you didn't change anything
[05:47:21] <pythonic> just like that
[05:47:29] <scorphus> and while this, many days have passed and some updates here and there
[05:47:43] <scorphus> you're not a linux user are you?
[05:47:50] <pythonic> umm. wtf?
[05:47:54] <scorphus> nm
[05:48:04] <pythonic> oh, so you did change something
[05:48:08] <pythonic> and then it stopped working
[05:48:30] <scorphus> obviously it was the cause
[05:48:33] <pythonic> but you didn't have a record of what you changed
[05:48:40] <scorphus> but then I started to lok at what caused it
[05:48:41] <pythonic> so it takes you hours to find out
[05:48:48] *** allisterb_ has joined #eclipse
[05:48:48] <scorphus> exactly
[05:48:58] *** d_a_carver has joined #eclipse
[05:49:18] <pythonic> so use revision control next time
[05:49:24] <scorphus> hehe
[05:49:32] <scorphus> you're not getting me
[05:49:43] <scorphus> forget it =) nevermind, really =)
[05:49:48] <pythonic> did you or did you not change any part of your program or system?
[05:51:13] <pythonic> it doesn't matter that the bug was somewhere else
[05:51:45] <pythonic> you triggered the bug, and you had no record of your changes
[05:55:41] *** allisterb has quit IRC
[06:18:18] *** SilentPenguin has quit IRC
[06:28:28] *** plediii_ has joined #eclipse
[06:36:12] *** plediii has quit IRC
[06:36:13] *** plediii_ is now known as plediii
[06:43:35] *** bigmack83 has quit IRC
[06:48:18] *** xxen has joined #eclipse
[06:48:45] *** JacobSingh has joined #eclipse
[07:30:20] *** JacobSingh has quit IRC
[07:31:12] *** dmiles_afk has quit IRC
[07:31:30] *** dmiles_afk has joined #eclipse
[07:41:07] *** plediii_ has joined #eclipse
[07:41:44] *** allisterb_ has quit IRC
[07:43:55] *** kthomas_vh has joined #eclipse
[07:46:07] *** plediii has quit IRC
[07:46:08] *** plediii_ is now known as plediii
[07:50:23] *** volodya has joined #eclipse
[07:53:14] *** egonw has joined #eclipse
[07:55:45] *** veyres has joined #eclipse
[07:59:35] *** allisterb has joined #eclipse
[08:14:12] *** Dashkal has quit IRC
[08:21:30] *** stijnbe has joined #eclipse
[08:46:50] *** stijnbe has quit IRC
[09:01:23] *** njbartlett has quit IRC
[09:04:57] *** pythonic is now known as PrimaDonna
[09:05:14] *** PrimaDonna has left #eclipse
[09:05:21] *** pingveno has quit IRC
[09:07:28] *** njbartlett has joined #eclipse
[09:09:30] *** egonw has quit IRC
[09:27:34] *** tom17bombadil has joined #eclipse
[09:34:36] *** njbartlett has quit IRC
[09:36:34] *** njbartlett has joined #eclipse
[09:41:56] *** ramenmeal has joined #eclipse
[09:50:25] *** tphgangster has joined #eclipse
[10:18:10] *** philk_ has quit IRC
[10:18:11] *** philk__ has joined #eclipse
[10:18:51] *** Shown has joined #eclipse
[10:18:55] *** ramenmeal has quit IRC
[10:35:07] *** Resistance7 has joined #eclipse
[10:35:09] *** Resistance7 is now known as Resistance
[10:45:22] *** deSilva has joined #eclipse
[10:52:25] *** tr1gger has joined #eclipse
[10:54:24] *** allisterb_ has joined #eclipse
[10:56:14] *** Tesseraction has quit IRC
[10:56:31] *** Tesseraction has joined #eclipse
[11:02:53] *** laknath has joined #eclipse
[11:02:58] *** eythian has joined #eclipse
[11:04:12] <eythian> I have an SWT q.: I want a drop-down list selector, similar to Combo but with the text not being selectable/looking editable.
[11:04:27] <eythian> I know about SWT.READ_ONLY, but that doesn't change the appearance.
[11:04:56] <eythian> Can't seem to find it, but I'm sure I must just be missing something.
[11:10:49] *** allisterb has quit IRC
[11:20:59] *** nmatrix9 has quit IRC
[11:25:55] *** [TomTom] is now known as TomTom
[11:31:52] *** magnet has joined #eclipse
[11:33:07] *** Carnage\ has joined #eclipse
[11:42:42] *** yann has left #eclipse
[11:44:31] *** tom17bombadil has quit IRC
[12:25:33] *** njbartlett has quit IRC
[12:33:39] *** scorphus has quit IRC
[12:34:04] *** AhtiK2 has joined #eclipse
[12:37:36] *** eythian has quit IRC
[12:43:15] *** rcjsuen has joined #eclipse
[12:51:31] *** AhtiK3 has quit IRC
[12:53:39] *** navi_sir has joined #eclipse
[12:53:50] *** navi_sir has quit IRC
[12:56:34] *** fsteeg has joined #eclipse
[13:01:27] *** scorphus has joined #eclipse
[13:11:04] *** utopia has joined #eclipse
[13:17:59] *** Tesseraction has quit IRC
[13:21:00] *** EricInBNE has joined #eclipse
[13:22:02] *** scorphus has quit IRC
[13:30:47] *** xxen has quit IRC
[13:30:58] *** ReneP has joined #eclipse
[13:47:36] *** rretzbach has quit IRC
[13:52:03] *** fixl has joined #eclipse
[13:53:17] *** njbartlett has joined #eclipse
[14:03:48] *** omry__|work has quit IRC
[14:04:27] *** omry__|work has joined #eclipse
[14:09:54] *** njbartlett_ has joined #eclipse
[14:11:59] *** njbartlett_ has quit IRC
[14:17:40] *** Aleph_One has quit IRC
[14:27:47] *** njbartlett has quit IRC
[14:34:44] *** soulreaper has joined #eclipse
[14:42:12] *** soulreaper_ has joined #eclipse
[14:43:15] *** soulreaper_ has quit IRC
[15:08:43] *** kthomas_vh_ has joined #eclipse
[15:24:27] *** kthomas_vh has quit IRC
[15:24:57] *** ralf_e has quit IRC
[15:25:31] *** ralf_e has joined #eclipse
[15:37:48] *** jan___ has joined #eclipse
[15:38:50] <jan___> ??? Hello, how can I feed a textfile in the stdin from my java program with eclipse?
[15:39:14] <jan___> ??? cat example.html | java uebung06 doesn't work
[15:39:55] *** ZwEnN has joined #eclipse
[15:44:53] <ZwEnN> I'm trying to install visual editor.... but i get this error http://text.pastebin.com/d5be1c8a1   i already read that it has a problem with java ide for ee developers or so... but i cant figure out how to uninstall this
[15:46:55] <ZwEnN> could someone help me please?
[15:55:22] <ZwEnN> *feel
[15:55:56] <nblracer> i  noticed your problem but sorry i cant help you
[15:56:07] <ZwEnN> ty
[15:56:27] <nblracer> i ran into the same problem last week
[15:56:28] *** d_a_carver has quit IRC
[15:56:41] <nblracer> right now doing a fresh install
[15:56:59] *** a00001 has joined #eclipse
[15:57:30] <ZwEnN> i should probably do that
[15:57:33] <ZwEnN> too
[15:58:32] *** a00001 has quit IRC
[16:02:38] <jan___> anyone an idea?
[16:07:22] *** njbartlett has joined #eclipse
[16:08:33] *** njbartlett has quit IRC
[16:10:38] *** njbartlett has joined #eclipse
[16:12:03] *** njbartlett has quit IRC
[16:13:59] *** fsteeg has quit IRC
[16:14:41] *** njbartlett has joined #eclipse
[16:17:09] *** incorrect has joined #eclipse
[16:17:27] <incorrect> do i need the 32bit version of java to run eclipse under windows? 64bit?
[16:19:07] *** ZwEnN has quit IRC
[16:23:07] <incorrect> oh so you do
[16:30:10] *** nlc has joined #eclipse
[16:31:57] *** laknath has quit IRC
[16:35:06] *** radioz has joined #eclipse
[16:44:01] *** ZwEnN has joined #eclipse
[16:44:54] *** laknath has joined #eclipse
[16:58:07] *** volodya has quit IRC
[16:59:33] *** rretzbach has joined #eclipse
[17:00:20] *** veyres has quit IRC
[17:01:55] *** njbartlett_ has joined #eclipse
[17:02:31] <ZwEnN> nblracer any success?
[17:07:20] *** rcjsuen has quit IRC
[17:09:32] *** njbartlett_ has quit IRC
[17:11:39] *** omry__|work has quit IRC
[17:11:39] *** Leemp has quit IRC
[17:11:39] *** amnesic has quit IRC
[17:11:39] *** Pikachu_2014 has quit IRC
[17:11:39] *** imeikas has quit IRC
[17:12:35] <ZwEnN> oO i'm going to hit the roof because of that rubbish ... argh
[17:12:40] *** SilentPenguin has joined #eclipse
[17:13:20] * ZwEnN thinks about throwing his pc out of the window
[17:14:56] <FauxFaux> "cvs [checkout aborted]: error closing CVS/Entries.Log: No space left on device" on dev.eclipse.org /cvsroot/datatools
[17:15:22] *** omry__|work has joined #eclipse
[17:15:22] *** Leemp has joined #eclipse
[17:15:22] *** amnesic has joined #eclipse
[17:15:22] *** Pikachu_2014 has joined #eclipse
[17:15:22] *** imeikas has joined #eclipse
[17:15:46] *** Leemp has quit IRC
[17:17:31] <NoobFukaire> The visual editor really sucks anyway
[17:17:41] <NoobFukaire> because visual designers almost always suck
[17:17:51] <NoobFukaire> the code is atrocious
[17:18:40] <ZwEnN> a half day work for nothing -.-
[17:20:48] *** njbartlett has quit IRC
[17:20:59] *** tromey`` has joined #eclipse
[17:21:23] *** Cyndre_Work has joined #eclipse
[17:21:39] <ZwEnN> could someone at least tell me then how to reset the language to english?
[17:23:32] *** jan___ has quit IRC
[17:23:38] <ZwEnN> NoobFukaire my teacher told me she had found a good one.... eUML2 but this doesn't seem to be a visual editor oO
[17:23:53] *** rretzbach has quit IRC
[17:23:53] *** tr1gger has quit IRC
[17:23:53] *** deSilva has quit IRC
[17:23:53] *** francis4 has quit IRC
[17:23:53] *** NoobFukaire has quit IRC
[17:23:53] *** Echidna has quit IRC
[17:23:53] *** jsemar has quit IRC
[17:23:53] *** yashi_ has quit IRC
[17:23:54] *** elver has quit IRC
[17:23:54] *** crib has quit IRC
[17:23:54] *** cantoma has quit IRC
[17:23:54] *** Cyndrework has quit IRC
[17:23:54] *** tromey` has quit IRC
[17:24:20] *** tr1gger has joined #eclipse
[17:27:49] *** cantoma has joined #eclipse
[17:28:36] <ZwEnN> now i made it
[17:28:41] <ZwEnN> eclipse is done in
[17:31:10] *** ZwEnN has quit IRC
[17:38:54] *** dob1 has joined #eclipse
[17:38:59] *** cmccormick has joined #eclipse
[17:39:14] *** rretzbach has joined #eclipse
[17:39:14] *** elver has joined #eclipse
[17:39:14] *** yashi_ has joined #eclipse
[17:39:14] *** Echidna has joined #eclipse
[17:39:14] *** NoobFukaire has joined #eclipse
[17:39:14] *** jsemar has joined #eclipse
[17:39:14] *** francis4 has joined #eclipse
[17:39:14] *** crib has joined #eclipse
[17:39:45] <dob1> hi, it is possible on eclipse to have a timeline of the various file that you edit ? like saving a state of some files and you can go back if you want (i know you can do this using a cvs server but i am asking without this)
[17:39:54] *** Simbioz has joined #eclipse
[17:39:57] <Simbioz> hi
[17:41:05] <Simbioz> How do I turn on the auto hover? so I put the mouse over a class and it  shows it's type, etc
[17:42:38] <Simbioz> now I have to press swift to make it happen
[17:43:09] <Simbioz> shift*
[17:54:02] <FauxFaux> dob1: It does that anyway.  Compare with -> local history.
[17:54:29] <FauxFaux> Simbioz: Preferences -> java -> editor -> hovers, is "combined hover" unticked?
[18:02:31] <Simbioz> well i am using eclipse cdt, "combined hover" is ticked
[18:04:42] *** praveenkumar has joined #eclipse
[18:05:03] <Simbioz> it's strange, it was working fine, I am not sure if it stopped  working after I installed the autoconf plugin or after I imported an eclipse configuration I had backed up
[18:05:21] *** rhk has joined #eclipse
[18:05:32] <praveenkumar> hi everyone can anyone told me how to set eclipse for C/C++ project ? i got error "launch failed binary not found".i am using fedora 12
[18:05:48] *** nmatrix9 has joined #eclipse
[18:06:12] <praveenkumar> hi everyone can anyone tell me how to set eclipse for C/C++ project ? i got error "launch failed binary not found".i am using fedora 12
[18:07:54] <praveenkumar> plz help its important
[18:08:46] <Simbioz> praveenkumar, calm down. Do you have an existing folder with source files?
[18:08:59] *** tromey`` is now known as tromey
[18:10:00] <praveenkumar> Simbioz: no i just create new project and set all the setting defaultly.
[18:11:48] <Simbioz> when you select run it tells you that it cannot find the binary?
[18:12:16] <praveenkumar> Simbioz: yeah
[18:13:18] <Simbioz> then do: select you proyect, right click properties, Run/Debug settings
[18:13:38] <praveenkumar> Simbioz: ok
[18:14:00] <Simbioz> there you can select a binary for execution.
[18:16:40] <praveenkumar> Simbioz: there is already selected c/c++ applications.
[18:17:49] <Simbioz> is the app you want to run there?
[18:18:06] <Simbioz> if so, is the path correct?
[18:21:07] <praveenkumar> Simbioz: yeah,actually i just instially i create a new C project and then select "hello world ansi project" after that i build it and it run fine but when i added a new c file in src folder and then build it then it show me that error.
[18:21:51] <Simbioz> dunno then.
[18:22:14] <praveenkumar> Simbioz: ok
[18:25:01] <nblracer> ssems every mirror for data tools DTP has an invalid sig
[18:29:34] *** toulmean has joined #eclipse
[18:42:50] *** rcjsuen has joined #eclipse
[18:52:55] *** matalo has joined #eclipse
[18:53:15] *** db106 has joined #eclipse
[18:53:23] <db106> hi, is there a shortcut for jumping to the next error?
[18:53:31] *** db106 is now known as Terabyte
[18:53:44] <Terabyte> hi, is there a shortcut for jumping to the next error?
[18:53:50] *** Simbioz has left #eclipse
[18:54:30] <ralf_e> Terabyte, jump to next annotation (string
[18:54:34] <ralf_e> (strg+.)
[18:54:47] <Terabyte> strg+ ?
[18:54:49] <ralf_e> you can configure which annotations are relevant in the toolvar
[18:54:52] <ralf_e> ctrl
[18:54:55] <ralf_e> sorry :)
[18:54:56] <Terabyte> oh ok
[18:55:10] <ralf_e> strg is the german shortcut for ctrl :)
[18:55:13] <Terabyte> lol
[18:55:30] <Terabyte> thanks
[18:55:32] <Terabyte> :)
[18:56:20] *** psyc has joined #eclipse
[18:56:41] *** Terabyte has left #eclipse
[18:57:05] <rcjsuen> incorrect: well if you get the 32-bit eclipse build then you need the 32-bit jvm, yes
[18:58:46] <incorrect> i thought the point of java was it wasn't supposed to know about the os?
[18:59:08] <rcjsuen> incorrect: There is native code in the Eclipse platform.
[18:59:26] *** Resistance has quit IRC
[18:59:34] <incorrect> oh ok
[18:59:58] <incorrect> i didn't see a 64bit version for windows anyway
[19:00:18] *** bigmack83 has joined #eclipse
[19:00:58] *** JacobSingh has joined #eclipse
[19:01:01] <rcjsuen> incorrect: http://download.eclipse.org/eclipse/downloads/
[19:02:11] <incorrect> ah, weird, not linked on the front page
[19:03:08] <rcjsuen> incorrect: You mean from http://www.eclipse.org/downloads/?
[19:04:04] <incorrect> yes,
[19:04:21] <incorrect> is it considered not many people use 64bit windows?
[19:04:37] *** LongBeach has joined #eclipse
[19:04:47] <rcjsuen> on that page if you click the 'Other Downloads' or 'Eclipse Project download page' you will be lead to the other link i gave you
[19:05:28] <rcjsuen> only eclipse classic has 64-bit builds, not the others
[19:05:37] <rcjsuen> so it's not really exactly "up front and center"
[19:06:02] <rcjsuen> if you're interested you can take a look at ~293969
[19:06:03] <Arbalest> Bug 293969 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=293969 - EPP / package content / 1.3.0 - PC / Windows XP - NEW / normal / - Assignee: epp.packager-inbox - Add Windows 64 bit support
[19:06:04] <incorrect> i don't know i just grab the CDT bundle
[19:07:55] *** Resistance9 has joined #eclipse
[19:07:56] *** Resistance9 is now known as Resistance
[19:10:14] <incorrect> i use scons for my build system, i tried to get the scons plugin but no joy, is there an easy way to setup an external build tool?
[19:13:02] *** rugolini has quit IRC
[19:15:11] *** vwegert has joined #eclipse
[19:16:33] <rcjsuen> in a project's properties you can setup a builder
[19:17:00] *** Resistance has quit IRC
[19:22:22] <matalo> can anyone give any pointers on how to run the PDT all-in-one on ubuntu? I've extracted the archive but nothing happens when I try to run the executable
[19:23:05] <rcjsuen> matalo: What is the file's name
[19:23:26] <matalo> eclipse
[19:23:31] *** tom17bombadil has joined #eclipse
[19:23:41] <rcjsuen> I don't know any eclipse.tar.gz file myself from eclipse.org.
[19:23:49] <rcjsuen> I was referring to the tarball not the executable.
[19:23:52] <matalo> ah of the archive
[19:23:57] *** utopia has quit IRC
[19:24:14] <matalo> eclipse-php-galileo-SR1-linux-gtk.tar.gz
[19:24:43] <rcjsuen> what is your cpu arch
[19:26:16] <matalo> 64 bit vmware vm, but ubuntu is 32 bit
[19:26:50] <rcjsuen> Does the splash screen come up?
[19:26:56] <matalo> nope
[19:27:01] <rcjsuen> \Did you verify the checksum?
[19:28:18] <matalo> yep, its fine
[19:29:49] <rcjsuen> Can you run other Java programs?
[19:30:20] *** Resistance0 has joined #eclipse
[19:30:55] *** praveenkumar has quit IRC
[19:31:15] <matalo> I can run eclipse from apt, but i'm trying the all-in-one package to see if it resolves an issue i'm having with the other one
[19:31:45] *** pingveno has joined #eclipse
[19:31:55] <matalo> matalo@bluetit:~/eclipse$ ./eclipse
[19:31:55] <matalo> bash: ./eclipse: No such file or directory
[19:32:01] <rcjsuen> and what issue is that
[19:32:07] <matalo> definately the right file, with +x
[19:32:12] <elprespufferfish> is anybody else having trouble contacting the galileo update site?
[19:32:19] <matalo> it won't launch the browser, either internal or external, on run or debug
[19:32:49] *** f0d has joined #eclipse
[19:32:53] <matalo> thinking i may be missing a package because the version from ubuntu is pretty bare
[19:32:59] <matalo> hence the all-in-one
[19:33:28] <f0d> Do you know if it is posible to rename an IFile? It's a linked resource and I merely want to rename an instance of IFile
[19:34:16] <nblracer> why everything i try to install has an invalid sig
[19:34:31] *** Carnage\ has quit IRC
[19:34:43] <f0d> matalo, I gave up with the default ubuntu Eclipse and downloaded a fresh copy
[19:35:01] <rcjsuen> f0d: the move method?
[19:36:14] <matalo> alright i'll try download the java EE version and see if i can launch that
[19:36:22] <matalo> can then add in the pdt updates
[19:36:24] <f0d> rcjsuen, I have a problem for which I cannot use that
[19:37:46] <f0d> rcjsuen, because it is a linked resource (via EFS) to a database
[19:38:12] <f0d> And IFile.move() calls IFile.delete() - which I cannot do - because I can't break a database relationship
[19:38:14] *** veyres has joined #eclipse
[19:38:29] *** JacobSingh has quit IRC
[19:39:58] <f0d> And I can override FileStore.move() to remove the delete() call, but then I end up with a properly named IFile which is no longer a linked resource
[19:46:08] *** tom17bombadil has quit IRC
[19:46:20] <matalo> alright am i doing something wrong here... for a linux install you just have to unpack the archive anywhere and you should be able to run the "eclipse" executable?
[19:47:00] <f0d> Yeah, you just unpack the archive and you should be click on eclipse in your file manager
[19:47:02] <rcjsuen> matalo: yes if it unzipped correctly, I just put it in ~/, cd eclipse, ./eclipse
[19:47:04] <f0d> if not, from the cmd line
[19:47:17] <f0d> tar zxvf eclipse.tar.gz; cd eclipse; ./eclipse
[19:48:55] <matalo> matalo@bluetit:~/eclipse$ ls -la | grep "eclipse"
[19:48:55] <matalo> matalo@bluetit:~/eclipse$ ./eclipse
[19:48:55] <matalo> bash: ./eclipse: No such file or directory
[19:49:02] <matalo> lol
[19:49:29] <f0d> do: ls -lia | grep eclipse
[19:49:31] <f0d> and paste us that
[19:49:43] <rcjsuen> actually no reason to grep
[19:49:52] <rcjsuen> seeing the whole structure in and of itself would be helpful imo
[19:50:09] <f0d> sure
[19:51:08] <matalo> http://pastebin.ca/1712361
[19:51:56] <matalo> btw this is the java EE version now, so ruled out being an issue with the PDT package
[19:52:29] *** fixl has quit IRC
[19:52:42] <f0d> I can't see any issue with that
[19:53:01] *** volodya has joined #eclipse
[20:05:56] <f0d> How do I fire a recource change event?
[20:18:27] *** shorti has joined #eclipse
[20:20:33] *** soulreaper has quit IRC
[20:23:46] *** pnehrer has joined #eclipse
[20:27:05] *** pingveno has quit IRC
[20:32:30] *** Powerplay has joined #eclipse
[20:38:30] *** Leemp has joined #eclipse
[20:48:05] *** nlc has quit IRC
[20:51:21] *** Powerplay has quit IRC
[20:52:41] *** shorti has left #eclipse
[20:52:46] *** soulreaper has joined #eclipse
[20:59:39] *** nmatrix9 has quit IRC
[21:03:32] *** pingveno has joined #eclipse
[21:03:55] *** Dashkal has joined #eclipse
[21:05:35] *** nlc has joined #eclipse
[21:10:16] *** mrstocks has joined #eclipse
[21:10:28] <mrstocks> hi im having trouble ;)
[21:10:45] <FauxFaux> Cool.
[21:11:07] <mrstocks> i doawload the eclipse and added cdt.
[21:12:07] <mrstocks> it in "make" so i dowload mingw.
[21:12:31] <mrstocks> so i will put the configure? path the gcc ect ect ?
[21:13:02] *** rcjsuen has quit IRC
[21:14:22] *** rcjsuen has joined #eclipse
[21:23:32] *** matalo has quit IRC
[21:36:22] <mrstocks> how do you the ror plugins ?
[21:36:37] <mrstocks> im redirected the aptana
[21:37:02] <rcjsuen> Well I believe APtana hired those guys so it's now at aptana.
[21:38:37] <mrstocks> uhmmm ?
[21:39:37] <rcjsuen> mrstocks: Doesn't the Aptana site let you download Radrails?
[21:40:32] <mrstocks> aaaarh i gone ! have to my selection plugin
[21:41:02] *** xxen has joined #eclipse
[21:41:21] <mrstocks> aptana studio or radrails ?
[21:41:29] <mrstocks> what is the diff ?
[21:45:55] *** Resistance0 has quit IRC
[21:46:40] *** ktlr has joined #eclipse
[21:52:26] *** volodya has quit IRC
[21:52:27] *** Powerplay has joined #eclipse
[21:58:46] <dob1> FauxFaux: sorry i read now your answer, i see the option about local history, but how do i save the state of the files that i want?
[21:59:18] <dob1> compare with local history gives me no results
[21:59:54] <rcjsuen> dob1: you mean "take a snapshot of my files from 1200?"
[22:00:44] <dob1> my first question was if there is a way to store the state of the project i am working on and then restore this state
[22:00:52] <rcjsuen> right
[22:00:59] <dob1> like you are using a cvs but without it
[22:01:15] <rcjsuen> so it sounds like the answer to my question is "yes" but maybe not
[22:01:31] <dob1> i think is yes
[22:01:43] <rcjsuen> snapshots cannot be created globally
[22:01:47] <rcjsuen> snapshots of individual files are made on save
[22:03:43] <dob1> ok i see, but when you close eclipse you lose every snapshots of the files
[22:03:54] <dob1> this is why local history gives me no result
[22:04:51] <dob1> there is no way to save them? or the only option is to use a cvs ?
[22:06:19] <rcjsuen> No idea. Works fine for me across Eclipse restarts.
[22:06:31] <dob1> really ?
[22:06:48] <rcjsuen> I would imagine most people would use an SCM system anyway if they're not doing like a for loop assignment.
[22:07:15] <dob1> you get the various snapshots of the file if you restart eclipse?
[22:07:24] <rcjsuen> Team > Show Local Hsitory
[22:07:27] <rcjsuen> works for me
[22:07:38] <rcjsuen> It's not clear to me what I would gain from lying. ;)
[22:08:11] <dob1> no for me doesn't work if i restart eclipse, it gives me no results
[22:08:40] <rcjsuen> dunno then, all i did was make a project, make a text file, type random stuff in it and save a few times, check my history, restart, check again, still there
[22:10:50] <dob1> i don't know, i am looking on preference
[22:27:36] *** Razec has joined #eclipse
[22:38:11] <Razec> Hi folks
[22:42:26] *** vwegert has quit IRC
[22:45:06] *** sphenxes has quit IRC
[22:48:40] *** Dashkal has quit IRC
[22:51:10] *** nlc has quit IRC
[22:52:49] *** l0ngbeach has joined #eclipse
[23:08:11] *** LongBeach has quit IRC
[23:12:11] *** tphgangster has quit IRC
[23:12:16] *** Razec has quit IRC
[23:14:41] *** philk_ has joined #eclipse
[23:14:41] *** philk__ has quit IRC
[23:18:45] *** toulmean has quit IRC
[23:22:45] *** f0d has quit IRC
[23:27:19] *** dob1 has quit IRC
[23:30:41] <NoobFukaire> what part of eclipse moves classes from bin/ to the runtime classpath?
[23:31:30] <rcjsuen> "runtime classpath"?
[23:32:43] *** mrstocks has quit IRC
[23:32:45] <NoobFukaire> yes, the runtime classpath, like -cp myfolder:otherfolder
[23:33:03] <rcjsuen> It doesn't...assuming I'm following you.
[23:33:04] <NoobFukaire> does it copy bin/* to some place or does it just add bin to the classpath?
[23:33:17] <rcjsuen> you mean when you just say "run this java application launch config"?
[23:33:37] <NoobFukaire> possibly, although this is with an eclipse product
[23:33:50] <NoobFukaire> but lets say it's just a regular java app
[23:34:09] <rcjsuen> in the regular case it is certainly the latter, you can see it in its gorey details, ~debug-command
[23:34:09] <Arbalest> Need to find out what the command line invocation was for a process launched by Eclipse? See here - http://wiki.eclipse.org/Graphical_Eclipse_FAQs#How_do_I_check_for_the_command_line_invocation_that_Eclipse_used_to_launch_an_application.3F
[23:35:37] <NoobFukaire> okay but I need to change this slightly, by adding my own class folders
[23:35:52] <NoobFukaire> but this is all part of a plugin and a classpath container
[23:35:59] <NoobFukaire> so it's not as easy as just adding a class folder
[23:36:02] <NoobFukaire> in the project config
[23:37:21] <NoobFukaire> basically I have a bunch of java classes generated by a builder, that go in a special hidden folder
[23:37:50] <NoobFukaire> when the application is ran or exported, I want to make sure the classes show up in resulting app
[23:41:31] <NoobFukaire> okay I think I got it ;)
[23:41:46] <NoobFukaire> I had to make sure the container itself was in the list of exports
[23:45:04] <NoobFukaire> yep, did the trick
[23:45:33] <NoobFukaire> adding the custom container to the export list works for both running the eclipse app and exporting it
[23:45:52] <NoobFukaire> basically just <classpathentry exported="true" kind="con" path="mycontainerpath"/>
[23:46:02] <NoobFukaire> exported="true" being the important part
[23:46:06] <NoobFukaire> like with exported plugins
[23:46:52] *** black_13 has joined #eclipse
[23:47:10] <black_13> how do i import existing code int an eclipse project?
[23:47:28] <NoobFukaire> right click -> import
[23:47:40] <black_13> i have tired that and i can import a file system
[23:47:43] <NoobFukaire> or file -> import
[23:48:02] <NoobFukaire> what exactly are you trying to import?
[23:48:10] <black_13> i would like to inport the code of ext-gwt project
[23:48:56] <NoobFukaire> it's an eclipse project?
[23:49:00] <NoobFukaire> you can import those directly
[23:50:09] <black_13> no its not an eclipse project
[23:52:31] <NoobFukaire> are you trying to physically import files into eclipse or just use the ext-gwt stuff as a dependency for your project?
[23:53:37] *** elprespufferfish has left #eclipse
[23:55:22] *** volodya has joined #eclipse
[23:59:50] *** charley1 has quit IRC

top