Search found 13 matches

by delley
Mon Aug 16, 2004 12:15 pm
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 1538

What about...?

Hi Mark,

Excellent work and great research :D :D :D

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
by delley
Fri Jul 16, 2004 11:40 am
Forum: Java
Topic: plz help - compile errors
Replies: 2
Views: 702

install?

Have you set environment variables according to java install guide?

i.e. JAVA_HOME, CLASSPATH and PATH variable.

delley
by delley
Fri Apr 16, 2004 11:33 am
Forum: General
Topic: Annoing - Hex/ascii copy and paste???
Replies: 3
Views: 406

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... An...
by delley
Fri Jan 23, 2004 7:52 am
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1462

Thanks s_reynisson ! That did it for me :D Maybe we should suggest to the guys at Helios to update the TP help file with this topic since it is not described... One more question :wink: What is the difference between using POSIX and normal regexp? To me it looks like its only syntax differences. Reg...
by delley
Thu Jan 22, 2004 2:12 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1462

ALLRIGHTY THEN :!: :!: :!:

Could you be so kind to give some examples :mrgreen:
by delley
Thu Jan 22, 2004 2:03 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1462

ups :oops: I think I've managed to explain my problem badly :oops: I wanted to know how to use the registers: File, Line and Column Sorry! :oops: Am I reading you correctly if I say that the registers is used to define the file, line and column that you will be moved to if you double-click the captu...
by delley
Thu Jan 22, 2004 1:39 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1462

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 Exp...
by delley
Thu Jan 22, 2004 12:19 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1462

Tools: Registers - File, Line, Column

Hi all,

Is there anyone that can explain how the registers under tools configuration work ??? Please give examples :wink:

I'm trying to set-up "captured-output-doubleclick" function for ant.

In advance thanks,


delley
by delley
Fri Jan 16, 2004 11:25 am
Forum: Enhancement Suggestions
Topic: Compiler breakpoint / bookmark integration
Replies: 1
Views: 366

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 ...
by delley
Fri Jan 16, 2004 11:05 am
Forum: General
Topic: Need help setting up gcc as tool in textpad!!!
Replies: 6
Views: 416

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 -------...
by delley
Mon Jan 12, 2004 12:31 pm
Forum: General
Topic: Need help setting up gcc as tool in textpad!!!
Replies: 6
Views: 416

:D :D :D :D :D
THANK YOU!!!
:D :D :D :D :D
by delley
Mon Jan 12, 2004 11:09 am
Forum: General
Topic: Need help setting up gcc as tool in textpad!!!
Replies: 6
Views: 416

Hi tallyrand,

Yes - I have no problems with gcc in my DOS environment.
by delley
Mon Jan 12, 2004 10:38 am
Forum: General
Topic: Need help setting up gcc as tool in textpad!!!
Replies: 6
Views: 416

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...