just the ebuild file needs to be renamed fixes a lot of minor issues: From the Scite history (linux relevant fixes only): * SciTE includes support for integrating with Scintillua which allows lexers to be implemented in Lua as a Parsing Expression Grammar (PEG). * Regular expressions allow use of '?' for non-greedy matches or to match 0 or 1 instances of an item. * SCI_CONTRACTEDFOLDNEXT added to allow rapid retrieval of folding state. * SCN_HOTSPOTRELEASECLICK notification added which is similar to SCN_HOTSPOTCLICK but occurs when the mouse is released. Feature #3082409. * Command added for centring current line in window. Feature #3064696. * SciTE performance improved by not examining document for line ends when switching buffers and not storing folds when folding turned off. * Bug fixed where scrolling to ensure the caret is visible did not take into account all pixels of the line. Bug #3081721. * Bug fixed for autocompletion list overlapping text when WS_EX_CLIENTEDGE used. Bug #3079778. * After autocompletion, the caret's X is updated. Bug #3079114. * PgUp/PgDn fixed to allow virtual space. Bug #3077452. * Crash fixed when AddMark and AddMarkSet called with negative argument. Bug #3075074. * Dwell notifications fixed so that they do not occur when the mouse is outside Scintilla. Bug #3073481. * Bash lexer bug fixed for here docs starting with <<-. Bug #3063822. * C++ lexer bug fixed for // comments that are continued onto a second line by a \. Bug #3066031. * C++ lexer fixes wrong highlighting for float literals containing +/-. Bug #3058924. * JavaScript lexer recognize regexes following return keyword. Bug #3062287. * Ruby lexer handles % quoting better and treats range dots as operators in 1..2 and 1...2. Ruby folder handles "if" keyword used as a modifier even when it is separated from the modified statement by an escaped new line. Bug #2093767. Bug #3058496. * Bug fixed where upwards search failed with DBCS code pages. Bug #3065912. * SciTE has a default Lua startup script name distributed in SciTEGlobal.properties. No error message is displayed if this file does not exist.
*** Bug 343417 has been marked as a duplicate of this bug. ***
Version 2.22 is in the tree. Thank you for pinging me :)