On Thu, Nov 25, 2010 at 5:44 PM, Shaping <shap...@charter.net> wrote:
> Nothing is as fully developed as FUEL. You can try using the TextMate
> plugin with the e text editor from http://www.e-texteditor.com/, which is
> compatible with TextMate bundles. Its syntax highlighting should work out of
> the box, but the REPL interaction support relies on MacOS X's Services
> feature and would have to be ported to use another communication mechanism
> to interact with Factor on Windows.
>
>
>
> Below is textmate.factor
>
>
>
>
>
> USING: definitions io.launcher kernel math math.parser parser
>
> namespaces prettyprint editors make ;
>
> IN: editors.textmate
>
>
>
> : textmate ( file line -- )
>
> [ "mate" , "-a" , "-l" , number>string , , ] { } make
>
> run-detached drop ;
>
>
>
> [ textmate ] edit-hook set-global
>
>
>
>
>
>
>
>
>
> I loaded it and USE:-ed it.
>
> I did
>
>
>
> I typed "word" at the listener prompt, and hit Ctrl-e. E opened on the the
> word.factor file, which I suppose is the default hook convention. Nice, but
> no color or formatting. Did I miss it?
>
The edit hook only opens the file in the editor. You also need to load the
Factor bundle (misc/Factor.tmbundle in the Factor distribution) into e to
get highlighting support.
-Joe
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk