File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MODULE WebEditUVer ;
22
33CONST
4- String* = '2.7 . rc.3 ';
4+ String* = '2.7 . rc.4 ';
55
66END WebEditUVer .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BLOCK "StringFileInfo"
1818 VALUE "LegalCopyright", "� 2008 - 2010 by Alexander Iljin\000"
1919 VALUE "FileDescription", "WebEdit plugin for Notepad++ (Unicode).\000"
2020 VALUE "FileVersion", WEBEDIT_VERSION_STRING
21- VALUE "ProductVersion", "2.7.rc.3 \000"
21+ VALUE "ProductVersion", "2.7.rc.4 \000"
2222 VALUE "ProductName", "WebEdit\000"
2323 VALUE "InternalName", "WebEdit\000"
2424 VALUE "OriginalFilename", "WebEditU.dll\000"
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ internal static void ReplaceTag()
272272 if ( ( parser . FindAndReplace ( selStart ) && value . IndexOf ( '|' ) == - 1 ) || ! Tags . UserDefinedInsertionPoint ( ) . IsMatch ( value ) )
273273 return ;
274274
275+ // Known issue: if an indentation is *before* the '|' caret position marker, the text between them may be selected
275276 scintillaGateway . SetSelectionEnd ( position + value . Substring ( 0 , value . IndexOf ( '|' ) ) . Length - selectedText . Length ) ;
276277 } catch ( Exception ex ) {
277278 scintillaGateway . CallTipShow ( position , ex . Message ) ;
You can’t perform that action at this time.
0 commit comments