Search found 11 matches
- Tue Feb 21, 2012 7:07 pm
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
regular expressions..
The following is the regular expression i wrote to do function name recognition ^:[\s]+[[:graph:]]+[\s]+ This took me a LONG time to figure out and is still only an approximation of the way colon definitions can be expressed. theres no actual requirement for the : to be in column 1 though the norm i...
- Tue Feb 14, 2012 10:50 pm
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
might have just been a glitch
Im no longer seeing the non alphanumeric characters being stripped from the keyword lists now either but i am seeing that I cannot export. makes things difficult because im running this editor inside a Linux virtual machine running under windows 7. pretty much every dialog/edit/box etc is so small f...
- Tue Feb 14, 2012 5:18 pm
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
Also need a way to add blanks to the regular expressions for numbers. In a thoroughly butchered example of a close approximation of BNF... :eol: = (\n|\r) :blank: = (space|tab) :hex: = ($[0-9a-fA_F]+(:blank:|:eol:)) :oct: = (\[0-7]+(:blank:|:eol:)) :dec: = ([0-9]+(:blank:|:eol:)) so the regular expr...
- Tue Feb 14, 2012 6:01 am
- Forum: Comments and Suggestions
- Topic: SVN
- Replies: 1
- Views: 12476
SVN
All things being equal subversion is better :)
shut up Linus }:) <-- evil grin (tm)
I would not really MISS subversion support inside the editor if it were never added but maybe adding it somewhere near the bottom of the todo list would be good :)
shut up Linus }:) <-- evil grin (tm)
I would not really MISS subversion support inside the editor if it were never added but maybe adding it somewhere near the bottom of the todo list would be good :)
- Tue Feb 14, 2012 4:17 am
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
export doesnt seem to work
I exported the keywords as you suggested but while I see all the comment types config items and the numbers regular expression there are no actual keywords in the saved file... what did i do wrong? Ok what i did was i copied the zki file for forth out of the examples directory, edited it and importe...
- Tue Feb 14, 2012 3:58 am
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
What I would suggest as a better alternative is to do the following: Export the keyword details using the Export button Start a second copy of Zeus Edit the export file in that copy of Zeus and save the file changes Go back to the first copy of Zeus an import the file As you apply the changes you s...
- Tue Feb 14, 2012 3:20 am
- Forum: Comments and Suggestions
- Topic: Praise for Zeus
- Replies: 2
- Views: 14494
+1
i have literally spent the last 3 or 4 days doing nothing but download, install, try, uninstall IDE/editor after ide/editor after ide/editor. I stopped downloading and installing and stopped uninstaling after installing this one. I have not quite finished evaluating but things are looking REAL GOOD ...
- Tue Feb 14, 2012 3:12 am
- Forum: Comments and Suggestions
- Topic: block cursor
- Replies: 1
- Views: 12498
block cursor
a micro thin vertical bar hiding between two characters is visually less prominent than a block cursor. maybe its my ye olde dos days poisoning my opinion but i much prefer a block cursor to a I beam. would be a nice option! p.s. TYTYTY for NOT enforcing a schizophrenic jitterbug cursor! virtual spa...
- Tue Feb 14, 2012 3:09 am
- Forum: Comments and Suggestions
- Topic: Let's Have a Zeus Twitter Account
- Replies: 1
- Views: 12551
ugh
no twitter.
no myspace.
no facebook.
no linkedin.
if both george soros and bill gates offered to give me their entire personal fortunes i wouldnt trust ANY ONE of those forums as far as i can throw the empire state building.
nuff sed :)
no myspace.
no facebook.
no linkedin.
if both george soros and bill gates offered to give me their entire personal fortunes i wouldnt trust ANY ONE of those forums as far as i can throw the empire state building.
nuff sed :)
- Tue Feb 14, 2012 3:06 am
- Forum: Comments and Suggestions
- Topic: indentation marks and highlight current line
- Replies: 1
- Views: 12881
indentation marks and highlight current line
would like a way to turn these items off. indentation marks can only be turned off by making them the same fg/bg color as white space but this does not truly work because the highlight current line makes them visible again. making highlight current same fg/bg as normal text also does not work becaus...
- Mon Feb 13, 2012 3:42 pm
- Forum: Reporting a Bug
- Topic: Forth support
- Replies: 13
- Views: 18659
Forth support
First of all, i registered for this forum last night as when i try to log in this morning my account is deleted. I have to try 5 or 6 times to get past the very badly implemented capcha when i create my account. ok... BUGS... Please add a way of specifying a BLANK and ONLY A BLANK as a word/number d...