Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343401 - scite 2.22 version bump
Summary: scite 2.22 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Krzysztof Pawlik (RETIRED)
URL: http://www.scintilla.org
Whiteboard:
Keywords:
: 343417 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-30 17:22 UTC by Christian Kotz
Modified: 2010-11-04 10:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kotz 2010-10-30 17:22:19 UTC
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.
Comment 1 Tim Harder gentoo-dev 2010-10-31 01:38:08 UTC
*** Bug 343417 has been marked as a duplicate of this bug. ***
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2010-11-04 10:18:07 UTC
Version 2.22 is in the tree. Thank you for pinging me :)