I've not had any reports of this from anyone else. The closest I have received is this from someone with poor english: When declear main() before komiling the...
2241
Gerald Nunn
gnunn2
May 7, 2003 3:42 pm
Thanks, I'll have a look tonite or tomorrow....
2242
jlsoper
May 8, 2003 3:35 am
Dear Gerald, Could you create a 'new' Gel variable which would identify which 'Smart folder' is highlighted in the Project Manager view? Ex) Gel currently...
2243
Marlon Candido GuĂ...
marlonguerios
May 8, 2003 6:32 pm
When I run the compile task in ant, gel does not include my project libraries in the ant classpath. It's correct? thanks Marlon...
2244
Michael Mogley
mmogley
May 9, 2003 6:13 pm
Hi Gerald, I just discovered what seems to be a bug in RC30. I can't seem to add any global libraries. The dialog that shows up is fairly empty. If it's not...
2245
Gerald Nunn
gnunn2
May 9, 2003 6:37 pm
Did you add any global libraries to Tools|Options|Libraries? Global libraries are pulled from here for possible association with individual projects Gerald...
2246
Michael Mogley
mmogley
May 9, 2003 6:48 pm
I see. I felt it must have been something on my end. Thanks! Michael ... From: Gerald Nunn To: gelide@yahoogroups.com Sent: Friday, May 09, 2003 11:36 AM ...
2247
Sivaram Kowta
sivaramkowta
May 13, 2003 3:32 am
Hi Gerald, I have a doubt. I am trying to link a command line tool through gel (options/tools). Is there any way that I can tell Gel to directly pass the name...
2248
ParameshwarB
balla_p
May 13, 2003 4:14 am
u can pass the current opened file to the tool as $(FILE), u can get help abt them from the menu Help -> Others -> Tools. -Parameshwar ... From: Sivaram Kowta ...
2249
ParameshwarB
balla_p
May 13, 2003 4:26 am
Hi Gerald, I formatted a java file in GEL IDE to some codding standards of the company, when i opend the file in any other editor other than GEL ( editplus,...
2250
Nathan Davis
davisnw
May 14, 2003 5:01 pm
If I run 0.2 pmd correctly shows unused variables etc. However I get no results whatsoever when I run pmd 0.3 on the same files. (There is not even an...
2251
Tom Copeland
tomcopeland_...
May 14, 2003 7:00 pm
Hi Nathan - Hm. You may want to ensure that the 0.2 plugin is completely uninstalled and then reinstall the 0.3 plugin. Ian wrote up some directions which...
2252
Nathan Davis
davisnw
May 14, 2003 10:27 pm
Thanks. It's working now....
2253
Nathan Davis
davisnw
May 15, 2003 1:02 am
Gel properly prevents the editing of a file that is not checked out. However, this is circumvented if one runs a source modifying plugin such as "Formatter."...
2254
Michael Montuori
michaelmontuori
May 15, 2003 5:06 pm
I was moving the project manager and class browser window and got the following exception, is anyone alse experiencing it also?: date/time : 2003-05-15...
2255
André Matheus
am2web
May 16, 2003 9:41 am
Hi everybody, Looks like there is some problems on the code completation for JSP files. Some of the problems have already been fixed on previous versions but...
2256
ParameshwarB
balla_p
May 16, 2003 11:46 am
hello, I selected the some block in column select mode and copied and when i pasted it in some other location, some of the portion ( end portion ) from the top...
2257
Renato Lopes
renolop
May 16, 2003 12:17 pm
This occurs sometimes with me too, but in files .java, not only .jsp. ... escreveu: > Hi everybody, ... ===== Renato Lopes SCWCD - J2EE Bacharel em...
2258
dscotney2
May 19, 2003 12:36 pm
Hi I have picked up a bug in the 'Implement Interface' function. What happens is that the methods to be implemented are added after the classes closing brace...
2259
dscotney2
May 19, 2003 12:47 pm
I am using Gel RC33....
2260
Gerald Nunn
gnunn2
May 19, 2003 2:37 pm
Derek, I'll have a look, thanks Gerald...
2261
Robin van Gessel
r.vangessel@...
May 21, 2003 7:54 am
Hi all, Gerald, The autocompletion of code does not function properly when I call an attribute of a super class with "this.attribute", e.g.: when "atrribute"...
2262
sun2bin
May 22, 2003 9:30 am
Hi, Gerald! Could you provide an option to disable the unicode support so that I can use RC33 and enjoy other features in it?...
2263
Gerald Nunn
gnunn2
May 26, 2003 12:55 pm
Hey guys, There will be a test version out tonite that I hope will fix the problem with clipping files on load on some systems. I am not able to duplicate it...
2264
Gerald Nunn
gnunn2
May 27, 2003 5:23 am
If you have been experiencing problems with RC33 clipping files with foreign characters, please download RC33a and let me know if it resolves the problem. It...
2265
sun2bin
May 28, 2003 1:37 am
The file appears correct, not truncated now. However, when I modify the file (add a blank) and save, all content is gone, and I can't get any original code...
2266
Gerald Nunn
gnunn2
May 28, 2003 2:19 am
Thanks for your patience in helping test this and waiting for the fix while I sorted out some personal stuff. I've uploaded a new version for the save side,...
2267
Marcus Cesar Rocco da...
marcus_rocco
May 28, 2003 7:09 pm
Hi, Gerald! I wrote a default.po file in Portuguese (Brazilian)... How I can build a default.mo file and use it with Gel? Thanks a lot. Marcus Rocco. ...
2268
sun2bin
May 29, 2003 1:01 am
Great! Saving won't kill a file any more! I'll check if there's any new fatal bugs... ... fix while I sorted out some personal stuff. I've uploaded a new ...
2269
Machiel Groeneveld
machielgroen...
May 29, 2003 8:41 am
I would like to use the jdb features in Gel with a remote vm. I have Tomcat running in debug-mode and I attach jdb to it to debug my servlets. This works...