Neil Hodgson | 1 Aug 2004 01:23
Picon

Re: Patch to move line markers if newline is inserted

   Hi Hans,

> the web service does not allow to upload zip files, so I can't provide
> them on the web.

   The SourceForge bug tracker allows uploading files:
https://sourceforge.net/tracker/?func=add&group_id=2439&atid=102439

   Neil
Neil Hodgson | 2 Aug 2004 02:48
Picon

Re: Patch to move line markers if newline is inserted

   Hans' patch is now available from
http://scintilla.sourceforge.net/Movemarkers_changedsrc_sfcvs20040730.zip

   Neil
Rick Sivernell | 2 Aug 2004 03:20
Picon

Re: Patch to move line markers if newline is inserted


Neil

  I have noticed a bit of traffic on patches lately, is there a new version coming
soon?

cheers

--

-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
res005ru <at> verizon.net
Gentoo Linux
Registered Linux User #193859

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!
Neil Hodgson | 2 Aug 2004 08:04
Picon

Re: Patch to move line markers if newline is inserted

Rick Sivernell:

>   I have noticed a bit of traffic on patches lately, is there a new
version coming
> soon?

   I am currently mostly working on Tentacle so don't know when I will next
make a release of Scintilla and SciTE. There doesn't appear to be anything
urgent in current CVS.

   Neil
Kein-Hong Man | 2 Aug 2004 09:06
Picon

Re: Re: Re: Re: use monospaced still there

Hi all,

Bruce Dodson wrote:
> [snip] if the other changes are accepted, then the code that checks
> start.in.monospaced.mode is just a single-line source change, so it's not
> worth ifdef'ing.

Thanks Bruce! I am well and truly in support of this change. I 
tend to start in monospace; for the latest SciTE versions, I 
always end up pressing Ctrl+F11 at the start.

--

-- 
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
Jakub Vrana | 2 Aug 2004 10:07
Picon
Gravatar

Re: HTML options suggestion

Jan Hendrik wrote:
> The following suggestion for HTML options:
> hypertext.elements=\ : add "marquee"
> hypertext.attributes=\ : add "bordercolor"

Please not. MARQUEE is not listed at http://www.w3.org/TR/REC-html40/index/elements.html
bordercolor is not listed at http://www.w3.org/TR/REC-html40/index/attributes.html

You can add them in your SciTEUser.properties.

Jakub Vrana
Mikael Hultgren | 2 Aug 2004 12:51

Re: Patch to move line markers if newline is inserted

Neil Hodgson wrote:
> Rick Sivernell:
> 
> 
>>  I have noticed a bit of traffic on patches lately, is there a new
> 
> version coming
> 
>>soon?
> 
> 
>    I am currently mostly working on Tentacle so don't know when I will next
> make a release of Scintilla and SciTE. There doesn't appear to be anything
> urgent in current CVS.

What is Tentacle ?

/Mikael
Neil Hodgson | 2 Aug 2004 15:21
Picon

Re: Patch to move line markers if newline is inserted

Mikael Hultgren:

> What is Tentacle ?

   It is a test application for the SinkWorld code which may become
Scintilla 2.0.

   Neil
Neil Hodgson | 3 Aug 2004 02:45
Picon

final attribute

   It looks like the final attribute does not work in a way that is easy to
predict: I tried to set the Python keyword style to be final to stop the
override mechanism:

style.python.5=fore:#7f007F,final

   but without an explicit font name it still gets overriden by the default
style being overridden.
   This works:

style.python.5=fore:#7f007F,font:Verdana,final

   The "final" attribute must also be the last text in the setting as the
property reading loop is terminated. I think "final" adds more complexity
than it is worth currently.

   Neil
Neil Hodgson | 3 Aug 2004 02:57

Re: Patch to move line markers if newline is inserted

   The patch adds too much code for a very minor fix so I won't be including
it in its current form. I'm sure there is a very simple fix to this, such as
changing a test to be different by one character but don't currently have
enough time to work on it.

   Neil

Gmane