programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: For those who use UltraEdit as text-editor

From: Charley Shattuck <cshattuck_at_intellasys.net>
Date: Mon, 05 May 2008 09:45:24 -0700

Leon,

I switched to VIM a few years ago and I'm totally hooked. "intuitive" is
in the eye of the beholder, and I found it very intuitive after learning
a few fairly simple rules. The syntax coloring is the most flexible I've
seen. I use it to imitate colorforth. I use it in Linux and Windows, and
know at least one person who uses it in OS X.

Charley.

Leon Wagner wrote:
> I really like UltraEdit on Windows, but it seems to be *only* for Windows... As I seem to be doing more work on multiple platforms, I have been looking for an editor that does what I need, is easy (and intuitive) to learn, and is consistent across these platforms.
>
> Is anyone using Komodo Edit? It's supposed to work on Windows, Linux, and OS X. I enabled the Forth syntax coloring just for comments and it seems to work.
>
> I'm pleased to see that it recognizes this as a comment:
>
> ( Comment)
>
> And this as not a comment:
>
> (FOO)
>
> --Leon
>
>
>
>
>> -----Original Message-----
>> From: sftalk-bounce_at_forth.com [mailto:sftalk-bounce_at_forth.com] On Behalf Of Alexander Seregin
>> Sent: Sunday, May 04, 2008 2:20 AM
>> To: sftalk_at_forth.com
>> Subject: [sftalk] For those who use UltraEdit as text-editor
>>
>> Good day!
>>
>> I did some improvements for syntax highlighting in UltraEdit, I have version
>> 14 of text-editor.
>> It has some limitation:
>> 1) I am not quite well with regular expressions, perhaps more skilful
>> person can correct the problem. So to have word name in function list you have
>> to place one word definition per line, and after the name there should be a
>> space.
>> 2) NOCASE should be in this register to convert to upper case.
>> 3) There is problem with word ?( and Block Comments symbols when I use
>> NestBlockComments command.
>>
>> /L14"SwiftForth" NOCASE Line Comment = \ Line Comment Alt = \\
>> NestBlockComments Block Comment On = ( Block Comment Off = ) Block Comment On
>> Alt = { Block Comment Off Alt = }
>> String Char = " File Extensions = F FTH 4 4TH
>> /Delimiters = :;{} ()
>> /Function String = "%[ ^t]++:[ ^t]+^(*^) "
>> /Indent Strings = ":" "CLASS" "SUBCLASS" "IF" "ELSE" "CASE" "OF" "BEGIN"
>> "WHILE" "DO" "?DO"
>> /Unindent Strings = ":" ";" "END-CLASS" "ELSE" "THEN" "ENDCASE" "OF" "ENDOF"
>> "UNTIL" "WHILE" "REPEAT" "AGAIN" "LOOP"
>> /Open Brace Strings = ":" "IF" "CLASS" "SUBCLASS" "CASE" "DO" "?DO" "DO"
>> "?DO" "{" "("
>> /Close Brace Strings = ";" "THEN" "END-CLASS" "END-CLASS" "ENDCASE" "LOOP"
>> "LOOP" "+LOOP" "+LOOP" "}" ")"
>> /Open Fold Strings = "CLASS" "SUBCLASS"
>> /Close Fold Strings = "END-CLASS"
>> ...
>>
>> Alexander
>>
>>
>>
>> ----------------------------------------------------------------------
>> sftalk_at_forth.com The SwiftForth programming discussion email list
>> To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
>> For list command help, send subject "help" to sftalk-request_at_forth.com
>> Message archives are located at http://www.forth.com/archive/sftalk
>> ----------------------------------------------------------------------
>> This list is a forum for SwiftForth users. For product support and
>> bug reports, please send email to support_at_forth.com
>> ----------------------------------------------------------------------
>>
>
>
> ----------------------------------------------------------------------
> sftalk_at_forth.com The SwiftForth programming discussion email list
> To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
> For list command help, send subject "help" to sftalk-request_at_forth.com
> Message archives are located at http://www.forth.com/archive/sftalk
> ----------------------------------------------------------------------
> This list is a forum for SwiftForth users. For product support and
> bug reports, please send email to support_at_forth.com
> ----------------------------------------------------------------------
>
>
>

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and
bug reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Mon May 05 2008 - 09:46:31 PDT

This archive was generated by hypermail 2.2.0 : Thu Nov 20 2008 - 03:04:42 PST