Commit Graph

6718 Commits

Author SHA1 Message Date
Rainer Kottenhoff
fc5c7fae0d
Merge pull request #565 from lhmouse/master
minipath: De-duplicate some code and fix menu entry name when `iUseTargetApplication` is zero.
2018-07-31 21:25:32 +02:00
Liu Hao
bf11c3a693 minipath: De-duplicate some code and fix menu entry name when iUseTargetApplication is zero.
minipath/src/minipath.h
  LoadTargetParamsOnce: New declaration.
minipath/src/Dialogs.c
  FindTargetDlgProc: Call `LoadTargetParamsOnce()` to load parameters from INI. This removes duplication of the code used to do so.
minipath/src/minipath.c
  LaunchTarget: Utilize `LoadTargetParamsOnce()`.
  LoadTargetParamsOnce: New definition.
  _SetTargetAppMenuEntry: Refresh the text for the `Open` entry every time the menu is opened, rather than using a static buffer, as the settings may be changed arbitrarily. Do not alter the text if `iUseTargetApplication` is zero.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-31 16:53:19 +08:00
Liu Hao
98aecb09f8 minipath/language/mp_zh_cn/dialogs_zh_cn.rc: Fix a colon. 2018-07-31 16:47:58 +08:00
Pairi Daiza
accd6a7a6b
Merge pull request #564 from lhmouse/master
Add translation for Minipath and resize some controls of all dialogs for zh_CN
2018-07-31 09:00:59 +02:00
Liu Hao
bae6f8989a minipath/language/mp_zh_cn/*.rc: Add translation for zh_CN. 2018-07-31 12:12:13 +08:00
Liu Hao
8b5aafb164 language/np3_zh_cn: Resize some controls. 2018-07-31 12:08:51 +08:00
Liu Hao
43eaf338a8 language/np3_zh_cn: Formalize. 2018-07-31 11:01:17 +08:00
Liu Hao
efc7b737ab language/np3_zh_cn: There shall be no space before an open parenthesis. 2018-07-31 10:50:09 +08:00
Rainer Kottenhoff
254392f81f
Merge pull request #562 from RaiKoHoff/Dev_0725
MiniPath's  Adaptive Context Menu
2018-07-27 01:21:25 +02:00
Rainer Kottenhoff
dbbe91d265 + chg: dynamic "Open (with ...)" context menu of MiniPath 2018-07-27 01:04:28 +02:00
Rainer Kottenhoff
a7342b1452 + chg: MiniPath context menu 2018-07-25 10:00:57 +02:00
Rainer Kottenhoff
389ab5ea63
Merge pull request #560 from RaiKoHoff/Dev_0710
Ensure caret/selection visibility
2018-07-24 21:37:15 +02:00
Rainer Kottenhoff
be7fe2b4b9 + fix: ensure caret/selection visibility in case of word-wrap toggle 2018-07-24 21:19:11 +02:00
Pairi Daiza
0bfe88c782
Merge pull request #559 from hpwamr/MUI_Lnggs
Modify some translations of 'Space' and 'Blank' in Menu_fr_fr.rc
2018-07-24 20:59:04 +02:00
Pairi Daiza
e6a2737a7b Modify some translations of 'Space' and 'Blank' in Menu_fr_fr.rc
- See the discussion of LN_Mouse on #555  for details.
2018-07-24 20:48:24 +02:00
Pairi Daiza
8c1dd79acb
Merge pull request #558 from lhmouse/master
Adjust translation of 'space' and 'blank' for Simplified Chinese.
2018-07-24 16:27:02 +02:00
Liu Hao
87b608a67b Remove localization name from the title bar, and add the language code in the About dialog.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-24 18:03:42 +08:00
Liu Hao
b15c0948a6 Adjust translation of 'space' and 'blank' for Simplified Chinese.
... which was invalidated by 4e997cbf6d.

Reference: https://github.com/rizonesoft/Notepad3/pull/557
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-24 17:39:52 +08:00
Rainer Kottenhoff
c6e30de4c2
Merge pull request #557 from RaiKoHoff/Dev_0710
Renaming & Function:  WhiteSpaces -> Blanks
2018-07-24 09:38:02 +02:00
Rainer Kottenhoff
4e997cbf6d + chg/fix: Clarifications - Blanks (' ', '\t') vs. WhiteSpaces (' ', '\t', '\v', '\f', '\r', '\n') 2018-07-24 09:24:35 +02:00
Pairi Daiza
077edce0ee
Merge pull request #556 from hpwamr/MUI_Lnggs
Menu Minor Corruption of Favorites Menu
2018-07-24 08:23:27 +02:00
Pairi Daiza
9afaf64384 Favorites menu light corruption
- Restore layout of Favorites Menu
2018-07-24 08:15:04 +02:00
Derick Payne
bdcc7e29a1
Merge pull request #555 from lhmouse/master
Adjust punctuators and change some wording.
2018-07-24 07:31:46 +02:00
Liu Hao
e69dac216c Adjust punctuators and change some wording.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-24 10:55:03 +08:00
Derick Payne
593ce98a95
Merge pull request #554 from lhmouse/master
Add translation for Simplified Chinese.
2018-07-23 21:02:42 +02:00
Liu Hao
a41052e97d Add translation for Simplified Chinese.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-23 21:09:37 +08:00
Liu Hao
bd8928ba1c Prefer a yes-no message box to an OK-cancel one when asking the user for confirmation.
At the moment this applies when the user choose to revert or recode a file.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-23 19:54:51 +08:00
Pairi Daiza
cba74d17ae
Merge pull request #550 from hpwamr/MUI_Lnggs
Mui lnggs
2018-07-18 00:23:31 +02:00
Pairi Daiza
ca10dc7208 First (partial) translation in nl-NL
- Partial translation of Menu (test)
2018-07-18 00:08:30 +02:00
Pairi Daiza
f39e65720e Minor Modifications in French translations (3)
- Minor changes of some translations
2018-07-18 00:05:56 +02:00
Pairi Daiza
07f14a7686 Merge remote-tracking branch 'NP3_upstream_Rizonesoft/master' 2018-07-17 22:56:59 +02:00
Pairi Daiza
256287daf4 Revert "Minor Modifications in French translations (3)"
This reverts commit af9859b7c1.
2018-07-17 22:48:38 +02:00
Pairi Daiza
af9859b7c1 Minor Modifications in French translations (3)
- Changes of some translation
2018-07-17 22:33:54 +02:00
Rainer Kottenhoff
198f08f624
Merge pull request #549 from RaiKoHoff/Dev_0710
Add language resource files (not translated yet) for zh-CN (Chineese simpl.)
2018-07-17 22:30:38 +02:00
Rainer Kottenhoff
67995a63ed + minor fixes (zh-CN related) 2018-07-17 22:17:30 +02:00
Rainer Kottenhoff
bb087bdb6c + add: MiniPath language resources for zh-CN 2018-07-17 22:02:27 +02:00
Rainer Kottenhoff
fd3ebb04ae + add: Notepad3 language resources for zn-CH 2018-07-17 21:33:35 +02:00
Rainer Kottenhoff
5dc43ec4f8 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0710 2018-07-17 20:55:12 +02:00
Pairi Daiza
6e4d029c72
Merge pull request #547 from hpwamr/MUI_Lnggs
Minor Modifications in French translations (2)
2018-07-16 18:02:17 +02:00
Pairi Daiza
25e4a68b67 Minor Modifications in French translations (2)
- Minor changes of some translations
- Correction of typos
- Correction of position and length of some texts
2018-07-16 17:50:09 +02:00
Rainer Kottenhoff
26cdf015df Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0710 2018-07-15 10:41:24 +02:00
Derick Payne
9361ccb554
Merge pull request #546 from hpwamr/MUI_Lnggs
Minor Modifications in French translations
2018-07-15 06:21:19 +02:00
Pairi Daiza
c1973a3711 Minor Modifications in French translations
- Minor chhanges of some translations
- Correction typo
- Correction of position and lenght of some texts
2018-07-13 17:58:19 +02:00
Rainer Kottenhoff
fe4eda971e + add: initial "minipath.ini" added to VS vcproj/solution 2018-07-12 19:18:37 +02:00
Derick Payne
e4dd4b20af
Merge pull request #545 from hpwamr/MUI_Lnggs
Initial Translation from en-US to fr-FR
2018-07-11 22:57:44 +02:00
Pairi Daiza
28d218ba81 Initial Translation from en-US to fr-FR
- Translation in French (1st stage)
2018-07-11 22:18:47 +02:00
Rainer Kottenhoff
3d0675a57a
Merge pull request #544 from RaiKoHoff/Dev_0710
MiniPath About-Dialog: visual adjustments
2018-07-11 13:13:32 +02:00
Rainer Kottenhoff
1ad115a4e5 + fix: move OK-button of MiniPath's About-Dialog 2018-07-11 12:35:28 +02:00
Rainer Kottenhoff
85b5ae8c5c Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0710 2018-07-11 09:54:56 +02:00
Rainer Kottenhoff
f68d83f2a2
Merge pull request #543 from hpwamr/MUI_Lnggs
Minor corrections
2018-07-11 09:54:07 +02:00