Skip to content

Merge Master#18

Merged
SinghRajenM merged 35 commits intoSinghRajenM:masterfrom
notepad-plus-plus:master
Jan 30, 2017
Merged

Merge Master#18
SinghRajenM merged 35 commits intoSinghRajenM:masterfrom
notepad-plus-plus:master

Conversation

@SinghRajenM
Copy link
Owner

No description provided.

dail8859 and others added 30 commits December 11, 2016 10:54
Closes #1248, Closes #1255, Closes #1595, Closes #1762, Closes #1768, Closes #2583
In the environment of multi-monitor with a laptop + a stantion, it
happens all the time that users have lost Find dialog after detaching
and retatching - the solution: Ctrl-F twice will get back your Find
dialog.
There might be cases when file is cloned/moved to view. Don't add to recent list unless file is removed from all the views
Closes #2665, Fixes #2277
Launch N++ with same privileges as explorer
FIxes #2641, fixes #159, fixes #556, closes #2643
Preferences... -> Recent Files History -> Don't check at launch time
does not work anymore. If it is unchecked, it will be checked again on
next Notepad++ launch time.
Fixes #2746
"Geneate MD5 fom text dialog" has geneated wrong result on non ANSI
character (Unicode text).  This bug is due to wong input data.

Fixes #2743
While double-clicking to select or searching with "Match whole word
only" option, the selected characters stop on non-word characters. With
this enhancement, users can include any non-word character into word
characters list, to change its default behaviour.
Including the suggestion #2737 from #2737

Closes #2741
Enable the new user interface for "Folder Browse Dialog" including the
edit box and enable Vista style for "Save Dialog".

Closes #2631
Update italian translation according to version 7.3.1 (MD5 tool &
Customization of Word char set)

Closes #2745
Reserved keyword from IEEE 1076-2008 LRM §15.10
Closes #2659
oirfeodent and others added 5 commits January 22, 2017 23:10
* Implemented XML Schema for functionList.xml.
* functionList.xml:
1. new layout of association map;
2. placed `displayName` before `id` attribute where applicable;
3. utilize inline comments;
4. parsers added: 'XML for FunctionList', Assembly, AutoIt3, InnoSetup, PowerShell, KRL, Sinumerik and UniVerse BASIC;
5. parsers improved: C, Java, Batch, Bash, XML and NSIS;
6. replaced `[\t\x20]` with `\h` where possible;
7. using upper case notation for hexadecimal values e.g. `\x7F-\xFF`;

Closes #2602
@SinghRajenM SinghRajenM merged commit e781872 into SinghRajenM:master Jan 30, 2017
SinghRajenM pushed a commit that referenced this pull request Mar 23, 2023
update to https://www.scintilla.org/scintilla533.zip with:

   1. Released 8 February 2023.
   2. Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. Bug notepad-plus-plus#2372.
   3. Fix SCI_VERTICALCENTRECARET to update the vertical scroll position.
   4. When an autocompletion list is shown in response to SCN_CHARADDED, do not process character as fill-up or stop. This avoids closing immediately when a character may both trigger and finish autocompletion.
   5. On Cocoa fix character input bug where dotless 'i' and some other extended Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters on Cocoa. Bug notepad-plus-plus#2374.
   6. On GTK, support IME context. Feature notepad-plus-plus#1476.
   7. On GTK on Win32, fix scrolling speed to not be too fast. Bug notepad-plus-plus#2375.
   8. On Qt, fix indicator drawing past left of text pane over margin. Bug notepad-plus-plus#2373, Bug notepad-plus-plus#1956.
   9. On Qt, allow scrolling with mouse wheel when scroll bar hidden.

and https://www.scintilla.org/lexilla522.zip with

   1. Released 8 February 2023.
   2. C++: Fix keywords that start with non-ASCII. Also affects other lexers. Issue notepad-plus-plus#130.
   3. Matlab: Include more prefix and suffix characters in numeric literals. Issue notepad-plus-plus#120.
   4. Matlab: More accurate treatment of line ends inside strings. Matlab and Octave are different here. Issue #18.
   5. Modula-3: Don't treat identifier suffix that matches keyword as keyword. Issue notepad-plus-plus#129.
   6. Modula-3: Fix endless loop in folder. Issue notepad-plus-plus#128.
   7. Modula-3: Fix access to lines beyond document end in folder. Issue notepad-plus-plus#131.
   8. Python: Don't highlight match and case as keywords in contexts where they probably aren't used as keywords. Pull request notepad-plus-plus#122.
   9. X12: Support empty envelopes. Bug notepad-plus-plus#2369.

update CMakeLists.txt to latest changes within vcxproj file

Close notepad-plus-plus#13082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.