ozone10
233c697183
Fix gcc reorder warnings
...
Fix #12132 , close #12133
2022-09-09 18:08:08 +02:00
ozone10
ebe7648ee1
Code improvement, remove unnecessary part
...
Fix pedantic warnings, add initializers.
Close #12093
2022-09-07 17:49:56 +02:00
VinsWorldcom
851900334c
Add cycling function hints ability by ALT-UP/DOWN shortcuts
...
Fix #11950 , close #12017
2022-08-24 03:04:37 +02:00
ozone10
d65967deab
Use edge colors in dark mode for listbox border
...
1. use edge colors in darkmode for edit control border.
2. tweaks to properly drawn listbox scrollbar, when using custom border.
3. disabled edge color to dark mode preference dialog.
4. use disabled edge color for disabled combobox.
Fix #11207 , fix #11376 , close #11756
2022-06-06 20:25:17 +02:00
LEONARDO SILVA
9cbd03c301
Add more API for custom auto-indentation and current macro status
...
4 new API are added:
- NPPM_GETEXTERNALLEXERAUTOINDENTMODE
- NPPM_SETEXTERNALLEXERAUTOINDENTMODE
- NPPM_ISAUTOINDENTON
- NPPM_GETCURRENTMACROSTATUS
* Added support for custom auto-indentation for external lexer.
* Also added messages to fetch current Macro status (Idle, Recording, Stopped, Running) -> for this also affects auto-indentation behavior.
* Also added capability to query for the current User Settings of "Use Auto Indentation".
Fix #11253 , close #11278
2022-03-05 00:57:43 +01:00
deebash
1c8b867395
Add "Sort By" commands under Window Menu
...
Add commands by name, path, type and by size for sorting under Window Menu.
Fix #10393 , close #11190
2022-02-20 18:52:07 +01:00
Don Ho
94154b0f0e
Code enhancement: Fix comparison of different signs integers
2022-02-09 20:06:59 +01:00
Don Ho
961a133a60
Remove 2GB file open restriction for x64 binary
...
Fix #10921 , close #11047
2022-01-25 18:08:05 +01:00
Don Ho
a3116818e0
Code enhancement: Initialize variable member's value of struct/class
...
Close #10545
2021-09-14 03:08:17 +02:00
Don Ho
e5a800722b
Make code more sanitary
...
Fix some vulnerable codes detected by VS's analyzing.
Close #10541
2021-09-12 18:50:30 +02:00
Don Ho
bd31dbb68f
Remove "#pragma once" from rc files
2021-09-06 22:49:11 +02:00
ozone10
5e899f2a6c
Enhance dialog visual look & feel
...
Change dialog extyles.
Fix #10384 , close #10385
2021-08-15 20:27:46 +02:00
ozone10
1ac1b11831
Apply dark mode on shortcut dialog
...
Fix #10275 , close #10276
2021-07-28 18:01:04 +02:00
ozone10
14da158cad
Apply dark mode on run a macro multiple times dlg
...
Fix #10273 , close #10274
2021-07-28 17:46:17 +02:00
Don Ho
aa69711d4c
Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts
...
Add Find/Replace/Find in fles/Mark shortcuts detection capacity in Find Replace dialog.
Fix #10019 , close #10177
2021-07-20 01:28:15 +02:00
QoL
26dad277c9
Fix shortcut name more than 64 characters makes an empty name issue
...
Fix #9556 , close #9543
2021-02-22 05:05:41 +01:00
Don HO
ab5c1d3e2a
Upgrade Notepad++ License
...
Update GPL version from v2 to v3.
Fix #9425 , close #9441
2021-01-24 01:51:19 +01:00
Don HO
d17c303665
Fix "SCI_NEWLINE" inside a macro not working issue
...
Fix #5571
2020-11-08 03:34:45 +01:00
Udo Hoffmann
ddd2e5fd23
Improve some ambiguous commands naming in Shortcut Mapper
...
Separate command shortcut names and menu names.
Fix #8689 , close #8690
2020-08-15 18:44:12 +02:00
Scott Sumner
394f762d6b
Add SCI_SETCARETLINEBACKALPHA to the list of macroable commands in isMacroable function
...
Fix #8614 , fix #5619 , close #8684
2020-08-13 19:47:27 +02:00
Don HO
3de506bf48
Update copyright
...
Close #5919
2020-04-04 23:03:18 +02:00
Don HO
6e6341cc61
Make some codes conform to the defined coding style
2020-01-28 02:20:44 +01:00
Waldi Ravens
62622afaeb
Make MinGW gcc build work again
...
Fixes MinGW build error:
53452d96e0 (r36430299)
2019-12-15 10:53:34 +01:00
Scott Sumner
53452d96e0
Fix too small buffer issue during add text macro playback
...
Fix #7642 , close #7730
2019-12-13 19:13:23 +01:00
Don HO
ebe0b1b189
Use "#pragma once" instead of "#ifndef"
2019-11-16 03:38:11 +01:00
Don HO
93a9962fde
Code enhancement: Use C++11 =default & =delete for the constructor & destructor
2019-08-19 02:05:21 +02:00
Don HO
06db9ee338
Code improvement for NppParameters
2019-08-14 22:13:24 +02:00
Imre NAGY
8a048b0957
Enable Scintilla Virtual Space Option change from macro
...
Fixes #5463 , closes #5500
2019-05-30 16:27:46 +02:00
Don HO
784eea3ef7
Remove the test of null pointer for delete
...
Since deleting a null pointer just does nothing:
https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null
2019-04-06 16:43:23 +02:00
Don HO
52a4e21af5
Remove ugly coding style
2019-03-16 05:33:50 +01:00
Don HO
5356f648c2
Remove some ugly coding styles
2019-03-13 02:02:35 +01:00
Rajendra Singh
50e9e87e44
Use the reference parameter instead of copy parameter and some clean up
...
Close #5360
2019-03-02 14:46:17 +01:00
Rajendra Singh
2a4a70ed21
Pass the arguments by reference instead of by copy to improve the performance
...
Close #5341
2019-02-28 13:38:03 +01:00
Don HO
1f5ba1803f
Fix compiling error
2019-02-24 18:21:28 +01:00
Don HO
da2d14436c
[EU-FOSSA] Enhance the macroable detection to avoid crash
2019-02-24 11:34:27 +01:00
Don HO
70cd3e5ea6
[EU-FOSSA] Check if the command is macroable before playing the recorded macro
...
Such situation can happen via the manual modification of shortcut.xml by hackers.
2019-02-21 20:11:42 +01:00
SinghRajenM
a83fa30de6
Fixed the macro deletion bug
...
Fix the issue that deleting a Macro doesn't remove it from the Run Macro multiple times dialog until restart
Fix #4526 , close #4532
2018-06-21 09:57:04 +02:00
SinghRajenM
6e315e076a
Updated Hindi localization
...
1. Updated "Hindi.xml"
2. Corrected typos in English.xml (changed "NppIO.cpp" and "shortcut.rc" accordingly)
3. Synced "english_customizable.xml" with "English.xml"
Close #4152
2018-02-20 20:22:49 +01:00
Silent
16fa79f057
Warning/error fixes as per VS2017 code analysis
...
Closes #4154
2018-02-19 12:21:35 +01:00
Don HO
bd0867ee62
Add new language and update translations
2018-02-19 11:40:47 +01:00
Don HO
fb17638de7
Enhance Shortcut Mapper and make it translatable
2018-02-10 18:52:59 +01:00
SinghRajenM
926a5f5300
Fix menu items' state is not maintained due to save macro command
...
Fixes #4112 , fixes #4114 , closes #4115
2018-01-30 09:26:08 +01:00
Christophe Meriaux
a7c1e354b9
Shortcut Mapper improvements - add cathegory
...
Shorcut mapper - main panel : new colums that show the category of the shortcut
Shorcut mapper - plugin panel : new colums that show the plugin name that the shortcut belongs to
Shorcut mapper - scintilla panel : it shows every shortcuts configured for one command
Fixes #3583 , Closes #3635
2017-08-21 02:12:00 +02:00
Don HO
385746de01
Rename variables & clean up
2017-07-27 10:30:53 +02:00
SinghRajenM
ee69531823
Fixed cppChecker reported issues
...
1. Removed unused variable/code
smarthighlighter.cpp, Babtgrid.cpp, shortcut.h, ImageListSet.h
2. Member variable not initialised in ctor
ShortcutMapper.h, FileBrowser.h, ProjectPanel.h, TaskList.h, VerticalFileSwitcher.h, WindowDlg.h, lastRecentFileList.h
Closes #3478
2017-07-17 10:35:25 +02:00
orbitcowboy
269a065bb9
Fixed memory leak.
...
Closes #3417
2017-07-02 14:40:16 +02: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
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
Don Ho
8e9e8c04cd
Fix a x64 crash issue on macro recording
2016-09-23 23:58:16 +02:00