Neil Hodgson

Show:

What's happening?

  • Scintilla

    nyamatongwe committed patchset 2980 of module scintilla to the Scintilla CVS repository, changing 1 files.

    2009-12-29 09:42:20 UTC in Scintilla

  • Comment: Unexpected 'on line position' cursor jump.2

    That has been fixed in CVS.

    2009-12-23 22:24:26 UTC in Scintilla

  • Comment: Reduce folding line width to less than long line marker.

    You can turn the black line off with SCI_SETFOLDFLAGS. The colour of the line may be altered by changing the foreground colour of STYLE_DEFAULT although this will also alter the colour of other features. I'll accept a patch that implements an option to draw fold lines using the dotted grey appearance of indentation guides or that allows independently setting the colour of fold lines. The...

    2009-12-22 11:17:40 UTC in Scintilla

  • Comment: -loadsession and save.session

    I think of this more as probably 'missing functionality' rather than a 'bug'. Saving into the same location as loading may even be incompatible with some current uses. I'm thinking of scenarios where a controlling program creates a session file and then tells SciTE to open that session over the director interface. If it is changed then it should be mentioned on the mailing list first in case...

    2009-12-22 10:54:48 UTC in Scintilla

  • Scintilla

    nyamatongwe committed patchset 2979 of module scintilla to the Scintilla CVS repository, changing 1 files.

    2009-12-21 11:49:34 UTC in Scintilla

  • Comment: -loadsession and save.session

    The reason props["SessionPath"] isn't used is that it isn't using the FilePath class so wouldn't be compatible with some changes that may occur for Unicode support. There are some internal design issues that make it difficult to set SciTE_HOME on the command line. The preferred technique is to use a batch file as you are currently doing.

    2009-12-21 11:48:01 UTC in Scintilla

  • Comment: Files opened by SCiTE are "virtualized" on Windows Vista/7

    This sounds complex and I am unsure what the best behaviour is. Since I don't use Windows Vista or later, it does not affect me so I won't be working on it. I will accept a well-written patch that does something sensible.

    2009-12-19 23:08:03 UTC in Scintilla

  • Comment: Unexpected 'on line position' cursor jump.

    This is intentional as it allows moving the caret without changing the current default horizontal position. To explicitly change this call ChooseCaretX. The rationale for this is that you may want to programmaticly move the caret temporarily to modify some text and this should not disrupt the user's 'caret x'.

    2009-12-19 22:56:46 UTC in Scintilla

  • Comment: -loadsession and save.session

    Looks like the session name is no longer remembered except in the property "SessionPath" and the property is not used for saving. This was changed as part of feature request 2019554 which stored more information in the session file. https://sourceforge.net/tracker/?func=detail&aid=2019554&group_id=2439&atid=352439 It may be possible to change the call to SaveSessionFile in...

    2009-12-19 22:45:30 UTC in Scintilla

  • Comment: Painting bug and fix

    Fix committed to CVS.

    2009-12-19 22:21:03 UTC in Scintilla

About Me

  • 2000-02-10 (10 years ago)
  • 12579
  • nyamatongwe (My Site)
  • Neil Hodgson

Send me a message