Search found 4 matches
- Sun Jun 28, 2015 9:36 pm
- Forum: Enhancement Suggestions
- Topic: High resolution display bug
- Replies: 2
- Views: 2313
- Mon Nov 08, 2010 4:25 pm
- Forum: General
- Topic: Three string types
- Replies: 0
- Views: 203
Three string types
In Universe Basic syntax, there are three characters which define strings: Single Quote, Double Quote and Backslash. I would like to see:
A = 'HELLO'
A = "HELLO"
A = \HELLO\
My [Syntax] section is below, but no combination of character assignments seems to work. Does Textpad have a hard limit ...
A = 'HELLO'
A = "HELLO"
A = \HELLO\
My [Syntax] section is below, but no combination of character assignments seems to work. Does Textpad have a hard limit ...
- Mon May 10, 2010 5:18 pm
- Forum: General
- Topic: New Document Uses Different Default Syntax
- Replies: 3
- Views: 794
Ahh, there's the rub. I'm using Universe Basic syntax, which has no particular extension. The file names are just program titles like "POST.ORDERS" or "getUserProfile" - sometimes with an extension and sometimes without. So my default extension is null.
I ended up editing the registry setting:
HKEY ...
I ended up editing the registry setting:
HKEY ...
- Mon May 10, 2010 3:37 pm
- Forum: General
- Topic: New Document Uses Different Default Syntax
- Replies: 3
- Views: 794
New Document Uses Different Default Syntax
I have read the first 5 pages of this forum, and searched all forums, but I'm not finding the answer. I have applied a syntax and colors to a class, and when I save, I see the colors apply and all is well. But when I choose File, New, the font and colors go to the default settings. When I save it ...