[RELEASE] v5.5 official release.
[NEW] New icon for Notepad++ binary. [UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@540 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
f5cca1add9
commit
75efadfcae
Binary file not shown.
@ -1,29 +1,29 @@
|
||||
Notepad++ v5.5 new features and fixed bugs (from v5.4.5) :
|
||||
|
||||
1. Update : upgrade Scintilla from v1.78 to v2.01.
|
||||
2. New feature : virtual space for column mode.
|
||||
3. New feature : multi-editing / selection.
|
||||
4. New feature : tab settings for per language.
|
||||
5. New feature : selected lines moving up/down capacity.
|
||||
6. New feature : incremental Search shows pink background when text not found (like Firefox).
|
||||
7. New feature : rational number is recognized in User Defined Language System.
|
||||
8. New feature : escape character capacity for the delimiter in User Defined Language System.
|
||||
9. Bug fixed : tool bar tip crash issue.
|
||||
10. Bug fixed : column editor inserting octal number broken issue.
|
||||
11. Changed behaviour : "-nosession" parameter's not only none of session is loaded, but also none of session is saved.
|
||||
12. Bug fixed : docking feature crash issue.
|
||||
13. New feature : the ability to not launch Auto-updater during a period (15 days by default).
|
||||
14. New feature : import plugins feature (load on the fly).
|
||||
15. New feature : import theme (stylers.xml) feature.
|
||||
16. Bug fixed : a crash issue while launch Fin in file (regression since v5.4.5).
|
||||
17. Bug fixed : a crash issue while deleting the last line.
|
||||
18. Bug fixed : a bug of plugin message NPPM_GETPLUGINSCONFIGDIR (regression since v5.4.5).
|
||||
19. New feature : new plugin notification NPPN_DOCORDERCHANGED to notify plugins that document order is changed.
|
||||
20. Bug fixed : tool bar chevron disappeared bug (regression since previous versions).
|
||||
21. Bug fixed : a crash bug due to instability of FTP_synchronize plugin (enhance Docking feature).
|
||||
22. Bug fixed : getting fonts problem under Chines/Korean/Japanese environment.
|
||||
23. Bug fixed : wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian.
|
||||
|
||||
2. New icon : change from old icon to a cool chamelon icon.
|
||||
3. New feature : virtual space for column mode.
|
||||
4. New feature : multi-editing / selection.
|
||||
5. New feature : tab settings for per language.
|
||||
6. New feature : selected lines moving up/down capacity.
|
||||
7. New feature : incremental Search shows pink background when text not found (like Firefox).
|
||||
8. New feature : rational number is recognized in User Defined Language System.
|
||||
9. New feature : escape character capacity for the delimiter in User Defined Language System.
|
||||
10. Bug fixed : tool bar tip crash issue.
|
||||
11. Bug fixed : column editor inserting octal number broken issue.
|
||||
12. Changed behaviour : "-nosession" parameter's not only none of session is loaded, but also none of session is saved.
|
||||
13. Bug fixed : docking feature crash issue.
|
||||
14. New feature : the ability to not launch Auto-updater during a period (15 days by default).
|
||||
15. New feature : import plugins feature (load on the fly).
|
||||
16. New feature : import theme (stylers.xml) feature.
|
||||
17. Bug fixed : a crash issue while launch Fin in file (regression since v5.4.5).
|
||||
18. Bug fixed : a crash issue while deleting the last line.
|
||||
19. Bug fixed : a bug of plugin message NPPM_GETPLUGINSCONFIGDIR (regression since v5.4.5).
|
||||
20. New feature : new plugin notification NPPN_DOCORDERCHANGED to notify plugins that document order is changed.
|
||||
21. Bug fixed : tool bar chevron disappeared bug (regression since previous versions).
|
||||
22. Bug fixed : a crash bug due to instability of FTP_synchronize plugin (enhance Docking feature).
|
||||
23. Bug fixed : getting fonts problem under Chines/Korean/Japanese environment.
|
||||
24. Bug fixed : wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian.
|
||||
|
||||
Included plugins (Unicode):
|
||||
|
||||
|
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||
<NotepadPlus>
|
||||
<Native-Langue name = "Finnish"> <!-- Updated for npp++ 5.4rc2 (by Teijo 14.05.2009) -->
|
||||
<Native-Langue name = "Finnish"> <!-- Updated for npp++ 5.4.5 (by Teijo 08.09.2009) -->
|
||||
<Menu>
|
||||
<Main>
|
||||
<!-- Main Menu Entries -->
|
||||
@ -14,7 +14,6 @@
|
||||
<Item id = "6" name = "&Asetukset"/>
|
||||
<Item id = "7" name = "Mak&ro"/>
|
||||
<Item id = "8" name = "&Suorita"/>
|
||||
<!-- <Item id = "9" name = "&Ohje (englanninkielinen)"/> -->
|
||||
<Item idName = "Plugins" name = "&Liitännäiset"/>
|
||||
<Item idName = "Window" name = "&Ikkuna"/>
|
||||
</Entries>
|
||||
@ -34,23 +33,21 @@
|
||||
<Item posX = "3" posY = "6" name = "Näkymät ja istunnot"/>
|
||||
<Item posX = "3" posY = "16" name = "Sulje lohkot tasolle"/>
|
||||
<Item posX = "3" posY = "17" name = "Avaa lohkot tasolle"/>
|
||||
<Item posX = "3" posY = "16" name = "Sulje lohko"/>
|
||||
<Item posX = "3" posY = "17" name = "Avaa lohko"/>
|
||||
</SubEntries>
|
||||
|
||||
<!-- all menu item -->
|
||||
<Commands>
|
||||
<Item id = "41001" name = "&Uusi Ctrl+N"/>
|
||||
<Item id = "41002" name = "&Avaa Ctrl+O"/>
|
||||
<Item id = "41003" name = "&Sulje Ctrl+W"/>
|
||||
<Item id = "41001" name = "&Uusi"/>
|
||||
<Item id = "41002" name = "&Avaa"/>
|
||||
<Item id = "41003" name = "&Sulje"/>
|
||||
<Item id = "41004" name = "Sul&je kaikki"/>
|
||||
<Item id = "41005" name = "Sulje &muut kuin aktiivinen"/>
|
||||
<Item id = "41006" name = "&Tallenna Ctrl+S"/>
|
||||
<Item id = "41007" name = "Tallen&na kaikki Ctrl+Vaihto+S"/>
|
||||
<Item id = "41008" name = "Tallenna n&imellä..."/>
|
||||
<Item id = "41010" name = "Tulosta... Ctrl+P"/>
|
||||
<Item id = "41006" name = "&Tallenna"/>
|
||||
<Item id = "41007" name = "Tallenna &kaikki"/>
|
||||
<Item id = "41008" name = "Tallenna n&imellä.."/>
|
||||
<Item id = "41010" name = "Tulosta..."/>
|
||||
<Item id = "1001" name = "Tulosta heti"/>
|
||||
<Item id = "41011" name = "&Lopeta Alt+F4"/>
|
||||
<Item id = "41011" name = "&Lopeta"/>
|
||||
<Item id = "41012" name = "A&vaa istunto..."/>
|
||||
<Item id = "41013" name = "Talle&nna istunto..."/>
|
||||
<Item id = "41014" name = "Lataa uu&destaan"/>
|
||||
@ -58,62 +55,60 @@
|
||||
<Item id = "41016" name = "&Poista tiedosto"/>
|
||||
<Item id = "41017" name = "&Nimeä uudelleen"/>
|
||||
|
||||
<Item id = "42001" name = "&Leikkaa Ctrl+X"/>
|
||||
<Item id = "42002" name = "&Kopioi Ctrl+C"/>
|
||||
<Item id = "42003" name = "K&umoa Ctrl+Z"/>
|
||||
<Item id = "42004" name = "T&ee uudelleen Ctrl+Y"/>
|
||||
<Item id = "42005" name = "L&iitä Ctrl+V"/>
|
||||
<Item id = "42006" name = "&Poista Del"/>
|
||||
<Item id = "42007" name = "Valitse k&aikki Ctrl+A"/>
|
||||
<Item id = "42008" name = "Sisennä TAB"/>
|
||||
<Item id = "42009" name = "&Palauta Vaihto+TAB"/>
|
||||
<Item id = "42010" name = "Kahdenna rivi Ctrl+D"/>
|
||||
<Item id = "42011" name = "Siirrä rivi Ctrl+T"/>
|
||||
<Item id = "42012" name = "Katkaise kahdeksi riviksi Ctrl+I"/>
|
||||
<Item id = "42013" name = "&Yhdistä rivit Ctrl+J"/>
|
||||
<Item id = "42014" name = "Siirrä riviä ylöspäin Ctrl+Vaihto+Ylös"/>
|
||||
<Item id = "42015" name = "Siirrä riviä alaspäin Ctrl+Vaihto+Alas"/>
|
||||
<Item id = "42016" name = "-> ISOT KIRJAIMET Ctrl+Vaihto+U"/>
|
||||
<Item id = "42017" name = "-> pienet kirjaimet Ctrl+U"/>
|
||||
<Item id = "42018" name = "&Aloita nauhoitus Ctrl+Vaihto+R"/>
|
||||
<Item id = "42019" name = "&Lopeta nauhoitus Ctrl+Vaihto+R"/>
|
||||
<!-- <Item id = "42020" name = "42020"/> -->
|
||||
<Item id = "42021" name = "&Toista nauhoitus Ctrl+Vaihto+P"/>
|
||||
<Item id = "42022" name = "Kommentointi päälle/pois (rivimoodi)"/>
|
||||
<Item id = "42001" name = "&Leikkaa"/>
|
||||
<Item id = "42002" name = "&Kopioi"/>
|
||||
<Item id = "42003" name = "K&umoa"/>
|
||||
<Item id = "42004" name = "T&ee uudelleen"/>
|
||||
<Item id = "42005" name = "L&iitä"/>
|
||||
<Item id = "42006" name = "&Poista"/>
|
||||
<Item id = "42007" name = "Valitse k&aikki"/>
|
||||
<Item id = "42008" name = "Sisennä"/>
|
||||
<Item id = "42009" name = "&Palauta"/>
|
||||
<Item id = "42010" name = "Kahdenna rivi"/>
|
||||
<Item id = "42011" name = "Siirrä rivi"/>
|
||||
<Item id = "42012" name = "Katkaise kahdeksi riviksi"/>
|
||||
<Item id = "42013" name = "&Yhdistä rivit"/>
|
||||
<Item id = "42014" name = "Siirrä riviä ylöspäin"/>
|
||||
<Item id = "42015" name = "Siirrä riviä alaspäin"/>
|
||||
<Item id = "42016" name = "-> ISOT KIRJAIMET"/>
|
||||
<Item id = "42017" name = "-> pienet kirjaimet"/>
|
||||
<Item id = "42018" name = "&Aloita nauhoitus Ctrl+Shift+R"/>
|
||||
<Item id = "42019" name = "&Lopeta nauhoitus Ctrl+Shift+R"/>
|
||||
<Item id = "42021" name = "&Toista nauhoitus"/>
|
||||
<Item id = "42022" name = "Kommentointi päälle/pois (rivimoodi)"/>
|
||||
<Item id = "42023" name = "Muuta kommentiksi"/>
|
||||
<Item id = "42024" name = "Poista välilyönnit rivin lopusta"/>
|
||||
<Item id = "42025" name = "Tallenna nauhoitus"/>
|
||||
<Item id = "42026" name = "Teksti oikealta vasemmalle Ctrl+Alt+R"/>
|
||||
<Item id = "42027" name = "Teksti vasemmalta oikealle Ctrl+Alt+L"/>
|
||||
<Item id = "42026" name = "Teksti oikealta vasemmalle"/>
|
||||
<Item id = "42027" name = "Teksti vasemmalta oikealle"/>
|
||||
<Item id = "42028" name = "Luku&tila"/>
|
||||
<Item id = "42029" name = "Kopioi tiedostopolku ja -nimi"/>
|
||||
<Item id = "42030" name = "Kopioi tiedostonimi"/>
|
||||
<Item id = "42031" name = "Kopioi tiedostopolku"/>
|
||||
<Item id = "42032" name = "Toista makron suoritusta..."/>
|
||||
<Item id = "42032" name = "Toista makron suoritusta.."/>
|
||||
<Item id = "42033" name = "&Muokkaustila"/>
|
||||
<Item id = "42034" name = "&Sarake-editori... Alt+C"/>
|
||||
<Item id = "42035" name = "Kommentoi (rivimoodi)"/>
|
||||
<Item id = "42036" name = "Poista kommentointi (rivimoodi)"/>
|
||||
<Item id = "42034" name = "&Sarake-editori..."/>
|
||||
<Item id = "42035" name = "Kommentoi (rivimoodi)"/>
|
||||
<Item id = "42036" name = "Poista kommentointi (rivimoodi)"/>
|
||||
<Item id = "42040" name = "Avaa kaikki &viimeisimmät tiedostot"/>
|
||||
<Item id = "42041" name = "Ty&hjennä viimeisimpien tiedostojen luettelo"/>
|
||||
|
||||
<Item id = "43001" name = "&Etsi... Ctrl+F"/>
|
||||
<Item id = "43002" name = "Etsi &seuraava F3"/>
|
||||
<Item id = "43003" name = "Korvaa... Ctrl+H"/>
|
||||
<Item id = "43004" name = "Siirtyminen kohtaan... Ctrl+G"/>
|
||||
<Item id = "43005" name = "Kirjanmerkki päälle/pois Ctrl+F2"/>
|
||||
<Item id = "43006" name = "Seuraava kirjanmerkki F2"/>
|
||||
<Item id = "43007" name = "Edellinen kirjanmerkki Vaihto+F2"/>
|
||||
<Item id = "43001" name = "&Etsi..."/>
|
||||
<Item id = "43002" name = "Etsi &seuraava"/>
|
||||
<Item id = "43003" name = "Korvaa..."/>
|
||||
<Item id = "43004" name = "Siirtyminen kohtaan..."/>
|
||||
<Item id = "43005" name = "Kirjanmerkki päälle/pois"/>
|
||||
<Item id = "43006" name = "Seuraava kirjanmerkki"/>
|
||||
<Item id = "43007" name = "Edellinen kirjanmerkki"/>
|
||||
<Item id = "43008" name = "Tyhjennä kirjanmerkit"/>
|
||||
<Item id = "43009" name = "Siirry vastaavalle loppumerkille Ctrl+B"/>
|
||||
<Item id = "43010" name = "Etsi e&dellinen Vaihto+F3"/>
|
||||
<Item id = "43011" name = "&Jatkuva haku Ctrl+Alt+I"/>
|
||||
<!-- <Item id = "43012" name = "43012"/> -->
|
||||
<Item id = "43013" name = "Etsi tiedostoista... Ctrl+Vaihto+F"/>
|
||||
<Item id = "43014" name = "Etsi seuraava (korostettu sana) Ctrl+F3"/>
|
||||
<Item id = "43015" name = "Etsi edellinen (korostettu sana) Ctrl+Vaihto+F3"/>
|
||||
<Item id = "43016" name = "Korosta kaikki samanlaiset Ctrl+M"/>
|
||||
<Item id = "43017" name = "Poista korostukset Ctrl+Vaihto+M"/>
|
||||
<Item id = "43009" name = "Siirry vastaavalle loppumerkille"/>
|
||||
<Item id = "43010" name = "Etsi e&dellinen"/>
|
||||
<Item id = "43011" name = "&Jatkuva haku"/>
|
||||
<Item id = "43013" name = "Etsi tiedostoista..."/>
|
||||
<Item id = "43014" name = "Etsi seuraava (korostettu sana)"/>
|
||||
<Item id = "43015" name = "Etsi edellinen (korostettu sana)"/>
|
||||
<Item id = "43016" name = "Korosta kaikki samanlaiset"/>
|
||||
<Item id = "43017" name = "Poista korostukset"/>
|
||||
<Item id = "43018" name = "Leikkaa kirjanmerkeillä merkityt rivit"/>
|
||||
<Item id = "43019" name = "Kopioi kirjanmerkeillä merkityt rivit"/>
|
||||
<Item id = "43020" name = "Liitä kirjanmerkeillä merkityille riveille (korvaten)"/>
|
||||
@ -129,30 +124,30 @@
|
||||
<Item id = "43030" name = "Korosta värillä 5"/>
|
||||
<Item id = "43031" name = "Poista 5. värin korostukset"/>
|
||||
<Item id = "43032" name = "Poista kaikki korostukset"/>
|
||||
<Item id = "44009" name = "Ruudunkaappaustila"/>
|
||||
<Item id = "44010" name = "Sulje kaikki lohkot Alt+0"/>
|
||||
<Item id = "44009" name = "Ruudunkaappaustila"/>
|
||||
<Item id = "44010" name = "Sulje kaikki lohkot"/>
|
||||
<Item id = "44011" name = "Omat kieliopit..."/>
|
||||
<!-- <Item id = "44012" name = "44012"/> -->
|
||||
<Item id = "44019" name = "Näytä kaikki piilomerkit"/>
|
||||
|
||||
<Item id = "44019" name = "Näytä kaikki piilomerkit"/>
|
||||
<Item id = "44020" name = "Näytä sisennyksen ohjain"/>
|
||||
<Item id = "44022" name = "Automaattinen rivitys"/>
|
||||
<Item id = "44023" name = "Lähennä Ctrl+Hiiren rulla ylös"/>
|
||||
<Item id = "44024" name = "Loitonna Ctrl+Hiiren rulla alas"/>
|
||||
<Item id = "44023" name = "Lähennä"/>
|
||||
<Item id = "44024" name = "Loitonna"/>
|
||||
<Item id = "44025" name = "Näytä sarkaimet ja valkoaluemerkit"/>
|
||||
<Item id = "44026" name = "Näytä rivien lopukkeet"/>
|
||||
<Item id = "44029" name = "Avaa kaikki lohkot Alt+Vaihto+0"/>
|
||||
<Item id = "44030" name = "Sulje aktiivinen lohko Ctrl+Alt+F"/>
|
||||
<Item id = "44031" name = "Avaa valittu lohko Ctrl+Alt+Vaihto+F"/>
|
||||
<Item id = "44032" name = "Kokoruututila F11"/>
|
||||
<Item id = "44033" name = "Palauta oletustaso Ctrl+/ (numeronäp.)"/>
|
||||
<Item id = "44029" name = "Avaa kaikki lohkot"/>
|
||||
<Item id = "44030" name = "Sulje aktiivinen lohko"/>
|
||||
<Item id = "44031" name = "Avaa valittu lohko"/>
|
||||
<Item id = "44032" name = "Kokoruututila"/>
|
||||
<Item id = "44033" name = "Oletus"/>
|
||||
<Item id = "44034" name = "Aina päällimmäisenä"/>
|
||||
<Item id = "44035" name = "Tahdistettu pystyvieritys"/>
|
||||
<Item id = "44036" name = "Tahdistettu vaakavieritys"/>
|
||||
<Item id = "44041" name = "Näytä rivitysmerkit"/>
|
||||
<Item id = "44042" name = "Piilota rivit Alt+H"/>
|
||||
<Item id = "44070" name = "Aktivoi ykkösnäkymä F7"/> <!-- for pre-Npp 5.13 compability -->
|
||||
<Item id = "44071" name = "Aktivoi kakkosnäkymä F8"/> <!-- for pre-Npp 5.13 compability -->
|
||||
<Item id = "44072" name = "Aktivoi viereinen näkymä F8"/>
|
||||
<Item id = "44042" name = "Piilota rivit"/>
|
||||
<Item id = "44070" name = "Aktivoi ykkösnäkymä"/> <!-- for pre-Npp 5.13 compability -->
|
||||
<Item id = "44071" name = "Aktivoi kakkosnäkymä"/> <!-- for pre-Npp 5.13 compability -->
|
||||
<Item id = "44072" name = "Aktivoi viereinen näkymä"/>
|
||||
|
||||
<Item id = "45001" name = "Muunna Windows-muotoon"/>
|
||||
<Item id = "45002" name = "Muunna UNIX-muotoon"/>
|
||||
@ -163,26 +158,27 @@
|
||||
<Item id = "45007" name = "Koodaus: UCS-2 Little Endian"/>
|
||||
<Item id = "45008" name = "Koodaus: UTF-8 (ei BOM)"/>
|
||||
<Item id = "45009" name = "Muunna koodaukseen ANSI"/>
|
||||
<Item id = "45010" name = "Muunna koodaukseen UTF-8 (ei BOM)"/>
|
||||
<Item id = "45011" name = "Muunna koodaukseen UTF-8"/>
|
||||
<Item id = "45010" name = "Muunna koodaukseen UTF-8 (ei BOM)"/>
|
||||
<Item id = "45011" name = "Muunna koodaukseen UTF-8"/>
|
||||
<Item id = "45012" name = "Muunna koodaukseen UCS-2 Big Endian"/>
|
||||
<Item id = "45013" name = "Muunna koodaukseen UCS-2 Little Endian"/>
|
||||
|
||||
<Item id = "45013" name = "Muunna koodaukseen UCS-2 Little Endian"/>
|
||||
|
||||
<Item id = "10001" name = "Yksi näkymä"/>
|
||||
<Item id = "10002" name = "Kahdenna näkymä"/>
|
||||
<Item id = "10003" name = "Luo uusi istunto"/>
|
||||
<Item id = "10004" name = "Avaa uudessa istunnossa"/>
|
||||
<!-- <Item id = "10005" name = "10005"/>
|
||||
<Item id = "10006" name = "10006"/> -->
|
||||
|
||||
|
||||
<Item id = "46001" name = "Mukauta tyyliä..."/>
|
||||
<Item id = "46016" name = "(Tavallinen)"/>
|
||||
<Item id = "46015" name = "MS DOS"/>
|
||||
<Item id = "46016" name = "(Normaali)"/>
|
||||
<Item id = "46017" name = "RC"/>
|
||||
<Item id = "46019" name = "MS INI"/>
|
||||
<Item id = "46080" name = "Mukautettu"/>
|
||||
|
||||
<Item id = "47000" name = "Tietoja ohjelmasta F1"/>
|
||||
|
||||
<Item id = "47000" name = "Tietoja ohjelmasta"/>
|
||||
<Item id = "47001" name = "Notepad++ Kotisivu"/>
|
||||
<Item id = "47002" name = "Notepad++ Projektisivu"/>
|
||||
<Item id = "47003" name = "Usein kysyttyjä asioita (FAQ)"/>
|
||||
<Item id = "47003" name = "Usein kysyttyjä asioita (FAQ)"/>
|
||||
<Item id = "47004" name = "Keskustelupalsta"/>
|
||||
<Item id = "47005" name = "Lataa liitännäisiä"/>
|
||||
<Item id = "47006" name = "Ohjelman päivitys"/>
|
||||
@ -190,10 +186,11 @@
|
||||
<Item id = "48009" name = "Pikanäppäimet"/>
|
||||
<Item id = "48011" name = "&Asetukset..."/>
|
||||
<Item id = "49000" name = "&Ulkoinen komento..."/>
|
||||
|
||||
<Item id = "50000" name = "&Funktion täydennys Ctrl+Välilyönti"/>
|
||||
<Item id = "50001" name = "Sanan täydennys Ctrl+Enter"/>
|
||||
<Item id = "50002" name = "Funktion parametrivihje Ctrl+Vaihto+Välilyönti"/>
|
||||
|
||||
<Item id = "50000" name = "&Funktion täydennys"/>
|
||||
<Item id = "50001" name = "Sanan täydennys"/>
|
||||
<Item id = "50002" name = "Funktion parametrivihje"/>
|
||||
|
||||
</Commands>
|
||||
</Main>
|
||||
<Splitter>
|
||||
@ -222,9 +219,6 @@
|
||||
<Find title = "Etsi..." titleFind = "Etsi" titleReplace = "Korvaa" titleFindInFiles = "Etsi tiedostoista">
|
||||
<Item id = "1" name = "Etsi seuraava"/>
|
||||
<Item id = "2" name = "&Sulje"/>
|
||||
<!-- <Item id = "1600" name = "1600"/>
|
||||
<Item id = "1601" name = "1601"/>
|
||||
<Item id = "1602" name = "1602"/>-->
|
||||
<Item id = "1603" name = "Vain kokonaiset sanat"/>
|
||||
<Item id = "1604" name = "Sama kirjainkoko"/>
|
||||
<Item id = "1605" name = "Säännöllinen &lauseke"/>
|
||||
@ -246,42 +240,20 @@
|
||||
<Item id = "1625" name = "Ylös"/>
|
||||
<Item id = "1626" name = "Keskelle"/>
|
||||
<Item id = "1627" name = "Alas"/>
|
||||
<!-- <Item id = "1628" name = "1628"/>
|
||||
<Item id = "1629" name = "1629"/>
|
||||
<Item id = "1630" name = "1630"/>
|
||||
<Item id = "1631" name = "1631"/> -->
|
||||
<Item id = "1632" name = "Valinnassa"/>
|
||||
<Item id = "1633" name = "Tyhjennä"/>
|
||||
<Item id = "1635" name = "Korvaa kaikki avoimissa tiedostoissa"/>
|
||||
<Item id = "1636" name = "Etsi kaikki avoimista tiedostoista"/>
|
||||
<Item id = "1637" name = "Etsi tiedostoista"/>
|
||||
<!-- <Item id = "1638" name = "1638"/>
|
||||
<Item id = "1639" name = "1639"/> -->
|
||||
<Item id = "1640" name = "Vaihda dialogi"/>
|
||||
<Item id = "1641" name = "Etsi kaikki"/>
|
||||
<!-- <Item id = "1642" name = "1642"/>
|
||||
<Item id = "1643" name = "1643"/>
|
||||
<Item id = "1644" name = "1644"/>
|
||||
<Item id = "1645" name = "1645"/>
|
||||
<Item id = "1646" name = "1646"/>
|
||||
<Item id = "1647" name = "1647"/>
|
||||
<Item id = "1648" name = "1648"/>
|
||||
<Item id = "1649" name = "1649"/>
|
||||
<Item id = "1650" name = "1650"/>
|
||||
<Item id = "1651" name = "1651"/>
|
||||
<Item id = "1652" name = "1652"/>
|
||||
<Item id = "1653" name = "1653"/> -->
|
||||
<Item id = "1654" name = "Suodattimet:"/>
|
||||
<Item id = "1655" name = "Hakemisto:"/>
|
||||
<Item id = "1655" name = "Kansio:"/>
|
||||
<Item id = "1656" name = "Etsi kaikki"/>
|
||||
<!-- <Item id = "1657" name = "1657"/> -->
|
||||
<Item id = "1658" name = "Kaikissa alikansioissa"/>
|
||||
<Item id = "1659" name = "Piilotetuissa kansioissa"/>
|
||||
<Item id = "1660" name = "Korvaa kaikki avoimissa"/>
|
||||
<!-- <Item id = "1661" name = "1661"/>
|
||||
<Item id = "1662" name = "1662"/>
|
||||
<Item id = "1663" name = "1663"/>
|
||||
<Item id = "1664" name = "1664"/> -->
|
||||
<Item id = "1661" name = "Nykydokumentin kansio"/>
|
||||
<Item id = "1686" name = "Läpinäkyvyys"/>
|
||||
<Item id = "1687" name = "Passiivisena"/>
|
||||
<Item id = "1688" name = "Aina"/>
|
||||
@ -296,12 +268,7 @@
|
||||
<Item id = "2007" name = "Rivi"/>
|
||||
<Item id = "2008" name = "Merkki"/>
|
||||
</GoToLine>
|
||||
<!-- <TabSize>
|
||||
<Item id = "2401" name = "Sarkaimen leveys:"/>
|
||||
</TabSize>
|
||||
<MaxFile>
|
||||
<Item id = "2401" name = "Tiedostomaksimi:"/>
|
||||
</MaxFile> -->
|
||||
|
||||
<Run title = "Suorita...">
|
||||
<Item id = "1903" name = "Suoritettavan ohjelman nimi"/>
|
||||
<Item id = "1" name = "OK"/>
|
||||
@ -314,7 +281,7 @@
|
||||
<Item id = "2301" name = "Tallenna && Sulje"/>
|
||||
<Item id = "2303" name = "Läpinäkyvyys"/>
|
||||
<Item id = "2306" name = "Käytettävä teema: "/>
|
||||
|
||||
|
||||
<SubDialog>
|
||||
<Item id = "2204" name = "Lihavointi"/>
|
||||
<Item id = "2205" name = "Kursivointi"/>
|
||||
@ -416,17 +383,14 @@
|
||||
<Item id = "6111" name = "Näytä tilarivi"/>
|
||||
<Item id = "6112" name = "Näytä sulkemispainike"/>
|
||||
<Item id = "6113" name = "Suljettavissa kaksoisnapsautuksella"/>
|
||||
<!-- <Item id = "6114" name = "6114"/>
|
||||
<Item id = "6115" name = "6115"/>
|
||||
<Item id = "6116" name = "6116"/>
|
||||
<Item id = "6117" name = "6117"/> -->
|
||||
|
||||
<Item id = "6118" name = "Piilotettu"/>
|
||||
<Item id = "6119" name = "Rivitä tarvittaessa"/>
|
||||
<Item id = "6120" name = "Pystysuuntaiset"/>
|
||||
<Item id = "6121" name = "Valikkorivi"/>
|
||||
<Item id = "6122" name = "Piilotettu (Näytä/piilota: F10 tai Alt)"/>
|
||||
<Item id = "6123" name = "Käyttöliittymän kieli"/>
|
||||
<!-- <Item id = "6124" name = "6124"/> -->
|
||||
|
||||
</Global>
|
||||
<Scintillas title = "Muokkaus">
|
||||
<Item id = "6201" name = "Laajennusmerkki"/>
|
||||
@ -447,11 +411,11 @@
|
||||
<Item id = "6219" name = "Vilkkumisnopeus :"/>
|
||||
<Item id = "6221" name = "+"/>
|
||||
<Item id = "6222" name = "-"/>
|
||||
<Item id = "6223" name = "Näytä reunamarginaali"/>
|
||||
<Item id = "6223" name = "Näytä reunamarginaali"/>
|
||||
<Item id = "6301" name = "Sarkain"/>
|
||||
<Item id = "6302" name = "Korvaa välilyönnillä"/>
|
||||
<Item id = "6303" name = "Koko: "/>
|
||||
|
||||
|
||||
</Scintillas>
|
||||
<NewDoc title = "Uusi tiedosto | Avaus/tallennuskansiot">
|
||||
<Item id = "6401" name = "Muoto"/>
|
||||
@ -469,14 +433,16 @@
|
||||
<Item id = "6414" name = "Aktiivisen tiedoston kansio"/>
|
||||
<Item id = "6415" name = "Viimeksi käytetty"/>
|
||||
<Item id = "6417" name = " "/>
|
||||
<Item id = "6419" name = "Uusi tiedosto"/>
|
||||
<Item id = "6419" name = "Uusi tiedosto"/>
|
||||
<Item id = "6420" name = "Käytä avoimiin ANSI-tiedostoihin"/> -->
|
||||
|
||||
</NewDoc>
|
||||
</NewDoc>
|
||||
|
||||
<FileAssoc title = "Tiedostopäätteet">
|
||||
<Item id = "4009" name = "Tuetut:"/>
|
||||
<Item id = "4010" name = "Rekisteröidyt:"/>
|
||||
</FileAssoc>
|
||||
|
||||
</FileAssoc>
|
||||
|
||||
<LangMenu title = "Koodikielivalikko">
|
||||
<Item id = "6505" name = "Käytettävissä"/>
|
||||
<Item id = "6506" name = "Ei käytössä"/>
|
||||
@ -513,7 +479,7 @@
|
||||
<MISC title = "Sekalaiset">
|
||||
<Item id = "6114" name = "Käytössä"/>
|
||||
<Item id = "6115" name = "Automaattinen sisennys"/>
|
||||
<Item id = "6116" name = "Älä muista viimeksi avattua hakemistoa"/>
|
||||
<Item id = "6116" name = "Älä muista viimeksi avattua kansiota"/>
|
||||
<Item id = "6117" name = "Muista viimeisimmät"/>
|
||||
<Item id = "6118" name = "Piilotettu"/>
|
||||
<Item id = "6304" name = "Tiedostohistoria"/>
|
||||
@ -527,14 +493,14 @@
|
||||
<Item id = "6314" name = "Varmuuskopio"/>
|
||||
<Item id = "6315" name = "Ei"/>
|
||||
<Item id = "6316" name = "Yksinkertainen"/>
|
||||
<!-- <Item id = "6317" name = "6317"/> -->
|
||||
<!-- <Item id = "6317" name = "6317"/> -->
|
||||
<Item id = "6318" name = "Napsautettavat linkit"/>
|
||||
<Item id = "6319" name = "Käytössä"/>
|
||||
<Item id = "6320" name = "Ilman alleviivausta"/>
|
||||
<Item id = "6322" name = "Istuntopääte:"/>
|
||||
<!-- <Item id = "6321" name = "SES"/> -->
|
||||
<Item id = "6323" name = "Päivitä Notepad++ automaattisesti "/>
|
||||
<Item id = "6324" name = "Dokumenttien vaihtoluettelo (CTRL+TAB)"/>
|
||||
<Item id = "6323" name = "Päivitä Notepad++ automaattisesti "/>
|
||||
<Item id = "6324" name = "Dokumenttien vaihtoluettelo"/>
|
||||
<Item id = "6325" name = "Siirry päivityksen jälkeen loppuun"/>
|
||||
<Item id = "6326" name = "Älykäs korostus"/>
|
||||
<Item id = "6327" name = "Korosta XML-sanaparit"/>
|
||||
@ -542,9 +508,8 @@
|
||||
<Item id = "6329" name = "Vastinparien korostus"/>
|
||||
<Item id = "6330" name = "Korosta php/asp-alueet"/>
|
||||
<Item id = "6331" name = "Näytä otsikkopalkissa vain tiedostonimi"/>
|
||||
<!-- <Item id = "6332" name = "6332"/> -->
|
||||
</MISC>
|
||||
|
||||
|
||||
<Backup title = "Varmuuskopiointi | Automaattinen täydennys">
|
||||
<Item id = "6315" name = "Ei mitään"/>
|
||||
<Item id = "6316" name = "Yksinkertainen"/>
|
||||
@ -560,7 +525,7 @@
|
||||
<Item id = "6809" name = "Täydennä &funktio"/>
|
||||
<Item id = "6810" name = "Täydennä sana"/>
|
||||
<Item id = "6811" name = "Alkaen"/>
|
||||
<!-- <Item id = "6812" name = "6812"/> -->
|
||||
<!-- <Item id = "6812" name = "6812"/> -->
|
||||
<Item id = "6813" name = ":stä merkistä"/>
|
||||
<Item id = "6814" name = "Kelpaavat arvot: 1 - 9"/>
|
||||
<Item id = "6815" name = "Näytä funktioiden parametrivihjeet"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||
<!--
|
||||
German localization for Notepad++ 5.4 (tested with RC2)
|
||||
Last modified Sat, 4 May 2009 17:05 GMT by Jan Schreiber.
|
||||
German localization for Notepad++ 5.5
|
||||
Last modified Sat, 19 September 2009 by Jan Schreiber.
|
||||
Please e-mail errors, suggestions etc. to janschreiber(at)users.sf.net.
|
||||
For installation instructions, see https://sourceforge.net/forum/message.php?msg_id=5691520
|
||||
-->
|
||||
@ -38,6 +38,7 @@
|
||||
<Item posX = "3" posY = "6" name = "Datei &verschieben/duplizieren"/>
|
||||
<Item posX = "3" posY = "16" name = "Te&xtblöcke schließen"/>
|
||||
<Item posX = "3" posY = "17" name = "Te&xtblöcke öffnen"/>
|
||||
<Item posX = "6" posY = "4" name = "&Import"/>
|
||||
</SubEntries>
|
||||
<!-- all menu items -->
|
||||
<Commands>
|
||||
@ -175,6 +176,8 @@
|
||||
<Item id = "47006" name = "Notepad++ aktualisieren"/>
|
||||
<Item id = "47007" name = "FA&Q"/>
|
||||
<Item id = "47008" name = "In&halt ..."/>
|
||||
<Item id = "48005" name = "&Plugin(s) importieren ..."/>
|
||||
<Item id = "48006" name = "&Theme(s) importieren ..."/>
|
||||
<Item id = "48009" name = "&Tastatur ..."/>
|
||||
<Item id = "48011" name = "&Optionen ..."/>
|
||||
<Item id = "49000" name = "&Ausführen ..."/>
|
||||
@ -230,17 +233,18 @@
|
||||
<Item id = "1627" name = "Unten"/>
|
||||
<Item id = "1632" name = "In &Markierung"/>
|
||||
<Item id = "1633" name = "Zurücksetzen"/>
|
||||
<Item id = "1635" name = "Alle Funde in allen &offenen Dateien ersetzen"/>
|
||||
<Item id = "1635" name = "Alle Funde in allen offenen Dateien ersetzen"/>
|
||||
<Item id = "1636" name = "Suche in allen &offenen Dateien"/>
|
||||
<Item id = "1637" name = "In Dateien suchen"/>
|
||||
<Item id = "1640" name = "Umschaltdialog"/>
|
||||
<Item id = "1641" name = "&Alle in aktiver Datei suchen"/>
|
||||
<Item id = "1641" name = "Alle in aktiver &Datei suchen"/>
|
||||
<Item id = "1659" name = "&Versteckte Ordner"/>
|
||||
<Item id = "1660" name = "Ersetzen in &Dateien"/>
|
||||
<Item id = "1660" name = "Ersetzen in Dateien"/>
|
||||
<Item id = "1654" name = "Filter"/>
|
||||
<Item id = "1655" name = "Verzeichnis"/>
|
||||
<Item id = "1656" name = "Alle su&chen"/>
|
||||
<Item id = "1658" name = "&Unterverzeichnisse"/>
|
||||
<Item id = "1661" name = "&Ordner der akt. Datei"/>
|
||||
<Item id = "1687" name = "Wenn inaktiv"/>
|
||||
<Item id = "1688" name = "Immer"/>
|
||||
</Find>
|
||||
@ -333,6 +337,7 @@
|
||||
<Item id = "23201" name = "Zahlen"/>
|
||||
</Comment>
|
||||
<Operator title = "Operatoren">
|
||||
<Item id = "24001" name = "Escape-Zeichen"/>
|
||||
<Item id = "24107" name = "Operatoren"/>
|
||||
<Item id = "24103" name = "Verfügbare Symbole"/>
|
||||
<Item id = "24101" name = "Aktivierte Operatoren"/>
|
||||
@ -373,9 +378,6 @@
|
||||
<Item id = "6219" name = "Geschwindigkeit"/>
|
||||
<Item id = "6221" name = "S"/>
|
||||
<Item id = "6222" name = "L"/>
|
||||
<Item id = "6301" name = "Tabulatoren"/>
|
||||
<Item id = "6302" name = "durch Leerzeichen ersetzen"/>
|
||||
<Item id = "6303" name = "Tabulatorbreite:"/>
|
||||
<Item id = "6201" name = "Textblock-Faltung"/>
|
||||
<Item id = "6202" name = "Einfacher Stil"/>
|
||||
<Item id = "6203" name = "Pfeilstil"/>
|
||||
@ -390,6 +392,8 @@
|
||||
<Item id = "6212" name = "vertikale Linie"/>
|
||||
<Item id = "6213" name = "farbiger Hintergrund"/>
|
||||
<Item id = "6214" name = "Aktuelle Zeile hervorheben"/>
|
||||
<Item id = "6224" name = "Multi-Editing"/>
|
||||
<Item id = "6225" name = "Aktivieren (Strg+Mausklick)"/>
|
||||
</Scintillas>
|
||||
<NewDoc title = "Neu/Öffnen/Speichern">
|
||||
<Item id = "6401" name = "Format"/>
|
||||
@ -414,12 +418,17 @@
|
||||
<Item id = "4009" name = "Unterstützte Erw.:"/>
|
||||
<Item id = "4010" name = "Registrierte Erw.:"/>
|
||||
</FileAssoc>
|
||||
<LangMenu title = "Sprachmenü">
|
||||
<LangMenu title = "Sprachmenü/Tabs">
|
||||
<Item id = "6505" name = "Verfügbar:"/>
|
||||
<Item id = "6506" name = "Deaktiviert:"/>
|
||||
<Item id = "6507" name = "Sprachmenü verschachtelt darstellen"/>
|
||||
<Item id = "6508" name = "Sprachmenü"/>
|
||||
<Item id = "6301" name = "Tabulatoren"/>
|
||||
<Item id = "6302" name = "durch Leerzeichen ersetzen"/>
|
||||
<Item id = "6303" name = "Tabulatorbreite:"/>
|
||||
<Item id = "6510" name = "Standard verwenden"/>
|
||||
</LangMenu>
|
||||
<Print title = "Drucken Farben && Ränder">
|
||||
<Print title = "Drucken">
|
||||
<Item id = "6601" name = "Zeilennummern drucken"/>
|
||||
<Item id = "6602" name = "Farboptionen"/>
|
||||
<Item id = "6603" name = "Wie angezeigt"/>
|
||||
@ -445,7 +454,8 @@
|
||||
<Item id = "6722" name = "Rechte Seite"/>
|
||||
<Item id = "6723" name = "Hinzufügen"/>
|
||||
<Item id = "6725" name = "Element"/>
|
||||
<Item id = "6727" name = "Welcher Teil:"/>
|
||||
<Item id = "6727" name = "Welcher Teil:"/>
|
||||
<Item id = "6728" name = "Kopfteil"/>
|
||||
</Print>
|
||||
<MISC title = "Diverses">
|
||||
<Item id = "6304" name = "Dateiverlauf"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||
<!--
|
||||
Italian translation for Notepad++ 5.4
|
||||
Last modified Mon, 6 July 2009 9:30 GMT by Luca Leonardi.
|
||||
Italian translation for Notepad++ 5.5
|
||||
Last modified Mon, 20 September 2009 15:30 GMT by Luca Leonardi.
|
||||
Please e-mail errors, suggestions etc. to ices_eyes(at)users.sourceforge.net.
|
||||
For updates, see https://sourceforge.net/forum/message.php?msg_id=4588171
|
||||
-->
|
||||
@ -38,6 +38,7 @@
|
||||
<Item posX = "3" posY = "6" name = "Sposta/Clona documento corrente"/>
|
||||
<Item posX = "3" posY = "16" name = "Collassa livello"/>
|
||||
<Item posX = "3" posY = "17" name = "Non collassare livello"/>
|
||||
<Item posX="6" posY="4" name="Importa" />
|
||||
</SubEntries>
|
||||
<!-- all menu item -->
|
||||
<Commands>
|
||||
@ -173,8 +174,9 @@
|
||||
<Item id = "47004" name = "Forum"/>
|
||||
<Item id = "47005" name = "Ottieni altri plugin"/>
|
||||
<Item id = "47006" name = "Aggiorna Notepad++"/>
|
||||
<Item id = "47007" name = "Domande Frequenti"/>
|
||||
<Item id = "47008" name = "Guida..."/>
|
||||
<Item id = "48005" name = "Importa Plugin/s..." />
|
||||
<Item id = "48006" name = "Importa Tema/i ..." />
|
||||
<Item id = "48009" name = "Tasti di scelta rapida..."/>
|
||||
<Item id = "48011" name = "Preferenze..."/>
|
||||
<Item id = "49000" name = "E&segui..."/>
|
||||
@ -260,7 +262,6 @@
|
||||
<Item id = "1904" name = "Salva..."/>
|
||||
</Run>
|
||||
<StyleConfig title = "Configuratore di stili">
|
||||
<Item id = "1" name = "Applica"/>
|
||||
<Item id = "2" name = "Annulla"/>
|
||||
<Item id = "2301" name = "Salva && Chiudi"/>
|
||||
<Item id = "2303" name = "Trasparenza"/>
|
||||
@ -345,18 +346,18 @@
|
||||
<Item id = "24314" name = "Delimitazione chiusa:"/>
|
||||
</Operator>
|
||||
</UserDefine>
|
||||
<Preference title = "Opzioni">
|
||||
<Preference title = "Preferenze">
|
||||
<Item id = "6001" name = "Chiudi"/>
|
||||
<Global title = "Generale">
|
||||
<Item id = "6101" name = "Barra degli strumenti"/>
|
||||
<Item id = "6102" name = "Nascondi"/>
|
||||
<Item id = "6103" name = "Icone piccole"/>
|
||||
<Item id = "6104" name = "Icone grandi"/>
|
||||
<Item id = "6105" name = "Icone piccole standard"/>
|
||||
<Item id = "6105" name = "Icone standard"/>
|
||||
<Item id = "6106" name = "Barra delle schede"/>
|
||||
<Item id = "6107" name = "Mostra schede piccole"/>
|
||||
<Item id = "6108" name = "Blocca (trascinamento disabilitato)"/>
|
||||
<Item id = "6109" name = "Differenzia le schede inattive"/>
|
||||
<Item id = "6109" name = "Scurisci le schede inattive"/>
|
||||
<Item id = "6110" name = "Disegna l'evidenziazione arancione"/>
|
||||
<Item id = "6111" name = "Mostra la barra di stato"/>
|
||||
<Item id = "6112" name = "Pulsante di chiusura su ogni scheda"/>
|
||||
@ -375,8 +376,6 @@
|
||||
<Item id = "6221" name = "V"/>
|
||||
<Item id = "6222" name = "L"/>
|
||||
|
||||
<Item id = "6301" name = "Impostazioni tabulazioni"/>
|
||||
<Item id = "6302" name = "Trasforma in spazi"/>
|
||||
<Item id = "6303" name = "Dimensione: "/>
|
||||
|
||||
<Item id = "6201" name = "Stile del raggruppamento"/>
|
||||
@ -394,8 +393,10 @@
|
||||
<Item id = "6212" name = "Modalità 'linea'"/>
|
||||
<Item id = "6213" name = "Modalità 'sfondo'"/>
|
||||
<Item id = "6214" name = "Evidenzia la riga corrente"/>
|
||||
<Item id = "6224" name = "Impostazioni selezione multipla"/>
|
||||
<Item id = "6225" name = "Abilita (Ctrl+Click/selezione)"/>
|
||||
</Scintillas>
|
||||
<NewDoc title = "Nuovo documento">
|
||||
<NewDoc title = "Nuovo documento/Directory predefinita">
|
||||
<Item id = "6401" name = "Formato"/>
|
||||
<Item id = "6402" name = "Windows"/>
|
||||
<Item id = "6403" name = "Unix"/>
|
||||
@ -410,15 +411,22 @@
|
||||
<Item id = "6413" name = "Apri file/Salva cartella"/>
|
||||
<Item id = "6414" name = "Secondo il documento corrente"/>
|
||||
<Item id = "6415" name = "Ricorda l'ultima cartella utilizzata"/>
|
||||
<Item id = "6419" name = "Nuovo documento"/>
|
||||
<Item id = "6420" name = "Applica all'apertura di file ANSI"/>
|
||||
</NewDoc>
|
||||
<FileAssoc title = "Associazione tipi di file">
|
||||
<Item id = "4009" name = "Estensioni supportate:"/>
|
||||
<Item id = "4010" name = "Estensioni registrate:"/>
|
||||
</FileAssoc>
|
||||
<LangMenu title = "Linguaggi">
|
||||
<LangMenu title = "Menu Linguaggio/Impostazioni tabulazioni">
|
||||
<Item id = "6505" name = "Linguaggi disponibili"/>
|
||||
<Item id = "6506" name = "Linguaggi disabilitati"/>
|
||||
<Item id = "6507" name = "Compatta menu dei linguaggi"/>
|
||||
<Item id = "6507" name = "Compatta il menu"/>
|
||||
<Item id = "6508" name = "Menu "Linguaggio"" />
|
||||
<Item id = "6510" name = "Usa predefinito" />
|
||||
<Item id = "6301" name = "Impostazioni Tabulazioni" />
|
||||
<Item id = "6302" name = "Sostituisci con spazi" />
|
||||
<Item id = "6303" name = "Dimensione tabulazione:" />
|
||||
</LangMenu>
|
||||
<Print title = "Stampa">
|
||||
<Item id = "6601" name = "Numeri di riga"/>
|
||||
@ -446,9 +454,10 @@
|
||||
<Item id = "6722" name = "Sezione di destra"/>
|
||||
<Item id = "6723" name = "Aggiungi"/>
|
||||
<Item id = "6725" name = "Variabile:"/>
|
||||
<Item id = "6727" name = "Intestazione Sezione di sinistra"/>
|
||||
<Item id = "6727" name = "Seleziona parte"/>
|
||||
<Item id = "6728" name = "Intestazione e piè di pagina" />
|
||||
</Print>
|
||||
<MISC title = "MISC">
|
||||
<MISC title = "Varie">
|
||||
<Item id = "6304" name = "Documenti recenti"/>
|
||||
<Item id = "6305" name = "Non controllare all'avvio"/>
|
||||
<Item id = "6306" name = "Elementi usati di recente:"/>
|
||||
@ -464,7 +473,7 @@
|
||||
<Item id = "6319" name = "Abilita"/>
|
||||
<Item id = "6320" name = "Non disegnare sottolineatura"/>
|
||||
<Item id = "6322" name = "Est. file di sessione:"/>
|
||||
<Item id = "6323" name = "Abilita aggiornamento automatico di Notepad++"/>
|
||||
<Item id = "6323" name = "Aggiorna automaticamente Notepad++"/>
|
||||
<Item id = "6324" name = "Cambia documento (CTRL+TAB)"/>
|
||||
<Item id = "6325" name = "Vai all'ultima riga dopo l'aggiornamento"/>
|
||||
<Item id = "6326" name = "Evidenziazione intelligente"/>
|
||||
@ -494,7 +503,7 @@
|
||||
<MultiMacro title = "Esegui macro più volte">
|
||||
<Item id = "1" name = "Esegui"/>
|
||||
<Item id = "2" name = "Annulla"/>
|
||||
<Item id = "8006" name = "Macro da eseguire :"/>
|
||||
<Item id = "8006" name = "Macro da eseguire: "/>
|
||||
<Item id = "8001" name = "Esegui"/>
|
||||
<Item id = "8005" name = "volte"/>
|
||||
<Item id = "8002" name = "Esegui fino a fine file"/>
|
||||
@ -509,8 +518,8 @@
|
||||
<ColumnEditor title = "Editor a colonne">
|
||||
<Item id = "2023" name = "Testo da inserire"/>
|
||||
<Item id = "2033" name = "Numero da inserire"/>
|
||||
<Item id = "2030" name = "Numero iniziale :"/>
|
||||
<Item id = "2031" name = "Incrementa di :"/>
|
||||
<Item id = "2030" name = "Numero iniziale: "/>
|
||||
<Item id = "2031" name = "Incrementa di: "/>
|
||||
<Item id = "2035" name = "Zeri iniziali"/>
|
||||
<Item id = "2032" name = "Formato"/>
|
||||
<Item id = "2024" name = "Decimale"/>
|
||||
|
@ -421,38 +421,45 @@ GLOBAL_INST:
|
||||
; remove unstable plugins
|
||||
CreateDirectory "$INSTDIR\plugins\disabled"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stability issue,$\nHexEditorPlugin.dll is about to be deleted."
|
||||
Rename "$INSTDIR\plugins\HexEditorPlugin.dll" "$INSTDIR\plugins\disabled\HexEditorPlugin.dll"
|
||||
Delete "$INSTDIR\plugins\HexEditorPlugin.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stability issue,$\nHexEditor.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\HexEditor.dll" "$INSTDIR\plugins\disabled\HexEditor.dll"
|
||||
Delete "$INSTDIR\plugins\HexEditor.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stability issue,$\nMultiClipboard.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\MultiClipboard.dll" "$INSTDIR\plugins\disabled\MultiClipboard.dll"
|
||||
Delete "$INSTDIR\plugins\MultiClipboard.dll"
|
||||
|
||||
Rename "$INSTDIR\plugins\NppDocShare.dll" "$INSTDIR\plugins\disabled\NppDocShare.dll"
|
||||
Delete "$INSTDIR\plugins\NppDocShare.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stability issue,$\nFunctionList.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\FunctionList.dll" "$INSTDIR\plugins\disabled\FunctionList.dll"
|
||||
Delete "$INSTDIR\plugins\FunctionList.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\NPPTextFX.ini" 0 +2
|
||||
Rename "$INSTDIR\plugins\NPPTextFX.ini" "$INSTDIR\plugins\disabled\NPPTextFX.ini"
|
||||
IfFileExists "$INSTDIR\plugins\NPPTextFX.ini" 0 +1
|
||||
Delete "$INSTDIR\plugins\NPPTextFX.ini"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\NppAutoIndent.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\NppAutoIndent.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stabilty issue,$\nNppAutoIndent.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\NppAutoIndent.dll" "$INSTDIR\plugins\disabled\NppAutoIndent.dll"
|
||||
Delete "$INSTDIR\plugins\NppAutoIndent.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\FTP_synchronize.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\FTP_synchronize.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stabilty issue,$\nFTP_synchronize.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\ComparePlugin.dll" "$INSTDIR\plugins\disabled\FTP_synchronize.dll"
|
||||
Rename "$INSTDIR\plugins\FTP_synchronize.dll" "$INSTDIR\plugins\disabled\FTP_synchronize.dll"
|
||||
Delete "$INSTDIR\plugins\FTP_synchronize.dll"
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\NppPlugin_ChangeMarker.dll" 0 +3
|
||||
IfFileExists "$INSTDIR\plugins\NppPlugin_ChangeMarker.dll" 0 +4
|
||||
MessageBox MB_OK "Due to the stabilty issue,$\nNppPlugin_ChangeMarker.dll will be moved to the directory $\"disabled$\""
|
||||
Rename "$INSTDIR\plugins\NppPlugin_ChangeMarker.dll" "$INSTDIR\plugins\disabled\NppPlugin_ChangeMarker.dll"
|
||||
Delete "$INSTDIR\plugins\NppPlugin_ChangeMarker.dll"
|
||||
|
||||
; detect the right of
|
||||
UserInfo::GetAccountType
|
||||
@ -622,7 +629,7 @@ SubSection "Plugins" Plugins
|
||||
File "..\bin\plugins\NppExec.dll"
|
||||
SetOutPath "$INSTDIR\plugins\doc"
|
||||
File "..\bin\plugins\doc\NppExec.txt"
|
||||
File "..\bin\plugins\doc\NppExec_Guide.txt"
|
||||
File "..\bin\plugins\doc\NppExec_Manual.chm"
|
||||
File "..\bin\plugins\doc\NppExec_TechInfo.txt"
|
||||
SectionEnd
|
||||
|
||||
@ -1000,6 +1007,8 @@ SubSection un.Plugins
|
||||
Delete "$INSTDIR\plugins\doc\NppExec.txt"
|
||||
Delete "$INSTDIR\plugins\doc\NppExec_TechInfo.txt"
|
||||
Delete "$INSTDIR\plugins\Config\NppExec.ini"
|
||||
Delete "$INSTDIR\plugins\Config\NppExec_Manual.chm"
|
||||
Delete "$INSTDIR\plugins\Config\NppExec.ini"
|
||||
RMDir "$INSTDIR\plugins\"
|
||||
RMDir "$INSTDIR\plugins\doc\"
|
||||
SectionEnd
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 18 KiB |
@ -52,7 +52,7 @@ include:
|
||||
</li></ul>
|
||||
<p>Additionally,
|
||||
each view can have its own properties which can be set in
|
||||
<a href="Preferences.html#Edit components">the Preferences -> Settings -> Edit Components tab</a>, use the dropdown list to choose between
|
||||
<a href="Preferences.html#Editing">the Preferences -> Settings -> Editing tab</a>, use the dropdown list to choose between
|
||||
the views. Each view can also independently show unprintable
|
||||
characters, determine the linewrapping modus and control the overtype
|
||||
option.<p>
|
||||
|
@ -10,10 +10,10 @@ relevant to some aspect of Notepad++ (for instance, the interface or
|
||||
backup options).
|
||||
<p><img style="width: 599px; height: 397px;" alt="" src="Images/Screenshots/preferences.png" usemap="#preferences">
|
||||
<p>
|
||||
<h2><a name="Global">Global</a>
|
||||
<h2><a name="General">General</a>
|
||||
</h2>
|
||||
<p>The
|
||||
global settings control the look of the main interface. You can
|
||||
general settings control the look of the main interface. You can
|
||||
control the Tab Bar, the Tool Bar, the Status Bar and the menu from
|
||||
here, as well as the current ...
|
||||
<p>
|
||||
@ -81,7 +81,7 @@ click to close document</span> - If checked, doubleclicking on a tab will
|
||||
close it.
|
||||
</li></ul></span></dl>
|
||||
|
||||
<h2><a name="Edit_Components"></a>Edit Components</h2>
|
||||
<h2><a name="Editing"></a>Editing</h2>
|
||||
<p>These
|
||||
settings affect the behaviour and look of Scintilla, the edit
|
||||
component of Notepad++.
|
||||
@ -193,14 +193,13 @@ To remove the association, select the extension to dissociate and
|
||||
press the arrow next to the garbage can.
|
||||
<p>
|
||||
|
||||
<h2><a name="</span>_Menu"></a>Language
|
||||
Menu/Tab settings
|
||||
<h2><a name="Language_Menu"></a>Language Menu/Tab settings
|
||||
</h2>You
|
||||
can select the languages that are available from the <span class="menu_item">Language</span> menu. In
|
||||
the <span class="label">Available Items</span> list are the languages that are currently
|
||||
visible. To hide a language form the menu, select it and press the
|
||||
<span class="button">-></span> button to put it in the <span class="label">Disabled Items</span> list. Add the
|
||||
language again by selecting it from the <span class="label">Disabled Item</span></font><font face="Times New Roman, serif"> list and
|
||||
language again by selecting it from the <span class="label">Disabled Items</span></font><font face="Times New Roman, serif"> list and
|
||||
pressing the <span class="button"><-</span> button.</font>
|
||||
<br>
|
||||
The appearance of the Language menu can be further controlled by the <span class="checkbox">Make Language menu Compact</span> checkbox. When checked, languages whose names start by the same letter are grouped into a submenu, rather than being all lumped in the menu proper.
|
||||
@ -400,5 +399,5 @@ the active file only the filename will be displayed.
|
||||
</li></ul></span>
|
||||
</dl>
|
||||
|
||||
<map id="preferences" name="preferences"><area shape="rect" alt="" coords="7,39,63,55" href="#Global" title=""><area shape="rect" alt="" coords="71,41,173,55" href="#Edit_Components" title=""><area shape="rect" alt="" coords="183,42,379,55" href="#New_Document_Open_Save_directory" title=""><area shape="rect" alt="" coords="390,42,484,55" href="#File_Association" title=""><area shape="rect" alt="" coords="492,42,588,55" href="#Language_Menu" title=""><area shape="rect" alt="" coords="9,24,169,36" href="#Print_-_Colour_and_Margin" title=""><area shape="rect" alt="" coords="179,24,342,37" href="#Print_-_Header_and_Footer" title=""><area shape="rect" alt="" coords="350,24,509,37" href="#Backup_Auto-Completion" title=""><area shape="rect" alt="" coords="518,24,590,38" href="#MISC" title=""></map>
|
||||
<map id="preferences" name="preferences"><area shape="rect" alt="" coords="11,45,84,61" href="#General" title=""><area shape="rect" alt="" coords="88,45,152,61" href="#Editing" title=""><area shape="rect" alt="" coords="156,45,325,61" href="#New_Document_Open_Save_directory" title=""><area shape="rect" alt="" coords="329,45,428,61" href="#File_Association" title=""><area shape="rect" alt="" coords="432,45,585,61" href="#Language_Menu" title=""><area shape="rect" alt="" coords="14,30,178,43" href="#Print" title=""><area shape="rect" alt="" coords="182,30,417,43" href="#Backup_Auto-Completion" title=""><area shape="rect" alt="" coords="421,30,584,43" href="#MISC" title=""></map>
|
||||
</body></html>
|
@ -10,7 +10,7 @@ Language=0x809 Anglais (Royaume-Uni)
|
||||
Title=Notepad++ Reference Manual - version 5.5
|
||||
|
||||
[WINDOWS]
|
||||
WinType1="Notepad++ Reference Manual - Version 5.4.3","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0
|
||||
WinType1="Notepad++ Reference Manual - Version 5.5","Table of Contents.hhc","Index.hhk","HTML\Introduction.html",,,,,,0x3120,,0x300e,[104,86,765,538],0x10080000,0x404,,,,,0
|
||||
|
||||
|
||||
[FILES]
|
||||
|
@ -593,7 +593,7 @@ BEGIN
|
||||
LTEXT "http://notepad-plus.sourceforge.net/",IDC_HOME_ADDR,78,54,126,8
|
||||
EDITTEXT IDC_LICENCE_EDIT,31,99,209,96,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
|
||||
EDITTEXT IDC_BUILD_DATETIME,150,2,150,10, ES_READONLY | NOT WS_BORDER
|
||||
CONTROL "",IDI_M30ICON,"Static",SS_OWNERDRAW,21,10,20,20
|
||||
CONTROL "",IDI_M30ICON,"Static",SS_OWNERDRAW,21,10,32,32
|
||||
END
|
||||
|
||||
IDD_GOLINE DIALOGEX 26, 41, 261, 88
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Loading…
Reference in New Issue
Block a user