Commit Graph

3452 Commits

Author SHA1 Message Date
rddim
34611c2eba
Update Bulgarian localization
Close #5925
2019-08-01 21:06:02 +02:00
Patriccollu
8bfa0671d1
Update corsican.xml for Notepad++ 7.7.1
Corsican translation has been updated to take the latest strings into account.

Close #5902
2019-08-01 19:53:41 +02:00
Rajendra Singh
4521194c70
Update Hindi localization
Close #5888
2019-08-01 19:40:37 +02:00
Jay.Skyworker
580a1c406c
Make a better translation for Chinese traditional.
提升 Style Configurator 翻譯的可讀性

Close #5854
Make chinese translation for "Style Configurator" more accurate
2019-08-01 19:33:31 +02:00
Waldi Ravens
e8ae016f3d
Update dutch.xml to 7.7.2
Close #5818
2019-08-01 14:05:56 +02:00
yasmise
9c2f897893
Update Japanese translation
Close #5797
2019-08-01 13:50:07 +02:00
Artur
87602bcd97
Update russian.xml
Add new line:
id3520
NeedToRestartToLoadPlugins
ExitToUpdatePlugins

Close #5793
2019-08-01 13:39:08 +02:00
Motaz Alnuweiri
6adac5f4f2
Update Arabic language to v7.7.2
Close #5778
2019-08-01 13:34:14 +02:00
Jani Kesänen
c37525cd90
Updated Zenburn theme to contain all the languages supported by 7.7
Close #5829
2019-07-31 22:19:29 +02:00
Waldi Ravens
ac1d9deed6
Update french.xml to 7.7.2
- Add missing entries.
- Remove surplus entries.
- Modify encoding menu entries according to #5951.

Close #5985
2019-07-31 22:11:29 +02:00
bovirus
99c8610774
Update italian.xml
Close #5977
2019-07-30 21:57:12 +02:00
Don HO
fb7785eeaa
Disambiguate 5 entries regarding encoding
Remove "Encode" word to avoid the confusion with "Convert".

Close #5951
2019-07-30 20:24:59 +02:00
Waldi Ravens
3282e5f4a4
Fix french.xml
Replace erroneous $INT_REPLACE$ with $STR_REPLACE$

Fix #5868, close #5875
2019-07-29 01:30:47 +02:00
Don HO
3cb9a594fb
Update README.md 2019-07-29 01:29:18 +02:00
Sergey Semushin
dbc9d79df6
Small grammar correction
Here's explanation why this is the correct way:
https://english.stackexchange.com/questions/222316/are-you-sure-to-delete-or-are-you-sure-you-want-to-delete
Also `Are you sure you want to` could be found in 4 other messages in this same file.

Close #5848
2019-07-28 02:35:29 +02:00
Don HO
e50236f559
Remove redundant information in File Summary dialog
Update Chinese & French binary translation as well.
2019-07-27 11:03:14 +02:00
Christian Grasser
418d03acfe
Add capabilty to translate file summary dialog info
Close #5594, fix #1487
2019-07-27 10:33:51 +02:00
Don HO
4a80a125c0
Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message
Destroying allocated Scintilla makes Notepad++ crash because created Scintilla view's pointer is added into _referees of Buffer object automatically.
The deallocated scintilla view in _referees is used in Buffer::nextUntitledNewNumber().

So we do nothing here and let Notepad++ destroys allocated Scintilla while it exit and we keep this message for the sake of compability withe the existing plugins.

Fix #4487, close #1500, close #5949
2019-07-26 09:39:52 +02:00
Don HO
21939308b0
Add NppExport 64 bits plugin in the distribution
Close #5944
2019-07-23 21:37:49 +02:00
Don HO
cfcca9f54a
UI position tuning
Close #5935
2019-07-23 01:59:30 +02:00
Don HO
4c7e18fd58
Fix PowerEditor compiling error 2019-07-22 13:45:31 +02:00
Don HO
92bad0a60a
Upgrade Scintilla from 4.1.4 to 4.2.0
Fix #5822
2019-07-22 13:08:41 +02:00
luisffranca
69da7a765d
Make context menu key work in Project Panel
Fix #3868, close #3871
2019-07-22 13:00:52 +02:00
Don HO
8fd691a3b2 Change shortcut for avoiding the clash
Change shortcut of "Replace All in All Opened Documents" from &o to &u.

Close #2276
2019-07-22 01:24:37 +02:00
Don HO
0db7c75ff9
Merge branch 'find-dlg-enhance-GUI' 2019-07-19 09:54:41 +02:00
Don HO
6f3166c865
Improve GUI in Find dialog
Thanx to:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/449#issuecomment-135799762
2019-07-18 23:28:02 +02:00
Don HO
d239c3d731
Make ASCII Codes Insertion panel's title shorter 2019-07-18 09:44:50 +02:00
mmosoll
6a30c31e0a
Add 2 new columns for HTML Code in the Character Panel
Added 2 new columns showing HTML Code and HTML Name in the Character Panel for ANSI and Windows-1252 character sets.
Modified NM_DBLCLK event to insert in document the current cell value when double clicked in the Character Panel.
Modified translation files for French, English, Spanish and Spanish Argentina to include the new added columns in the Character Panel.
Modified maximum length of the Character Panel title bar in Notepad_plus::launchAnsiCharPanel().

Close #4371
2019-07-17 20:01:48 +02:00
Silent
dc6bd2a8d2
Fix commandline parsing issue
Fix issues where filenames would have multiple whitespaces in them.

Fixes #5861, close #5883
2019-07-15 09:50:13 +02:00
Don HO
607999c8b8
Update French & Chinese localization 2019-07-12 23:53:54 +02:00
rddim
eed0c620bb
Update Bulgarian and add missing entry in english.xml
Close #5908
2019-07-12 10:18:05 +02:00
AngryGamer
9acf6e302f
Fix Document Peeker constantly changing focus
1. Title Bar no longer flickers like crazy.
2. Can interact with other dialogs (such as "Find/Replace dialog" while hovering from tab to tab).

Fix #3324, close #5882
2019-07-09 01:54:07 +02:00
Don HO
2d15d90e02
Fix local variable shadows outer variable issues 2019-07-08 14:39:14 +02:00
Don HO
6ddbca3a60
Make Save dialog not resizable 2019-07-06 15:00:07 +02:00
Rajendra Singh
4ebcf61917
Enhance Save dialog GUI
Close #5587
2019-07-06 14:50:45 +02:00
AngryGamer
8b151ac991
Fix Sort Line as Integer regression
The regression was made by #5555:
ff20c264df

Close #5843, fix #5839
2019-07-06 02:51:01 +02:00
Rajendra Singh
e9277deaa6
Localize "Restore recent close file" command
Close #5557, fix #1476, fix #5137, fix #5672
2019-07-05 09:44:10 +02:00
Silent
401dbbc7d5
Disable integrity checks in Debug
Close #5884
2019-07-05 01:36:07 +02:00
Waldi Ravens
31ae813286
Allow plugins to load private DLL files from the plugins folder
The problem is the way Windows searches for dynamically linked DLLs (Dynamic-Link Library Search Order).
For example, LuaScript.dll is the plug-in DLL, loaded by Notepad++.exe, and lua53.dll is the auxiliary DLL, required by LuaScript.dll and also by user-installed Lua modules. Both DLLs should be located in \plugins\LuaScript. But, when Notepad++ calls LoadLibrary to load LuaScript.dll, Windows will not find the dynamically linked lua53.dll, hence the LoadLibrary call fails. This happens, because Windows will look in the application directory (which is the location of Notepad++.exe), and not in the LuaScript.dll directory.
To make Windows search in the LuaScript.dll directory, Notepad++ needs to call LoadLibraryEx with the LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag.

Close #5802, close #5853
2019-07-04 20:29:05 +02:00
AngryGamer
6c034985a2
Fix crash when sorting out_of_range columns
Fix crash while sorting the right part of equal sign with column-selection:

100/20 = 5

1/3    = 0.333

22/7   = 3.14285714286

Note that empty lines between the numbers are intentional.

Fix #5865, fix #3391, close #3771
2019-07-04 01:39:52 +02:00
AngryGamer
8449d9f5ea
Add more OS information to debug info
Close #5869, close #5872
2019-07-03 21:19:33 +02:00
Don HO
d98ecfbb84
Fix a typo 2019-07-03 20:32:31 +02:00
Don HO
3f7956dc1b
Add "No to All" and "Yes to All" options in Save dialog
It allows users, while closing files, to reply Yes or No only for once in Save dialog for the all rest of modified files.

Close #5835 , close #4385,  close #4392
2019-07-03 09:41:35 +02:00
Rajendra Singh
bfd8cd0702
Initialize a member value correctly to prevent from crash
_langType in CmdLineParamsDTO could not be copied so Initialize its value to prevent from the crash.

Close #5838
2019-06-27 09:42:47 +02:00
Don HO
34cd6db3be
Update README.md 2019-06-25 23:27:31 +02:00
Don HO
027a1dda76
Update CONTRIBUTING.md 2019-06-25 21:10:57 +02:00
Rajendra Singh
105dcebb9e
Improved isAllDigits algo
Close #4530, close #5828
2019-06-25 21:03:33 +02:00
zufuliu
3f114a557a
Use only SC_IV_LOOKFORWARD for Python like folding.
Code folding block for Nim, VB and YAML includes tailing empty or whitespace only lines,
it's better for these lexers to use SC_IV_LOOKBOTH.

Close #5821
2019-06-25 19:52:13 +02:00
Rajendra Singh
9539a892eb
Code quality improvement: pass string by reference instead of value
Also remove not implemented methods addBufferToView(), moveBuffer() and doActionOrNot() from Notepad_plus.h

Close #5784
2019-06-25 14:21:35 +02:00
Don HO
57a49c3ba5
Add the commandline argument to open folders in "folder as workspace" panel
Add the ability to open folders in "folder as workspace" panel via command line argument "-openFoldersAsWorkspace".
Example:
notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
The above command will launch notepad++ with folder as workspace panel by opening myProj01 and myProj02 in panel.

Close #4253, close #5100
2019-06-25 13:50:41 +02:00