Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-22 | Updates for version 5.5.5. | Neil | 3 | -10/+10 | |
2025-02-14 | For wrapping, try to break lines without separating letters from modifiers. | Neil | 1 | -0/+1 | |
There are still problems for languages like Javanese but it will improve most cases. Unicode proposal to improve line breaking: https://www.unicode.org/L2/L2022/22080r2-line-break-ortho-bnd.pdf | |||||
2025-02-12 | Document SC_TECHNOLOGY_DIRECT_WRITE_1 and reformat technology choice as a table. | Neil | 1 | -10/+49 | |
2025-02-12 | Implement Direct2D/DirectWrite 1.1. Add SC_TECHNOLOGY_DIRECT_WRITE_1 to use an | Neil | 1 | -0/+6 | |
explicit swap chain and ID2D1DeviceContext. Stop supporting DirectWrite on Windows Vista. | |||||
2025-02-06 | Bug [#2460]. Workaround incorrect scaling of "reverse arrow" cursor under ↵ | Jiří Techet | 1 | -0/+4 | |
Windows and HiDPI screens The GDK_RIGHT_PTR cursor is provided only by GTK - there's no native Windows cursor of this shape so GTK renders the cursor by itself from the cursor theme bitmap. The code doing this is apparently buggy and does not take into account HiDPI screens so on a screen with 300% scaling, the cursor is 3x smaller. Workaround this by using GDK_HAND2 which maps to a native Windows cursor that doesn't suffer from this problem. See https://sourceforge.net/p/scintilla/bugs/2460/ | |||||
2025-02-05 | Feature [feature-requests:#1543] Add "Releases" anchor to navigate to Releases. | Neil | 1 | -1/+2 | |
2025-02-04 | Fix segmentation of long lexemes to avoid breaking before modifiers like accents | Neil | 1 | -0/+3 | |
that must be drawn with their base letters. This is only a subset of implementing grapheme cluster boundaries but it improves behaviour with some Asian scripts like Thai and Javanese. Javanese is mostly written with (ASCII) Roman characters so issues will be rare but Thai uses Thai script. Also slightly improves placement of combining accents in European texts. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14822 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16115 | |||||
2025-02-01 | Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and | Neil | 2 | -1/+14 | |
SCI_SETSELECTIONSERIALIZED. | |||||
2025-01-26 | Bug [#1539]. Fix some incorrect tags. | Zufu Liu | 1 | -2/+2 | |
2025-01-25 | Bug [#1224]. Use enum for undo selection history and make API names more | Neil | 2 | -7/+28 | |
consistent as 'undo selection' instead of 'selection undo' as more closely associated with undo than selection. | |||||
2025-01-22 | Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY. | Neil | 2 | -0/+16 | |
2025-01-05 | Feature [feature-requests:#1539]. Fix documentation structure. | Zufu Liu | 1 | -1/+1 | |
2025-01-04 | Fix bug where double-click stopped working after running for weeks. | Neil | 1 | -0/+11 | |
2024-12-15 | Updates for version 5.5.4.rel-5-5-4 | Neil | 3 | -10/+10 | |
2024-11-24 | Bug [#2457]. Fix moving line down to empty final line and moving empty final | pawelzwronek | 1 | -0/+4 | |
line up. Handle edge cases when moving selected lines. Allow moving the selection when the end line of the document is empty or when moving up the last empty line. | |||||
2024-12-01 | Feature [feature-requests:#1535]. Improve performance of DBCS text by avoiding | Zufu Liu | 1 | -0/+4 | |
calling LineStartPosition. | |||||
2024-11-25 | Bug [#2456]. Fix wrapping removed lines. | Pawel Z Wronek | 1 | -0/+6 | |
2024-11-20 | Bug [#2454]. Add "NUL-terminated" qualifiers to APIs that NUL-terminate result. | Neil | 1 | -4/+4 | |
2024-11-17 | Feature [feature-requests:#1533]. Improve performance of SCI_BRACEMATCH by only | Zufu Liu | 1 | -0/+4 | |
retrieving style for braces. Approximately 25% improvement on tested system. | |||||
2024-10-26 | Documented SC_MOD_CHANGEEOLANNOTATION and updated SC_MODEVENTMASKALL. | Neil | 1 | -2/+12 | |
2024-10-26 | On GTK, allow middle click to insert multiple times within a document. | Colomban Wendling | 1 | -0/+4 | |
https://github.com/geany/geany/issues/2629 | |||||
2024-10-24 | Update to Unicode 15.1. | Neil | 1 | -0/+12 | |
https://github.com/ScintillaOrg/lexilla/issues/285 | |||||
2024-10-19 | Change release date.rel-5-5-3 | Neil | 2 | -3/+3 | |
2024-10-14 | Updates for version 5.5.3. | Neil | 2 | -9/+9 | |
2024-10-14 | Bug [#2449]. Fix direction of horizontal scrolling with touchpad. | Zufu Liu | 1 | -0/+12 | |
2024-08-18 | Updates for version 5.5.2.rel-5-5-2 | Neil | 3 | -10/+10 | |
2024-08-16 | On Cocoa implement more values of font weight and stretch. | Neil Hodgson | 1 | -0/+3 | |
2024-08-15 | Add SCI_STYLESETSTRETCH to support condensed and expanded text styles. | Neil | 2 | -0/+69 | |
2024-08-15 | Fix bug where double-click stopped working when system had been running for a | Neil | 1 | -0/+3 | |
long time. | |||||
2024-07-31 | Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT. | Martijn Laan | 2 | -0/+10 | |
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB. | |||||
2024-07-28 | Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its | Neil | 2 | -1/+11 | |
nesting depth. | |||||
2024-07-27 | Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separate | Neil | 2 | -0/+19 | |
parts of multiple selection when copied. | |||||
2024-07-26 | Show correct signature for SCI_AUTOCSETSTYLE and include in message list. | Neil | 1 | -1/+3 | |
2024-07-19 | Updates for version 5.5.1.rel-5-5-1 | Neil | 3 | -10/+10 | |
2024-07-10 | Bug [#2443]. Fix flickering cursor after some mouse action sequences. | Neil | 1 | -0/+4 | |
2024-07-03 | Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font. | Martijn Laan | 2 | -3/+19 | |
2024-06-25 | Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint. | Martijn Laan | 1 | -2/+7 | |
2024-06-21 | Add canonical self links to help Google crawler. | Neil | 5 | -0/+5 | |
2024-06-20 | Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint. | Martijn Laan | 2 | -0/+12 | |
2024-06-11 | Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60 | Neil | 2 | -3/+15 | |
points. | |||||
2024-04-23 | Fix 5.5.0 synopsis. | Neil | 1 | -1/+1 | |
2024-04-19 | Updates for version 5.5.0.rel-5-5-0 | Neil | 3 | -10/+10 | |
2024-04-18 | Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors. | Zufu Liu | 1 | -0/+4 | |
2024-03-30 | Bug [#2435]. Fix documentation of type of SCNotification::annotationLinesAdded. | Neil | 1 | -1/+1 | |
2024-03-28 | Avoid use of NSUserDefaults which will soon require justification when used ↵ | Neil Hodgson | 1 | -0/+3 | |
in applications on the App Store. | |||||
2024-03-23 | Remove outdated text. | Neil | 1 | -1/+1 | |
2024-03-22 | Document that failure in SCI_ALLOCATESUBSTYLES returns a negative number. | Neil | 1 | -1/+6 | |
Possible failures include requesting more substyles than available. | |||||
2024-03-22 | Bug [#2433]. Fix IME crash in windowed mode. | Zufu Liu | 1 | -1/+5 | |
2024-03-15 | Bug [#2417]. Add elements for inactive additional selections | Neil Hodgson | 2 | -1/+38 | |
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK. | |||||
2024-03-09 | Updates for version 5.4.3.rel-5-4-3 | Neil | 3 | -10/+10 | |