Commit Graph

3118 Commits

Author SHA1 Message Date
grisha vanika
ab4cf88336
Fix Folder as Workspace crash and "queue overflow" issues
Fix crash of Folder as Workspace when too many directory changes happen:
Remove limit for amount of queued directory changes: use auto-reset Event instead of Semaphore.

Fix #6005, fix #5907, fix #3740, close #6005
2019-08-07 14:14:59 +02:00
Scott Sumner
9d79d6c017
Fix "preventing Find All Curr Doc working in macro" issue
Fix #5973, close #6006
2019-08-07 09:37:34 +02:00
Scott Sumner
cd9f761293
Make backward-dir checkbox be shown on Find window's Mark tab
Fix #5974, close #6016
2019-08-07 09:27:27 +02:00
Don HO
c35a2b5708
Make Combobox font monospace in Find dialog
Close #5920, fix #3361, close #6001
2019-08-05 02:45:01 +02:00
ssk97
dd401f1379
Fix folding in user-defined languages for non-windows line endings
Close #3372, fix #2873
2019-08-05 00:45:58 +02:00
Cyrillev
053823e8ca
Fix check sign in Encoding menu not shown issue
Fix #3737, close #3738
2019-08-05 00:00:22 +02:00
Berner Martin
d901c73f7d
Add PL/SQL to FunctionList
Close #3741
2019-08-04 12:40:55 +02:00
Simon Sobisch
a5ec6be8a9
Enhance COBOL language support - function list & auto-completion
COBOL support in function list - new entries in functionList.xml (note: defaults to fixed-form reference format, manual switch to free-form reference-format possible in association for langID 50)

COBOL support in auto-completion - new file APIs/cobol.xml
COBOL syntax highlighter - recreated list

note: list of statements, functions and reserved words token from GnuCOBOL 3.0 (COBOL85,2002,2014 + extensions from IBM/MF/RM/ACUCOBOL), please report back if any words are missing

Close #4004
2019-08-04 00:54:18 +02:00
Scott Sumner
61abf06bf3
Make 'Clear all marks' and 'Inverse Bookmark' macroable
Fix #1948, close #5995
2019-08-03 16:26:25 +02:00
Micha Wiedenmann
b3a6638b93
'-nosession' must not overwrite config.xml (Fix #3938)
When `-nosession` is given as a command line parameter the attribute
`isSnapshotMode` in `config.xml` is overwritten with `no` regardless of
its original value.

    <GUIConfig name="Backup" action="0" useCustumDir="no"
               dir="" isSnapshotMode="yes" snapshotBackupTiming="7000" />

Change this to keep the original value.

Fix #3938, close #5845
2019-08-03 01:10:49 +02:00
schnurlos
9f1deb4823
Update german.xml to V7.7.2
Close #5993
2019-08-02 18:50:48 +02:00
popcorner
b61ad0c374
Update chineseSimplified.xml
Close #5992
2019-08-02 13:48:35 +02:00
knowyourway
1ba68b0449
Updated polish.xml
A retranslated and coherent version of polish.xml

Close #5846
2019-08-01 22:52:53 +02:00
Tmp341
e55b3501da
Update Turkish localization
* Update localization according to 074a4bc and 3f7956d commits.

Close #5905
2019-08-01 22:46:24 +02:00
xomx
6c765044bd
Update czech.xml to v 7.7.2
Close #5967
2019-08-01 22:32:53 +02:00
vlakoff
48ac04accc
Add "hasOwnProperty" method to the JavaScript autocompletion
Close #5957
2019-08-01 21:09:37 +02:00
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