Skip to content

Latest commit

 

History

History
162 lines (161 loc) · 7.56 KB

SciTE.md

File metadata and controls

162 lines (161 loc) · 7.56 KB
<script type="text/javascript"> function IsRemote() { var loc = '' + window.location; return (loc.indexOf('http:')) != -1 || (loc.indexOf('https:') != -1); } </script> <style type="text/css"> #versionlist { margin: 0; padding: .5em; list-style-type: none; color: #FFCC99; background: #000000; } #versionlist li { margin-bottom: .5em; } #menu { margin: 0; padding: .5em 0; list-style-type: none; font-size: larger; background: #CCCCCC; } #menu li { margin: 0; padding: 0 .5em; display: inline; } </style> <title> Scintilla and SciTE </title>
Scintilla A free source code editor for Win32 and X Release version 5.1.1
Site last modified July 26 2021
 
 
  • Version 5.1.1 fixes bugs and improves performance.
  • Version 5.1.0 is a stable release. A 'representations' property can change the appearance of characters.
  • Version 5.0.3 fixes primary selection on GTK with Wayland.
  • Version 5.0.2 fixes file type discovery from #! line. On Windows fix text display, directory locking, and reduce flashing of tab bar.
  • Version 5.0.1 contains new drawing code from Scintilla. Added autocomplete colour properties on Win32; bookmark.stroke.width, fold.stroke.width, and whitespace.size.
  • Version 5.0.0 is an unstable testing release.
<script type="text/javascript" language="JavaScript"></script>

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.

SciTE is currently available for Intel Windows (XP or later) and Linux compatible operating systems with GTK. It has been run on Windows 7 and on Fedora 26 and Ubuntu 18.04 with GTK 2.24. Here is a screenshot of SciTE.

<script type="text/javascript" language="JavaScript"></script>

You can download Scintilla and SciTE.

For macOS, there is a commercial version of SciTE available from the Mac App Store.

There are some extra configuration files that can enhance SciTE for various languages and APIs.

Questions and comments about SciTE should be directed to the scite-interest mailing list, which is for discussion of SciTE and related projects, their bugs and future features. This is a low traffic list, averaging less than 20 messages per week. To avoid spam, only list members can write to the list. New versions of SciTE are announced on scite-interest and may also be received by SourceForge members by clicking on the Monitor column icon for "scite" on the downloads page. Messages sent to my personal email address that could have been sent to the list may receive no response.

There is a Scintilla project page hosted on <script type="text/javascript" language="JavaScript"> </script> Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads