Search found 118 matches

by rjbill
05 Oct 2011 07:31
Forum: Syntax files
Topic: Bug or corruption or something
Replies: 3
Views: 12722

Re: Bug or corruption or something

I assigned colors and it seems to be working now. I've been using it for awhile and no crashes or abnormalities. However , there is still no .SSX file. There are these two files: C:\Users\Ralph\AppData\Roaming\RJ TextEd\Syntax\QB64.ini C:\Users\Ralph\AppData\Roaming\RJ TextEd\Syntax\QB64.syx All of ...
by rjbill
28 Sep 2011 08:55
Forum: Syntax files
Topic: Bug or corruption or something
Replies: 3
Views: 12722

Bug or corruption or something

I don't know what's going on with my attempts at creating a syntax highlighter for QB64 (Quick BASIC). First it was causing RJTE to crash. And I never could understand what you wanted or needed me to do about that. (none of the attempts ever worked trying to get the special crash debug program to wo...
by rjbill
24 Aug 2011 13:13
Forum: Syntax files
Topic: BASIC $ Keywords
Replies: 1
Views: 9117

BASIC $ Keywords

In BASIC, there are keywords like CHR$.

Do I have to make a "$" not be a symbol for this to highlight correctly
and have the editor think that "CHR$" is the full keyword name?

I guess it doesn't matter that it won't think a '$' is not a symbol.
by rjbill
24 Aug 2011 13:10
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

Thanks. I just realized there is a new version. (I was two behind)
So I'll try it.
by rjbill
12 Jul 2011 16:08
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

I assume there is a coloring sequence. If we could select first keywords then symbols, or first symbols then keywords, to choose which gets preference, that would be nice for some more obscure non-programming specs like RTF. That, along with an additional symbol color would be great. (two more would...
by rjbill
11 Jul 2011 23:28
Forum: Syntax files
Topic: multi-word keywords
Replies: 2
Views: 8766

Re: multi-word keywords

No official reply, but I'm going to say, "No", because SPACE characters are delimiters. (in the absolute sense) Afaik, you cannot include them as part of a keyword. Someone will correct me if I'm wrong. I can see where that might be nice in some specifications, though. Just like I could us...
by rjbill
11 Jul 2011 23:18
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

{snip} Yeah, thanks. So what about the changes I suggested might be needed to support something like this more fully? Are those never going to happen? (maybe because they would break something) And I'm guessing "symbol characters" are not allowed as "keywords". Or if they are, t...
by rjbill
11 Jul 2011 18:21
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

This is what I have now: (I removed most of the Control Words keywords below because there are about 1500 of them) ;{$RTF;rtf.syx} [Keywords] Control Words=ab|absh|abslock|absnoovrlp|absw|acaps|acccircle|acccomma|accdot|accnone|accunderdot|acf|adeff|additive|adeflang|adjustright|adn|aenddoc| Special...
by rjbill
11 Jul 2011 18:13
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

I tried making {, }, \, and \* Keywords, and that works (kind of), as long as {, }, and \, are not set as Symbols, which overrides the Keyword colors. Also, if you remove {, }, and \ from Symbols, it stops showing the Control Word keywords, I suppose because they are not delimited by Symbols then (\...
by rjbill
11 Jul 2011 17:50
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

I went ahead and made the Syntax file for RTF and it seems to be working the way I thought it would, unless there is something I can do. Here is what I have so far. http://www.donnelly-house.net/temp/rtfsyntax.png As you can see, the keywords without appended numeric values are showing in Blue, but ...
by rjbill
10 Jul 2011 11:54
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 28984

RTF Syntax Hiliter: Numeric parms "attached" to keywords

I couldn't find any info about my question anywhere. In RTF files, numeric parameters are appended to the end of Control Words without any symbols or whitespace. So, for example, if the keyword is ri (right indent), there is a numeric value attached to that for a value in Twips, like: \ri1260 Before...
by rjbill
13 Jun 2011 09:41
Forum: Syntax files
Topic: Syntax highlighting colors are (very) limited
Replies: 2
Views: 9068

Doh!

Thanks.

:oops:
by rjbill
13 Jun 2011 08:02
Forum: Syntax files
Topic: Syntax highlighting colors are (very) limited
Replies: 2
Views: 9068

Syntax highlighting colors are (very) limited

I am new to the editor, so I was changing the syntax highlighting colors for HTML, PHP, JavaScript, and CSS, using multi-highlighter. The color options are extremely limited. It looks like maybe the chooser is a "web-safe" colors chooser. (?) Even the light colors are too "bright"...