AngryGamer
b7a560c012
Fix text on active tabs being clipped (multi-line)
2017-03-20 00:19:46 +01:00
AngryGamer
07a565e935
Add two functions: one correctly switches to the active tab, the second swaps tab item data when given two tab indexes
2017-03-20 00:19:43 +01:00
Don HO
1205ab9805
Clean up
2017-03-19 13:47:11 +01:00
Don HO
6a3d9e994d
Fix a minor bug in "Show content in doc map on mous hover"
...
Fix a compiling error for x64 build
2017-03-14 09:09:01 +01:00
Don HO
fe463dc03a
Check content via document map on hovering (in progress)
2017-03-13 02:10:47 +01:00
Don HO
b869163609
Check SciLexer.dll certificate
...
This fix is about the issue "Vault 7: CIA Hacking Tools Revealed"
published on Wikileak:
https://wikileaks.org/ciav7p1/cms/page_26968090.html
2017-03-08 02:52:58 +01:00
Richard Brock
133977da67
Fix the mouse wheel to task list scroll crash issue
...
Closes #2982 , fixes #1616 , fixes #2603 , fixes #2828 , fixes #607
2017-03-06 03:25:42 +01:00
Don HO
97573c80a0
(In progress) New feature: check content via Document Map while mouse hovering on a inactivated tab
2017-03-05 14:03:02 +01:00
Don HO
3ba1b100f2
Refactoring and clean up for tab interface
2017-02-24 03:14:47 +01:00
Don HO
9faa97a6f9
Fix a regression of hidden status bar due to the enhancement of tab interface
2017-02-23 23:58:57 +01:00
Don HO
a482cbd215
Add tip in Find dialog for informing users the usage of Shift+Enter
2017-02-23 23:56:35 +01:00
Don HO
e1125f0bbc
Improve multi-line mode for tab interface
2017-02-23 02:52:26 +01:00
AngryGamer
9967c59912
Enhance multiline tabs
...
Stop mutli-line tabs from changing rows when switching tabs.
Closes #1858
2017-02-21 21:21:25 +01:00
Christophe Meriaux
7ab6458978
Add shortcut mapper clear command
...
In the shortcut mapper, shortcuts can be cleared easily
Close #2800
2017-02-19 15:04:51 +01:00
SinghRajenM
6388d48e0c
Enhance Load/Save Session Feature
...
1. If any session ext is set, then give preference to session ext instead
of "All Types (* . *). This is applicable for both save/load session
methods.
2. Show error message when user tries to load wrong session file (e.g. any
text file which is not a valid session file).
3. Correct typo and wrong description in a messagebox.
Closes #2921
2017-02-19 13:21:34 +01:00
SinghRajenM
2f7667a22a
Fixed Text clip issue on preference->Print->Print Line Number
...
Closes #2913
2017-02-18 22:05:19 +01:00
SinghRajenM
3dfe526019
Show OS platform (32/64 bit) in Debug Info.
...
Closes #2895
2017-02-11 11:28:46 +01:00
Don HO
1d59e3ed0e
Plugin Admin (in progress)
2017-02-10 00:08:29 +01:00
SinghRajenM
7f98067c12
Add error notification on run dialog
...
1. GetLastErrorAsString is moved from PluginsManager.cpp to Common.h and common.cpp and also function signature is changed
2. Below method were already defined in common.cpp, but not declared in common.h
generic_string intToString(int val);
generic_string uintToString(unsigned int val);
3. Updated RunDlg.cpp to show error if ShellExecute fails
Closes #2626 , Fixes #2179
2017-02-05 13:12:03 +01:00
Don Ho
754b92871d
Fix Word char list bug
...
Fix custom word char list doesn't take effect after relauching
Notepad++.
2017-02-04 13:17:40 +01:00
Don Ho
c235e17f7d
Add Plugins Administrator (UI part, in progress)
2017-01-20 14:13:41 +01:00
Don Ho
f3db698166
Fix warning display for Word char list bug
2017-01-17 02:08:54 +01:00
Don HO
6a05bedd05
Enhancement of "Word characters list"
...
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.
2017-01-15 22:16:17 +01:00
Don HO
b0a625913c
Fix the shadow declarations & make VS2015 compile again
2017-01-10 01:09:18 +01:00
Don Ho
8fc1a2ed30
Add MD5 functionalities
2017-01-01 18:28:25 +01:00
Don Ho
ac871cacd4
Get back Find dialog while you lost it
...
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.
2016-12-18 17:37:43 +01:00
SinghRajenM
6fdfd04704
Small tune on Run Macro dialog UI.
...
1. Radio button and edit box were overlapped
2. Edit box and comboxed were not vertically aligned.
Closes #2549
2016-11-11 19:12:43 +01:00
Rajendra Singh
a4b03a1f57
Fix Encoding radio button issue in New Document
...
Sync UTF-8 checkbox with UTF-8 radio button
Closes #2377
2016-10-31 19:30:28 +01:00
Christian Grasser
5a96eb68b2
MinGW GCC update
...
- changes necessary to get back a buildable version with mingw, last adapted with https://github.com/notepad-plus-plus/notepad-plus-plus/pull/1229
- fixed some gcc compiler errors and warnings, see https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.3 to https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.13
- remaining task is the wincontrol "ReadDirectoryChanges", which uses ATL, propably not available with mingw
Closes #2478
2016-10-31 14:03:29 +01:00
Don Ho
2897dee54a
Fix a tab settings regression
...
Tab settings per language broken due to the entries are doubled by error
during the preferences dialog reorganization.
2016-10-30 01:02:32 +02:00
Don Ho
3924190fb1
Add smart highlighting extension to anothe view option
...
Add new option to enable smat highlighting extension to anothe view,
while both views are visible side by side.
2016-10-28 11:47:36 +02:00
SinghRajenM
3e3cbe0c22
Fixed disable smart highlihgt inconsistent behaviour
...
This bug can be reproduce by turning off smart highlight then restart
Notepad++ : some smart highlight options are still enabled.
Fixes #2442 , closes #2465
2016-10-23 14:01:44 +02:00
Don Ho
b6b11d9f6d
Update english.xml
...
Update english.xml, chinese.xml and french.xml
2016-10-14 09:26:28 +02:00
Don Ho
66c6aca759
Enhance smarthighting UI
...
Use checkboxes instead of combobox.
If "Use Find settings" is checked, use both "match case" & "whole word
only" (instead of only "whole word only")
2016-10-13 02:01:09 +02:00
Don Ho
4fec265304
Reorganization of preferences dialog
2016-10-10 00:20:38 +02:00
Rajendra Singh
11c71210b6
Fix some text display problems on preferences dialog
...
Adjusted static controls position
Closes #2300
2016-10-08 00:11:52 +02:00
dail8859
98a246c1e5
Add option to skip numbers during word completion
...
Closes #2365 , Closes #2378
2016-10-07 09:08:58 -04:00
Tiax
d63170852e
Enhance Smart Highlighting feature
...
SmartHighlighting now highlights based on 3 modes:
1. whole word
2. any selection
3. same as find dialog setting.
Closes #2262
2016-10-07 09:25:32 +02:00
dail8859
0a7122a6ae
Align checkbox
...
Align the new checkbox with the others. Fixes #2316
2016-09-24 16:56:10 -04:00
Don Ho
8e9e8c04cd
Fix a x64 crash issue on macro recording
2016-09-23 23:58:16 +02:00
Don Ho
0278554272
Update translations
2016-09-15 00:27:53 +02:00
Don Ho
6bbfc7a095
Add an option to restore the old behaviour while dropping a folder
...
The new behaviour (by default) is open the folder in "Folder as
Workspace". The old behaviour is open all files in folder (recursively).
Now user can choose it.
2016-09-13 23:12:36 +02:00
Don Ho
e31e37ebc3
Change quitOnEmpty trigger from command line to settings
2016-09-11 11:45:56 +02:00
Don Ho
000e447cb9
Fix "Folder as Workspace" not updating regression
2016-09-05 01:48:42 +02:00
Don Ho
6b3e562d6a
Fix crash issue in x64 version while launching Styler Configurator
2016-09-01 02:53:43 +02:00
Don Ho
e451efbd29
Add "Search on Internet" for selected words as build-in command
...
Update translation for French, Chinese and English.
2016-08-29 00:13:28 +02:00
Don Ho
863c4e90c1
Add open file on selection & open container on selection commands
2016-08-22 00:52:26 +02:00
Don Ho
fe01f7501b
Update translations
...
Update english.xml, english_customizable.xml, chinese.xml, french.xml to
7.0
A minor refactoring
2016-08-19 13:39:31 +02:00
Don Ho
a43e2db58f
Minor code enhancement
2016-08-18 11:30:33 +02:00
Dino
b14d3d5f7b
Prohibit TAB size 0 in TAB settings.
...
Closes #1814 , fixes #1341
2016-08-17 15:28:07 +02:00