aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-12-23Update download size.Neil1-1/+1
2023-12-22Updates for version 5.4.1.Neil3-10/+10
2023-12-21Bug [#2405]. Avoid character fragments in regular expression search results.Zufu Liu1-0/+4
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil2-11/+63
2023-12-15Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target inNeil1-0/+5
notification handlers.
2023-12-14Bug [#2405]. Fix regular expression bug in reverse direction where shortenedZufu Liu1-0/+4
match returned.
2023-12-12Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when usingZufu Liu1-0/+4
SCFIND_CXX11REGEX.
2023-12-08Throw error when allocating more than 2G without SC_DOCUMENTOPTION_TEXT_LARGE.Neil1-0/+4
2023-12-02Bug [#2157]. Fix regular expression search for word begin \< and word end \>.Zufu Liu1-0/+5
2023-11-06Ctrl-click on a selection deselects it in multiple selection mode.Neil1-0/+3
2023-11-05Add SCI_SELECTIONFROMPOINT for modifying multiple selections.Neil2-0/+9
2023-11-05Add SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.Neil2-7/+11
2023-11-05Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.Neil2-3/+10
2023-11-21Feature [feature-requests:#1502] Improve speed of LineLayoutCache::InvalidateZufu Liu1-0/+4
for replacing text.
2023-11-21Bug [#2413]. Fix regular expression search failure.Zufu Liu1-0/+12
2023-11-18Updates for version 5.4.0.rel-5-4-0Neil Hodgson3-9/+20
2023-11-02Fix typo.Neil1-1/+1
2023-11-02Updates for version 5.3.8.Neil3-10/+13
2023-11-01Split SelectionAndInformation section into Information and Selection sections.Neil1-752/+755
Reorder sections to be more reasonable.
2023-11-01Remove spacing in table of contents to simplify editing.Neil1-47/+4
2023-10-30Remove outdated instructions on changing lexers in Scintilla and they are now inNeil1-19/+2
Lexilla.
2023-10-29Bug [#2078]. Fix rectangular selections with SCI_MOVESELECTEDLINESUP andNeil1-0/+4
SCI_MOVESELECTEDLINESDOWN.
2023-10-15Bug [#2405]. Fix incorrect substitution when searching for a regular expressionZufu Liu1-0/+4
backwards.
2023-10-04Significantly reduce memory used for deleting contiguous ranges backwards.Neil1-0/+4
Compresses sequences of same item in vectors by adding a count field. Fixes Notepad++ issue 13442. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442
2023-09-27Bug [#2402]. Fix invisible text on macOS 14 Sonoma when building with Xcode 15.Chinh Nguyen1-0/+4
2023-09-27Deprecated methods disableFlushWindow and enableFlushWindow are avoided onNeil Hodgson1-0/+11
macOS 10.14+. Test application contains example calls that exercize this when available.
2023-09-22Update download sizes.Neil1-2/+2
2023-09-18Updates for version 5.3.7.Neil3-10/+10
2023-09-13Fix assertion failure on some systems when an INDIC_SQUIGGLEPIXMAP drawn for aEnrico Tröger1-0/+4
zero-width character.
2023-08-29Bug [#2400]. Fix building with non-English environment.Neil1-0/+5
2023-08-28Bug [#2401]. gtk: Set type hint for GTK_WINDOW_POPUP windowsJiří Techet1-0/+4
Without setting the hint the popup windows lead to some obscure behavior on macOS when the main window is full screened, see https://gitlab.gnome.org/GNOME/gtk/-/issues/5716 https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778 while the solution from 5778 might be a sufficient workaround, setting the hints might be a good idea in general so the window manager knows better the purpose of these windows.
2023-08-24Fix potential crash when using IME with large amount of text selected.Neil1-0/+3
Allows for extra NUL terminator in allocation.
2023-08-02Bug [#2395]. Allow parent window to handle context menu events by setting asGary James1-0/+13
ignored.
2023-07-23Updates for version 5.3.6.rel-5-3-6Neil3-11/+10
2023-07-14Feature [feature-requests:#1488] Stop aligning IME candidate window to target onjohnsonj1-0/+8
Win32 and Qt.
2023-06-25Strip line end white-space.Neil1-3/+3
2023-06-23Replace numeric character entity "#10003" with "check" for clarity.Neil1-50/+50
2023-06-23Update to IME support matrix showing that Qt now supports Delete Surrounding.johnsonj1-23/+23
Changed from Asian "O" and "X" to European " " and check mark.
2023-06-22Bug [#2382]. Fix reverse arrow cursor when scaled.Markus Nißl1-0/+4
2023-06-18Implement replacement for IMEs which may help with actions like reconversion.johnsonj1-0/+4
2023-06-15For IMEs, update micro focus when selection changes.johnsonj1-0/+4
2023-06-08Bug [#2333]. Hide cursor when typing if SPI_GETMOUSEVANISH system setting is on.johnsonj1-0/+4
2023-06-04Feature [feature-requests:#1486] Redraw calltip after showing.Neil1-0/+13
2023-05-27Updates for version 5.3.5.rel-5-3-5Neil3-10/+10
2023-05-26Return correct position within paragraph for IME in characters instead of bytes.johnsonj1-0/+3
2023-05-12Bug [#2240]. Add documentation about IME support.johnsonj1-1/+68
2023-05-09Stop movement of IME candidate box.johnsonj1-0/+3
2023-05-09Used full name for credit.Neil1-1/+1
2023-05-08On Qt for Cocoa, fix crash in entry of multi-character strings with IME.chengzhi1-0/+5
https://github.com/dail8859/NotepadNext/issues/194 https://github.com/dail8859/NotepadNext/pull/372
2023-05-06Feature [feature-requests:#1310] Implement IME context with IMR_DOCUMENTFEED.johnsonj1-0/+4