Having used Gel pretty extensively now for a serious project, it's turning out to work very well for me. Two questions: when I select JDK Help from the help...
388
Ivan Vecanski
jacquex01
May 1, 2002 4:01 pm
Hi, Seems that you have 'Activate Template' mapped to the default Shift-Space. Go to View|Toolbars|Customize|KeyMappings|Editor|ActivateTemplate and modify it...
389
miccob087
May 2, 2002 12:57 am
Hi, I'm new to gel, but it seems www.gexperts.com is not responding! is it temporary? Is it the wrong URL? Thanks, Mike...
390
Gerald Nunn
gnunn2
May 2, 2002 1:19 am
The site should be back up shortly, my hosting provider is experiencing some technical difficulties. Gerald ... From: "miccob087" <miccob087@...> ...
391
weejim76
May 2, 2002 5:27 am
Gerald, is it possible to have a link in the context menu in windows explorer to open the selected file(s) in Gel. For example, with Winzip installed, right...
392
Daan Kets
daan.kets@...
May 2, 2002 6:32 am
Jim I wouldn't ask for that - all these shell extensions (context handlers) only make your system slower - the better way to do this would be to create an...
393
weejim76
May 2, 2002 7:06 am
Daan, I am skeptical to suggestion that a visible system slow down will be resulted from adding another action to the context menu. Winzip has done that....
394
guntherds@...
guntherds
May 2, 2002 7:13 am
Gerald, when do you expect to find time to make the debugging possiblities a little better? thanks gunther...
395
Daan Kets
daan.kets@...
May 2, 2002 7:40 am
Jim Implementing a shell context handler is somewhat different from a normal file extension handler. It involves implementing some shell interfaces. Adding a...
396
jjucifer
May 2, 2002 1:45 pm
Using 0.78c on Windows 2K I perform a Find/Replace and enable "prompt before replace" option. If I answer NO to the prompt to replace string nothing happens....
397
dscotney2
May 2, 2002 2:05 pm
Hi I have a .jar file which I have included as a library and the code-completion worked fine. I have needed however to update the .jar file with a newer...
398
Gerald Nunn
gnunn2
May 2, 2002 2:23 pm
Jim, I don't have any intention in doing this at this time, I think the send item is sufficient and my time isn't best spent writing shell extensions. Gerald ...
399
Gerald Nunn
gnunn2
May 2, 2002 2:26 pm
Gunther, ... Frankly, I don't know, my life isn't that quite predictable. It's completely dependant on what is going on at my job and with my family. Sorry I...
400
Gerald Nunn
gnunn2
May 2, 2002 2:28 pm
Jon, Thanks, I will fix that for the next version Gerald ... From: "jjucifer" <jjucifer@...> Reply-To: gelide@yahoogroups.com Date: Thu, 02 May 2002...
401
Gerald Nunn
gnunn2
May 2, 2002 3:40 pm
Derek, Gel should pick up the change automatically and use the newer jar, it worked fine when I tested it last. Code completion information is not persisted...
402
kbaynes
May 2, 2002 4:49 pm
I love the code completion in Gel, it's one of the main reasons I'm using it. I have an enhancement request that I hope is not a repeat. :-) I work with some...
403
clomvardias
May 2, 2002 8:02 pm
Hi, the gexperts site appears to be down. Chris...
404
Daan Kets
daan.kets@...
May 3, 2002 7:21 am
Gerald As an embedded programmer, I often have to compile using non-standard compilers etc. Gel often has problems with these, unless I run them as an external...
405
Daan Kets
daan.kets@...
May 3, 2002 7:27 am
Another one : Please think about an option to avoid using doubble back-slashes in the file to compile. Thx. ... From: Daan Kets...
406
Gerald Nunn
gnunn2
May 3, 2002 1:18 pm
Daan, ... sure, no problem. ... Probably not going to happen ... The problem is Gel needs to know how the compiler outputs error messages and warnings to build...
407
Daan Kets
daan.kets@...
May 3, 2002 2:00 pm
Gerald About my third request : I can assure you that the output of our compiler is compliant with jdk 1.1.8 or higher, so, this should not be a problem. Daan ...
408
Gerald Nunn
gnunn2
May 3, 2002 2:23 pm
Daan, Thanks, let me look at this further. Gerald ... From: "Daan Kets" <daan.kets@...> Reply-To: gelide@yahoogroups.com Date: Fri, 3 May 2002...
409
kbaynes
May 3, 2002 3:15 pm
Another Code Completion comment :-) Hope you don't mind. I've noticed that the code completion for Arrays functions sort of backwards. Example: Integer ints[]...
410
mr_agomez
May 3, 2002 5:49 pm
Hi Gerald, ... Check this option and you will get the behavior you desire. that's not what i meant.... suppose u open a file, make a change, then appears...
411
mr_agomez
May 3, 2002 5:53 pm
... found ... UNIX - ... variables ... others though ... Check this option and you will get the behavior you desire. ... I ... more info...
412
Gerald Nunn
gnunn2
May 3, 2002 5:53 pm
Alejandro, ... The reason that it is dependant on the switch I mentioned is that if undo info is not removed after a save, you could have this sequence: change...
413
Alejandro MartÃn ...
mr_agomez
May 3, 2002 6:13 pm
Gerald, Sorry about posting twice….. ... maybe there’s an option to activate this, cuz this not working for me I open a file from my project in gel, then...
414
Gerald Nunn
gnunn2
May 3, 2002 6:42 pm
It only prompts you if the file in Gel is modified, otherwise it reloads it automatically. It works fine here. Gerald ... From: Alejandro Martín Gómez...
415
ianshef
May 4, 2002 4:03 am
I have an un-feature request. I hope that I don't get flamed by the group for it. I have observed with trepidation a recent flurry of feature requests for...
416
Gerald Nunn
gnunn2
May 4, 2002 5:05 pm
Fixed for next version, problem is due to declaring the array after the variable name instead of after the type. Change the declaration to the following will...