Hi Mark,
Excellent work and great research
From your description it looks like your tests has been done with a scripting language. How does all this looks if you want the same functionality with compiled languages
Regards,
delley
Search found 13 matches
- Mon Aug 16, 2004 12:15 pm
- Forum: General
- Topic: Turning TextPad into an IDE for any programming language!
- Replies: 5
- Views: 1653
- Fri Jul 16, 2004 11:40 am
- Forum: Java
- Topic: plz help - compile errors
- Replies: 2
- Views: 1091
install?
Have you set environment variables according to java install guide?
i.e. JAVA_HOME, CLASSPATH and PATH variable.
delley
i.e. JAVA_HOME, CLASSPATH and PATH variable.
delley
- Fri Apr 16, 2004 11:33 am
- Forum: General
- Topic: Annoing - Hex/ascii copy and paste???
- Replies: 3
- Views: 436
Annoing - Hex/ascii copy and paste???
Hi, I resently started working with base64 encoding of text. I have been using Textpad for a gazillion years (approx.). But I have never used it as an hex tool. Now, when I view my file which is partly text and partly base 64 encoded, textpad enterpet the whole file as hex - even the text part ...
- Fri Jan 23, 2004 7:52 am
- Forum: General
- Topic: Tools: Registers - File, Line, Column
- Replies: 17
- Views: 1751
- Thu Jan 22, 2004 2:12 pm
- Forum: General
- Topic: Tools: Registers - File, Line, Column
- Replies: 17
- Views: 1751
- Thu Jan 22, 2004 2:03 pm
- Forum: General
- Topic: Tools: Registers - File, Line, Column
- Replies: 17
- Views: 1751
- Thu Jan 22, 2004 1:39 pm
- Forum: General
- Topic: Tools: Registers - File, Line, Column
- Replies: 17
- Views: 1751
Thanks for your reply :D But I've searched through the Textpad help with out finding anything that specifically explains what they (file, line, column) are for. I also looked in the sections you suggested From texpad help: A regular expression that matches the output must be typed in the Regular ...
- Thu Jan 22, 2004 12:19 pm
- Forum: General
- Topic: Tools: Registers - File, Line, Column
- Replies: 17
- Views: 1751
Tools: Registers - File, Line, Column
Hi all,
Is there anyone that can explain how the registers under tools configuration work ??? Please give examples
I'm trying to set-up "captured-output-doubleclick" function for ant.
In advance thanks,
delley
Is there anyone that can explain how the registers under tools configuration work ??? Please give examples
I'm trying to set-up "captured-output-doubleclick" function for ant.
In advance thanks,
delley
- Fri Jan 16, 2004 11:25 am
- Forum: Enhancement Suggestions
- Topic: Compiler breakpoint / bookmark integration
- Replies: 1
- Views: 426
Compiler breakpoint / bookmark integration
Hi, It could be nice to be able to use the bookmarks in textpad as breakpoints for your compiler (in my case gcc). I.e when you start your compiler via the tools menu it automaticaly loads the bookmarks you've set in textpad as breakpoints for your debugging session. Any plans for this ? maybe just ...
- Fri Jan 16, 2004 11:05 am
- Forum: General
- Topic: Need help setting up gcc as tool in textpad!!!
- Replies: 6
- Views: 590
gcc and gdb tools
4 anyone interested this is my tools set-up for gcc and gdb: GCC setup as Program --------------------------- Command = gcc (this requires that gcc has been put into your path variable!!!) Parameters = $File -o $BaseName.exe Initial Folder = $FileDir Capture output checked GDB as DOS command ...
- Mon Jan 12, 2004 12:31 pm
- Forum: General
- Topic: Need help setting up gcc as tool in textpad!!!
- Replies: 6
- Views: 590
- Mon Jan 12, 2004 11:09 am
- Forum: General
- Topic: Need help setting up gcc as tool in textpad!!!
- Replies: 6
- Views: 590
- Mon Jan 12, 2004 10:38 am
- Forum: General
- Topic: Need help setting up gcc as tool in textpad!!!
- Replies: 6
- Views: 590
Need help setting up gcc as tool in textpad!!!
Hi all, I currently trying to setup gcc as a tool in textpad but I'm running into some problems... This is what I've done so far: 1. Added gcc to my path environment 2. Add gcc as tool in textpad with following: Command = gcc $File -o $BaseName.exe Initial Folder = $FileDir When I try to execute the ...