Share

Scintilla

Code

Programming Languages: C++

License: Historical Permission Notice and Disclaimer

Repositories

browse code, statistics, last commit on 2009-11-13 cvs -d:pserver:anonymous@scintilla.cvs.sourceforge.net:/cvsroot/scintilla login

cvs -z3 -d:pserver:anonymous@scintilla.cvs.sourceforge.net:/cvsroot/scintilla co -P modulename

Show:

What's happening?

  • Bad Defaults

    I love scite and i would like to make it better. I find that scite has 3 default settings which are incorrect. 1) Scite uses a variable spaced font. I'm not sure what font it is, but i very obvious when looking at ACII art, or code that is lined up in other editors. Courier is an example of a mono-spaced font. I attached ascii.txt, Try opening it in Scite and then open it in Notepad++...

    2009-11-16 04:33:44 UTC by nobody

  • Comment: Code Folding by Indentation

    No, this is not a support forum.

    2009-11-14 11:55:32 UTC by nyamatongwe

  • Comment: Window Position on Windows

    Support requests should use the SciTE mailing list http://groups.google.com/group/scite-interest.

    2009-11-14 11:54:29 UTC by nyamatongwe

  • Window Position on Windows

    I keep my taskbar at the top of the screen. When SciTE starts, it is always underneath my task bar. This keeps my from using the software as my #1 editor. Is there anyway the default startup position of the window can be changed?.

    2009-11-13 14:59:19 UTC by nobody

  • Comment: Code Folding by Indentation

    Thank you very much. I understand the general concept. Could you help me a little more with the following specifics so that I could implement it myself? 1. Where can I find the Python lexer? 2. How can I make up a new file pattern for Scintilla?.

    2009-11-13 13:36:15 UTC by ohthere

  • Scintilla

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

    2009-11-13 04:32:41 UTC by nyamatongwe

  • Comment: Code Folding by Indentation

    The Python folder uses indentation. You can choose the python lexer for your file pattern, use an empty keyword list, and set all the styles to be same.

    2009-11-12 23:42:04 UTC by nyamatongwe

  • Code Folding by Indentation

    I wonder if Scintilla had an option to *make a folding point by indentation*, so that an indented part can be folded under its preceding line, without requirement for a syntactic keyword. This one modification will immediately bring many conveniences. To list just a few, this will: - enable .txt and lots of other 'unspecified' files to be folded in a very sensible way. - not even require...

    2009-11-12 12:31:27 UTC by ohthere

  • Scintilla

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

    2009-11-11 22:32:25 UTC by nyamatongwe

  • Comment: Lexer customization

    The XML configuration files are used by notepad to initialize scintilla wordlists and other items. Scintilla has a similar construct for SciTE where the contents of notepad's langs and styles xml files and possibly more are stored in .properties files (another different format). I have been working a little recently between the two environments.

    2009-11-11 22:04:57 UTC by nobody