In E, you need to turn on the Factor bundle with Edit | syntax ... Factor.
It works now.  You cannot do any syntax-highlighting selection from the
bundle's context  menu.

 

I see only coloring and no formatting.  The author is Kibleur Christophe.
Kibleur are you still around?  The FUEL implementation does much more to
modulate whitespace, and I want to implement that here in E, too.

 

 

Shaping

 

From: Shaping [mailto:shap...@charter.net] 
Sent: 2010-November-27, 06:43
To: factor-talk@lists.sourceforge.net
Subject: [Factor-talk] E; EditPro; Notepad++

 

I just got E to crash by looking around in the bundles.  I think I'll move
on to EditPro.

 

I like NotePad++, and use it as my main default editor (after discovering
that UltraEdit is often too slow on launch).    I loaded notepadpp and am
able to open Notepad++ on a  word in the listerner, but there is no coloring
or formatting.  I'm investigating the custom language feature now.  Has
anyone already defined a user-defined Factor language for Notepad++?

 

 

Shaping

 

From: Joe Groff [mailto:arc...@gmail.com] 
Sent: 2010-November-25, 06:54
To: factor-talk@lists.sourceforge.net
Subject: Re: [Factor-talk] Emacs/FUEL; web server; sqlite installation for
Factor

 

On Thu, Nov 25, 2010 at 6:09 PM, Shaping <shap...@charter.net> wrote:

Thanks.  I knew about the font tables, but I don't think I updated and saved
properly the first time.  Fixedsys is a favorite heavy monospaced font.
With the Fixedsys, I've tried factors of 1.5 and 2.  The first produces a
very small, marginally acceptable look.  The second produces a huge font,
about a factor of 4 to 5 change in height.  There is no in-between with the
truncation.  This doesn't seem correct.  I've been able to adjust this
raster font more finely on other occasions.

 

Since Fixedsys is a raster font, it'll only display at sizes for which it
was originally authored. This is an ugly hack, but you could try supplying a
specific size only for Fixedsys:

 

    font name>> windows-font-name "Fixedsys" =

    [ 12 ] [ font size>> neg ] if ! nHeight

 

Factor normally passes CreateFont a negative value to ask for character size
rather than point size, which probably doesn't work well with Fixedsys.
Passing positive 12 should give you 12-pt Fixedsys.

 

-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

Reply via email to