diff --git a/PowerEditor/scintilla.original.forUpdating/scintilla542.zip b/PowerEditor/scintilla.original.forUpdating/scintilla543.zip similarity index 79% rename from PowerEditor/scintilla.original.forUpdating/scintilla542.zip rename to PowerEditor/scintilla.original.forUpdating/scintilla543.zip index 513c8a305..808a09762 100644 Binary files a/PowerEditor/scintilla.original.forUpdating/scintilla542.zip and b/PowerEditor/scintilla.original.forUpdating/scintilla543.zip differ diff --git a/scintilla/cocoa/Scintilla/Info.plist b/scintilla/cocoa/Scintilla/Info.plist index c7533ddc3..a1d0470fc 100644 --- a/scintilla/cocoa/Scintilla/Info.plist +++ b/scintilla/cocoa/Scintilla/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.2 + 5.4.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index c30155539..7b4ea5f5f 100644 --- a/scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -582,7 +582,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.4.2; + CURRENT_PROJECT_VERSION = 5.4.3; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -647,7 +647,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.4.2; + CURRENT_PROJECT_VERSION = 5.4.3; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; @@ -680,7 +680,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5.4.2; + CURRENT_PROJECT_VERSION = 5.4.3; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; @@ -715,7 +715,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5.4.2; + CURRENT_PROJECT_VERSION = 5.4.3; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; diff --git a/scintilla/doc/ScintillaDoc.html b/scintilla/doc/ScintillaDoc.html index e21536370..87bab3cd7 100644 --- a/scintilla/doc/ScintillaDoc.html +++ b/scintilla/doc/ScintillaDoc.html @@ -6420,6 +6420,18 @@ struct Sci_TextToFindFull { This also avoids a header rectangle above the list. + + SC_AUTOCOMPLETE_SELECT_FIRST_ITEM + + 2 + + Always select the first item from the autocompletion list regardless of the value + entered in the editor. Useful when the autocompletion logic of the application + sorts autocompletion entries so that the best match is always at the top of the + list. Without this option, Scintilla selects the item from the autocompletion + list matching the value entered in the editor. + + diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index 2ebe36f1a..e3db879fe 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ @@ -42,7 +42,7 @@ containing very few restrictions.

- Release 5.4.2 + Release 5.4.3

Source Code @@ -50,8 +50,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/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index 827ec6551..023c9a5a1 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -583,6 +583,23 @@

- + Windows   - + GTK/Linux  

Releases

+

+ Release 5.4.3 +

+

Release 5.4.2

@@ -12833,7 +12850,7 @@ Pascal lexer handles comments more correctly.
  • - C/C++/Java/JavaScipt lexer has a state for line doc comments. + C/C++/Java/JavaScript lexer has a state for line doc comments.
  • Error output lexer understands Sun CC messages. diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 565f88578..04b7cae38 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ - +