From 26989f92cdddb4d6609687576f46cc5a8f2cead6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 9 Sep 2002 05:35:14 +0000 Subject: Updated version number to 1.48. --- doc/ScintillaDownload.html | 8 +- doc/ScintillaHistory.html | 277 +++++++++++++++++++++++---------------------- doc/index.html | 45 ++++---- win32/ScintRes.rc | 8 +- 4 files changed, 177 insertions(+), 161 deletions(-) diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 4f39b6e0b..fc8b95da6 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@ @@ -38,7 +38,7 @@ containing very few restrictions.

- Release 1.47 + Release 1.48

Source Code @@ -46,8 +46,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5be175590..87c1773d9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -117,6 +117,17 @@ Icons Copyright(C) 1998 by Dean S. Jones
+

+ Release 1.48 +

+

Release 1.47

@@ -125,14 +136,14 @@ Released on 1 August 2002.
  • - Support for GTK+ 2 in Scintilla. International input methods not supported + Support for GTK+ 2 in Scintilla. International input methods not supported on GTK+2.
  • Line wrapping performance improved greatly.
  • - New caret policy implementation that treats horizontal and vertical + New caret policy implementation that treats horizontal and vertical positioning equivalently and independently. Old caret policy methods deprecated and not all options work correctly with old methods.
  • @@ -141,21 +152,21 @@ #if / #ifdef .. #endif and the #region .. #endregion feature of C#.
  • - Scintilla method to find the height in pixels of a line. Currently returns the + Scintilla method to find the height in pixels of a line. Currently returns the same result for every line as all lines are same height.
  • Separate make file, scintilla_vc6.mak, for Scintilla to use Visual C++ - version 6 since main makefile now assumes VS .NET. - VS .NET project files available for combined Scintilla and + version 6 since main makefile now assumes VS .NET. + VS .NET project files available for combined Scintilla and SciTE in scite/boundscheck.
  • - SciTE automatically recognises Unicode files based - on their Byte Order Marks and switches to Unicode mode. - On Windows, where SciTE supports Unicode display, this + SciTE automatically recognises Unicode files based + on their Byte Order Marks and switches to Unicode mode. + On Windows, where SciTE supports Unicode display, this allows display of non European characters. - The file is saved back into the same character encoding unless + The file is saved back into the same character encoding unless the user decides to switch using the File | Encoding menu.
  • @@ -173,15 +184,15 @@ that can be used the same as the function returned by GetDirectFunction.
  • - Scintilla converts line endings of text obtained from the clipboard to - the current default line endings. + Scintilla converts line endings of text obtained from the clipboard to + the current default line endings.
  • New SciTE property ensure.final.line.end can ensure that saved files always end with a new line as this is required by some tools. - The ensure.consistent.line.ends property ensures all line ends are the + The ensure.consistent.line.ends property ensures all line ends are the current default when saving files. - The strip.trailing.spaces property now works on the buffer so the + The strip.trailing.spaces property now works on the buffer so the buffer in memory and the file on disk are the same after a save is performed.
  • @@ -194,16 +205,16 @@ with quoting command line arguments.
  • - The Stop Executing command in SciTE on Windows improved to send + The Stop Executing command in SciTE on Windows improved to send a Ctrl+Z character to the tool. Better messages when stopping a tool.
  • - Autocompletion can automatically "fill up" when one of a set of characters is + Autocompletion can automatically "fill up" when one of a set of characters is type with the autocomplete.<lexer>.fillups property.
  • New predefined properties in SciTE, SelectionStartColumn, SelectionStartLine, - SelectionEndColumn, SelectionEndLine can be used to integrate with other + SelectionEndColumn, SelectionEndLine can be used to integrate with other applications.
  • @@ -216,8 +227,8 @@ Abbreviations work in SciTE on Linux when first opened.
  • - File saving fixed in SciTE to ensure files are not closed when they can not be - saved because of file permissions. Also fixed a problem with buffers that + File saving fixed in SciTE to ensure files are not closed when they can not be + saved because of file permissions. Also fixed a problem with buffers that caused files to not be saved.
  • @@ -225,7 +236,7 @@ Some searching options now remembered when switching files.
  • - SciTE on Linux now waits on child termination when it shuts a child down + SciTE on Linux now waits on child termination when it shuts a child down to avoid zombies.
  • @@ -256,25 +267,25 @@ Released on 10 May 2002.
  • - Set of lexers compiled into Scintilla can now be changed by adding and + Set of lexers compiled into Scintilla can now be changed by adding and removing lexer source files from scintilla/src and running LexGen.py.
  • SCN_ZOOM notification provided by Scintilla when user changes zoom level. Method to determine width of strings in pixels so that elements can be sized relative to text size. - SciTE changed to keep line number column displaying a given + SciTE changed to keep line number column displaying a given number of characters.
  • The logical width of the document used to determine scroll bar range can be set.
  • - Setting to allow vertical scrolling to display last line at top rather than + Setting to allow vertical scrolling to display last line at top rather than bottom of window.
  • - Read-only mode improved to avoid changing the selection in most cases + Read-only mode improved to avoid changing the selection in most cases when a modification is attempted. Drag and drop cursors display correctly for read-only in some cases.
  • @@ -288,7 +299,7 @@ Lua lexer improves handling of literal strings and copes with nested literal strings.
  • - Diff lexer changed to treat lines starting with "***" similarly to "---". + Diff lexer changed to treat lines starting with "***" similarly to "---". Symbolic names defined for lexical classes.
  • @@ -304,7 +315,7 @@ Automatic indentation in SciTE improved.
  • - Maximum number of buffers available in SciTE increased. May be up to 100 + Maximum number of buffers available in SciTE increased. May be up to 100 although other restrictions on menu length limit the real maximum.
  • @@ -314,14 +325,14 @@ Export as TeX command added to SciTE.
  • - Export as HTML command in SciTE respects Use Monospaced Font and + Export as HTML command in SciTE respects Use Monospaced Font and background colour settings.
  • Compilation problem on Solaris fixed.
  • - Order of files displayed for SciTE's previous and next menu and key commands + Order of files displayed for SciTE's previous and next menu and key commands are now consistent.
  • @@ -345,11 +356,11 @@ Crash fixed when replacing end of line characters.
  • - Bug in SciTE fixed in multiple buffer mode where automatic loading - turned on could lead to losing file contents. + Bug in SciTE fixed in multiple buffer mode where automatic loading + turned on could lead to losing file contents.
  • - Bug in SciTE on GTK+ fixed where dismissing dialogs with close box led to + Bug in SciTE on GTK+ fixed where dismissing dialogs with close box led to those dialogs never being shown again.
  • @@ -373,7 +384,7 @@
  • Line layout cache implemented to improve performance by maintaining - the positioning of characters on lines. Can be set to cache nothing, + the positioning of characters on lines. Can be set to cache nothing, the line with the caret, the visible page or the whole document.
  • @@ -381,18 +392,18 @@
  • Lua folder supports folding {} ranges and compact mode. - Lua lexer styles floating point numbers in number style instead of - setting the '.' in operator style. - Up to 6 sets of keywords. + Lua lexer styles floating point numbers in number style instead of + setting the '.' in operator style. + Up to 6 sets of keywords. Better support for [[ although only works well when all on one line.
  • - Python lexer improved to handle floating point numbers that contain negative + Python lexer improved to handle floating point numbers that contain negative exponents and that start with '.'.
  • - When performing a rectangular paste, the caret now remains at the + When performing a rectangular paste, the caret now remains at the insertion point.
  • @@ -403,11 +414,11 @@ $(ReadOnly) available to show this mode in the status bar.
  • - SciTE status bar can show the number of lines in the selection + SciTE status bar can show the number of lines in the selection with the $(SelHeight) property.
  • - SciTE's "Export as HTML" command uses the current character set to produce + SciTE's "Export as HTML" command uses the current character set to produce correct output for non-Western-European character sets, such as Russian.
  • @@ -428,12 +439,12 @@ Bug fixed in line wrap mode where cursor up or down command did not work.
  • - Some styling bugs fixed that were due to a compilation problem with + Some styling bugs fixed that were due to a compilation problem with gcc and inline functions with same name but different code.
  • - The way that lexers loop over text was changed to avoid accessing beyond the - end or setting beyond the end. May fix some bugs and make the code safer but + The way that lexers loop over text was changed to avoid accessing beyond the + end or setting beyond the end. May fix some bugs and make the code safer but may also cause new bugs.
  • @@ -446,17 +457,17 @@ SciTE bug fixed with file name generation for standard property files.
  • - SciTE bug fixed with Open Selected Filename command when used with + SciTE bug fixed with Open Selected Filename command when used with file name and line number combination.
  • In SciTE, indentation and tab settings stored with buffers so maintained correctly - as buffers selected. + as buffers selected. The properties used to initialise these settings can now be set separately for different file patterns.
  • - Thread safety improved on Windows with a critical section protecting the font + Thread safety improved on Windows with a critical section protecting the font cache and initialisation of globals performed within Scintilla_RegisterClasses. New Scintilla_ReleaseResources call provided to allow explicit freeing of resources when statically bound into another application. Resources automatically freed @@ -534,7 +545,7 @@ Line wrapping option added to SciTE for both edit and output panes.
  • - Static linking on Windows handles cursor resource better. + Static linking on Windows handles cursor resource better. Documentation of static linking improved.
  • @@ -545,8 +556,8 @@ FOX version identified by PLAT_FOX in Platform.h.
  • - Calltips in SciTE use the calltip.<lexer>.word.characters setting to - correctly find calltips for functions that include characters like '$' which + Calltips in SciTE use the calltip.<lexer>.word.characters setting to + correctly find calltips for functions that include characters like '$' which is not normally considered a word character.
  • @@ -554,21 +565,21 @@ SciTEDoc.html.
  • - SciTE option calltip.<lexer>.end.definition to display help text on a + SciTE option calltip.<lexer>.end.definition to display help text on a second line of calltip.
  • - Fixed the handling of the Buffers menu on GTK+ to ensure current buffer + Fixed the handling of the Buffers menu on GTK+ to ensure current buffer indicated and no warnings occur. - Changed some menu items on GTK+ version to be same as Windows version. + Changed some menu items on GTK+ version to be same as Windows version.
  • use.monospaced property for SciTE determines initial state of Use Monospaced Font setting.
  • - The SciTE Complete Symbol command now works when there are no word - characters before the caret, even though it is slow to display the whole set of + The SciTE Complete Symbol command now works when there are no word + characters before the caret, even though it is slow to display the whole set of symbols.
  • @@ -613,18 +624,18 @@ rather than having them displayed as mnemonics.
  • - Scintilla key command for backspace that will not delete line + Scintilla key command for backspace that will not delete line end characters.
  • Scintilla method to find start and end of words.
  • - SciTE on GTK+ now supports the load.on.activate and save.on.deactivate + SciTE on GTK+ now supports the load.on.activate and save.on.deactivate properties in an equivalent way to the Windows version.
  • - The output pane of SciTE on Windows is now interactive so command line + The output pane of SciTE on Windows is now interactive so command line utilities that prompt for input or confirmation can be used.
  • @@ -642,7 +653,7 @@ Baan lexer added.
  • - In C++ lexer, document comment keywords no longer have to be at the start + In C++ lexer, document comment keywords no longer have to be at the start of the line.
  • @@ -659,7 +670,7 @@ dialogs if it contains end of line characters.
  • - SciTE on Windows has a menu item to decide whether to respond to other + SciTE on Windows has a menu item to decide whether to respond to other instances which are performing their check.if.already.open check.
  • @@ -671,12 +682,12 @@ Hide command for the output pane.
  • - output: command added to SciTE director interface to add text to the + output: command added to SciTE director interface to add text to the output pane. The director interface can execute commands (such as tool commands with subsystem set to 3) by sending a macro:run message.
  • - SciTE on GTK+ will defer to the Window Manager for position if position.left or + SciTE on GTK+ will defer to the Window Manager for position if position.left or position.top not set and for size if position.width or position.height not set.
  • @@ -687,15 +698,15 @@ Scintilla on Windows again supports EM_GETSEL and EM_SETSEL.
  • - Problem fixed in Scintilla on Windows where control ID is no longer cached + Problem fixed in Scintilla on Windows where control ID is no longer cached as it could be changed by external code.
  • - Problems fixed in SciTE on Windows when finding any other open instances at + Problems fixed in SciTE on Windows when finding any other open instances at start up when check.if.already.open is true.
  • - Bugs fixed in SciTE where command strings were not always having + Bugs fixed in SciTE where command strings were not always having variables evaluated.
  • @@ -708,7 +719,7 @@ Bug fixed with caret movement over folded lines.
  • - Another bug fixed with tracking selection in secondary views when performing + Another bug fixed with tracking selection in secondary views when performing modifications.
  • @@ -718,15 +729,15 @@ Cursor setting in Scintilla on GTK+ optimised.
  • - Experimental changeable style attribute. + Experimental changeable style attribute. Set to false to make text read-only. Currently only stops caret from being within not-changeable - text and does not yet stop deleting a range that contains - not-changeable text. + text and does not yet stop deleting a range that contains + not-changeable text. Can be used from SciTE by adding notchangeable to style entries.
  • - Experimental line wrapping. + Experimental line wrapping. Currently has performance and appearence problems.
  • @@ -739,7 +750,7 @@
  • Changed Platform.h to not include platform headers. This lessens likelihood and impact of - name clashes from system headers and also speeds up compilation. + name clashes from system headers and also speeds up compilation. Renamed DrawText to DrawTextNoClip to avoid name clash.
  • @@ -753,10 +764,10 @@ SC_MARK_BACKGROUND is a marker that only changes the line's background colour.
  • - Enhanced Visual Basic lexer handles character date and octal literals, + Enhanced Visual Basic lexer handles character date and octal literals, and bracketed keywords for VB.NET. There are two VB lexers, vb and vbscript - with type indication characters like ! and $ allowed at the end of identifiers - in vb but not vbscript. Lexer states now separate from those used for C++ and + with type indication characters like ! and $ allowed at the end of identifiers + in vb but not vbscript. Lexer states now separate from those used for C++ and names start with SCE_B.
  • @@ -766,7 +777,7 @@ The horizontal scroll position, xOffset, is now exposed through the API.
  • - The SCN_POSCHANGED notification is deprecated as it was causing confusion. + The SCN_POSCHANGED notification is deprecated as it was causing confusion. Use SCN_UPDATEUI instead.
  • @@ -785,7 +796,7 @@ Bug fixed with tracking selection in secondary views when performing modifications.
  • - SciTE's abbreviation expansion feature will now indent expansions to the current + SciTE's abbreviation expansion feature will now indent expansions to the current indentation level if indent.automatic is on.
  • @@ -793,11 +804,11 @@ show this dialog automatically to prompt for arguments when running a command.
  • - SciTE's Language menu (formerly Options | Use Lexer) is now defined by the + SciTE's Language menu (formerly Options | Use Lexer) is now defined by the menu.language property rather than being hardcoded.
  • - The user interface of SciTE can be localised to a particular language by editing + The user interface of SciTE can be localised to a particular language by editing a locale.properties file.
  • @@ -809,11 +820,11 @@ "file @ directory" when title.full.path=2.
  • - The SciTE time.commands property reports the time taken by a command as well + The SciTE time.commands property reports the time taken by a command as well as its status when completed.
  • - The SciTE find.files property is now a list separated by '|' characters and this list is + The SciTE find.files property is now a list separated by '|' characters and this list is added into the Files pull down of the Find in Files dialog.
  • @@ -833,11 +844,11 @@ SGML support in the HTML/XML lexer.
  • - SciTE's "Stop Executing" command will terminate GUI programs on + SciTE's "Stop Executing" command will terminate GUI programs on Windows NT and Windows 2000.
  • - StyleContext class helps construct lexers that are simple and accurate. + StyleContext class helps construct lexers that are simple and accurate. Used in the C++, Eiffel, and Python lexers.
  • @@ -845,7 +856,7 @@ currently chosen line endings.
  • - Any character in range 0..255 can be used as a marker. + Any character in range 0..255 can be used as a marker. This can be used to support numbered bookmarks, for example.
  • @@ -864,19 +875,19 @@ Line continuations ("\" at end of line) handled inside Python strings.
  • - More consistent handling of line continuation ('\' at end of line) in - C++ lexer. + More consistent handling of line continuation ('\' at end of line) in + C++ lexer. This fixes macro definitions that span more than one line.
  • C++ lexer can understand Doxygen keywords in doc comments.
  • - SciTE on Windows allows choosing to open the "open" dialog on the directory + SciTE on Windows allows choosing to open the "open" dialog on the directory of the current file rather than in the default directory.
  • - SciTE on Windows handles command line arguments in "check.if.already.open" + SciTE on Windows handles command line arguments in "check.if.already.open" correctly when the current directory of the new instance is different to the already open instance of SciTE.
  • @@ -927,7 +938,7 @@ over Scintilla.
  • - PositionFromPointClose is like PositionFromPoint but returns + PositionFromPointClose is like PositionFromPoint but returns INVALID_POSITION when point outside window or after end of line.
  • @@ -938,7 +949,7 @@ Better choices for font descriptors on GTK+ for most character sets.
  • - GTK+ Scintilla is destroyed upon receiving destroy signal rather than + GTK+ Scintilla is destroyed upon receiving destroy signal rather than destroy_event signal.
  • @@ -958,14 +969,14 @@ GetSelText places a '\0' in the buffer if the selection is empty..
  • - EnsureVisible split into two methods EnsureVisible which will not scroll to show + EnsureVisible split into two methods EnsureVisible which will not scroll to show the line and EnsureVisibleEnforcePolicy which may scroll.
  • Python folder has options to fold multi-line comments and triple quoted strings.
  • - C++ lexer handles keywords before '.' like "this.x" in Java as keywords. + C++ lexer handles keywords before '.' like "this.x" in Java as keywords. Compact folding mode option chooses whether blank lines after a structure are folded with that structure. Second set of keywords with separate style supported.
  • @@ -980,7 +991,7 @@ and some comments.
  • - TCL lexer which is just an alias for the C++ lexer so does not really + TCL lexer which is just an alias for the C++ lexer so does not really understand TCL syntax.
  • @@ -993,25 +1004,25 @@ Lua lexer handles some [[]] string literals.
  • - HTML and XML lexer have a SCE_H_SGML state for tags that + HTML and XML lexer have a SCE_H_SGML state for tags that start with "<!".
  • - Fixed Scintilla bugs with folding. When modifications were performed near - folded regions sometimes no unfolding occurred when it should have. Deleting a + Fixed Scintilla bugs with folding. When modifications were performed near + folded regions sometimes no unfolding occurred when it should have. Deleting a fold causing character sometimes failed to update fold information correctly.
  • - Better support for Scintilla on GTK+ for Win32 including separate - PLAT_GTK_WIN32 definition and correct handling of rectangular selection + Better support for Scintilla on GTK+ for Win32 including separate + PLAT_GTK_WIN32 definition and correct handling of rectangular selection with clipboard operations.
  • - SciTE has a Tools | Switch Pane (Ctrl+F6) command to switch focus between + SciTE has a Tools | Switch Pane (Ctrl+F6) command to switch focus between edit and output panes.
  • - SciTE option output.scroll allows automatic scrolling of output pane to + SciTE option output.scroll allows automatic scrolling of output pane to be turned off.
  • @@ -1033,7 +1044,7 @@ SciTE compiles with GCC 3.0.
  • - SciTE's automatic indentation of C++ handles braces without preceding keyword + SciTE's automatic indentation of C++ handles braces without preceding keyword correctly.
  • @@ -1094,39 +1105,39 @@ Eiffel lexer and support.
  • - Modes for better handling of Tab and BackSpace keys within - indentation. Mode to avoid autocompletion list cancelling when + Modes for better handling of Tab and BackSpace keys within + indentation. Mode to avoid autocompletion list cancelling when there are no viable matches.
  • - ReplaceTarget replaced with two calls ReplaceTarget - (which is incompatible with previous ReplaceTarget) and - ReplaceTargetRE. Both of these calls have a count first + ReplaceTarget replaced with two calls ReplaceTarget + (which is incompatible with previous ReplaceTarget) and + ReplaceTargetRE. Both of these calls have a count first parameter which allows using strings containing nulls. - SearchInTarget and SetSearchFlags functions allow - specifying a search in several simple steps which helps + SearchInTarget and SetSearchFlags functions allow + specifying a search in several simple steps which helps some clients which can not create structs or pointers easily.
  • - Asian language input through an Input Method Editor works + Asian language input through an Input Method Editor works on Windows 2000.
  • - On Windows, control characters can be entered through use of + On Windows, control characters can be entered through use of the numeric keypad in conjunction with the Alt key.
  • - Document memory allocation changed to grow exponentially + Document memory allocation changed to grow exponentially which reduced time to load a 30 Megabyte file from 1000 seconds to 25. Change means more memory may be used.
  • - Word part movement keys now handled in Scintilla rather than + Word part movement keys now handled in Scintilla rather than SciTE.
  • Regular expression '^' and '$' work more often allowing insertion - of text at start or end of line with a replace command. + of text at start or end of line with a replace command. Backslash quoted control characters \a, \b, \f, \t, and \v recognised within sets.
  • @@ -1139,12 +1150,12 @@
  • Bug fixed in HTML lexer handling % before > as end ASP - even when no start ASP encountered. - Bug fixed when scripts ended with a quoted string and + even when no start ASP encountered. + Bug fixed when scripts ended with a quoted string and end tag was not seen.
  • - Bug fixed on Windows where context menu key caused menu to + Bug fixed on Windows where context menu key caused menu to appear in corner of screen rather than within window.
  • @@ -1170,18 +1181,18 @@ Bug fixed with scroll bars being invisible on GTK+ 1.2.9.
  • - Scintilla and SciTE support find and replace using simple regular + Scintilla and SciTE support find and replace using simple regular expressions with tagged expressions. SciTE supports C '\' escapes - in the Find and Replace dialogs. + in the Find and Replace dialogs. Replace in Selection available in SciTE.
  • - Scintilla has a 'target' feature for replacing code rapidly without + Scintilla has a 'target' feature for replacing code rapidly without causing display updates.
  • - Scintilla and SciTE on GTK+ support file dropping from file managers - such as Nautilus and gmc. Files or other URIs dropped on Scintilla + Scintilla and SciTE on GTK+ support file dropping from file managers + such as Nautilus and gmc. Files or other URIs dropped on Scintilla result in a URIDropped notification.
  • @@ -1196,7 +1207,7 @@
  • Option in both Scintilla and SciTE to treat both left and right margin - as equally important when repositioning visible area in response to + as equally important when repositioning visible area in response to caret movement. Default is to prefer visible area positioning which minimises the horizontal scroll position thus favouring the left margin.
  • @@ -1204,11 +1215,11 @@ Caret line highlighting.
  • - Commands to delete from the caret to the end of line and + Commands to delete from the caret to the end of line and from the caret to the beginning of line.
  • - SciTE has commands for inserting and removing block comments and + SciTE has commands for inserting and removing block comments and for inserting stream comments.
  • @@ -1231,15 +1242,15 @@ off when in full screen mode.
  • - SciTE has a Use monospaced font command to switch between the normal + SciTE has a Use monospaced font command to switch between the normal set of fonts and one size of a particular fixed width font.
  • - SciTE's use of tabs can be controlled for particular file names + SciTE's use of tabs can be controlled for particular file names as well as globally.
  • - The contents of SciTE's status bar can be defined by a property and + The contents of SciTE's status bar can be defined by a property and include variables. On Windows, several status bar definitions can be active with a click on the status bar cycling through them.
  • @@ -1248,19 +1259,19 @@ styled text into word processors.
  • - SciTE can allow the use of non-alphabetic characters in - Complete Symbol lists and can automatically display this autocompletion + SciTE can allow the use of non-alphabetic characters in + Complete Symbol lists and can automatically display this autocompletion list when a trigger character such as '.' is typed. Complete word can be set to pop up when the user is typing a word and there is only one matching word in the document.
  • - SciTE lists the imported properties files on a menu to allow rapid + SciTE lists the imported properties files on a menu to allow rapid access to them.
  • - SciTE on GTK+ improvements to handling accelerator keys and focus - in dialogs. Message boxes respond to key presses without the Alt key as + SciTE on GTK+ improvements to handling accelerator keys and focus + in dialogs. Message boxes respond to key presses without the Alt key as they have no text entries to accept normal keystrokes.
  • @@ -1281,7 +1292,7 @@ selected after using cursor keys to move caret.
  • - Bug fixed in C++ lexer when deleting a '{' controlling a folded range + Bug fixed in C++ lexer when deleting a '{' controlling a folded range led to that range becoming permanently invisible.
  • @@ -1291,7 +1302,7 @@ Bug fixed with undo actions coalescing into steps incorrectly.
  • - Bug fixed with Scintilla on GTK+ positioning scroll bars 1 pixel + Bug fixed with Scintilla on GTK+ positioning scroll bars 1 pixel over the Scintilla window leading to their sides being chopped off.
  • @@ -1300,15 +1311,15 @@
  • Appearance of calltips fixed to look like document text including - any zoom factor. Positioned to be outside current line even when + any zoom factor. Positioned to be outside current line even when multiple fonts and sizes used.
  • - Bug fixed in Scintilla macro support where typing Enter caused both a newline + Bug fixed in Scintilla macro support where typing Enter caused both a newline command and newline character insertion to be recorded.
  • - Bug fixed in SciTE on GTK+ where focus was moving + Bug fixed in SciTE on GTK+ where focus was moving between widgets incorrectly.
  • diff --git a/doc/index.html b/doc/index.html index ea8a525aa..e19f64031 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ - +
  • - Windows   + Windows   GTK+/Linux