X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8ac9c9786c906979c58e97b7c6df302c5d32770..44347626650b7fe360b1be26ad470be0fe3f5777:/fixtures/przyciski.xml?ds=sidebyside
diff --git a/fixtures/przyciski.xml b/fixtures/przyciski.xml
old mode 100644
new mode 100755
index a8ad2c19..2065b151
--- a/fixtures/przyciski.xml
+++ b/fixtures/przyciski.xml
@@ -1,53 +1,1180 @@
-
-UsuÅ spacjÄstrip_whitespace({exprs: [ ["^\\s+|\\s+$", ""], ["\\s+", " "] ]})lineregexpUsuwa zbÄdne spacjÄ z dokumentu.Wersinsert_verse({tag: 'wers'})insert_tagwOtacza zaznaczony tekst tagiem 'wers'.ZamieÅ dywizzamien_dywiz({exprs:[ ["â","---"] ]})lineregexpZamienia 'â' na '---'.$.log(editor, panel, params);
-
-var texteditor = panel.texteditor;
-var text = texteditor.selection();
-texteditor.replaceSelection('<' + params.tag + '>' + text + '</' + params.tag + '>');
-if (text.length == 0)
-{
- var pos = texteditor.cursorPosition();
- texteditor.selectLines(pos.line, pos.character + params.tag.length + 2);
-}
-
-panel.fireEvent('contentChanged');// params: {exprs: list of {expr: "", repl: "" [, opts: "g"]}}
-var cm = panel.texteditor;
-
-var exprs = $.map(params.exprs, function(expr) {
- var opts = "g";
- if(expr.length > 2)
- opts = expr[2];
- return {rx: new RegExp(expr[0], opts), repl: expr[1]};
-});
-
-var selection = cm.selection();
-
-if(selection)
-{
- var lines = selection.split('\n');
- lines = $.map(lines, function(line) {
- $(exprs).each(function() {
- var expr = this;
- line = line.replace(expr.rx, expr.repl);
- });
- return line;
- });
- cm.replaceSelection( lines.join('\n') );
-}
-else {
- var line = cm.firstLine();
- do {
- var content = cm.lineContent(line);
- $.log("Swapping line: $" + content + "$");
-
- $(exprs).each(function() { var expr = this;
- content = content.replace(expr.rx, expr.repl);
- });
- cm.setLineContent(line, content);
- line = cm.nextLine(line);
- } while( !(line === false) );
-}
+
+
+
+ Dodatkowe przyciski w XMLEditor
+ xmleditor-extra-buttons
+ -1
+
+
+ HTMLEditor Extra
+ htmleditor-extra
+ -1
+
+
+ Akapity i dÅugie cytaty
+ akapity-i-dlugie-cytaty
+ 0
+
+
+ Autokorekta
+ autokorekta
+ 0
+
+
+ Bloki
+ bloki
+ 0
+
+
+ Dramat wierszowany
+ dramat-wierszowany
+ 0
+
+
+ Dramat wspóÅczesny
+ dramat-wspolczesny
+ 0
+
+
+ Elementy poczÄ
tkowe
+ elementy-poczatkowe
+ 0
+
+
+ NagÅówki
+ naglowki
+ 0
+
+
+ PoczÄ
tek dramatu
+ poczatek-dramatu
+ 0
+
+
+ Polecenia
+ polecenia
+ 0
+
+
+ Strukturalne
+ strukturalne
+ 0
+
+
+ Style znakowe
+ style-znakowe
+ 0
+
+
+ Wersy
+ wersy
+ 0
+
+
+ A<sup>+</sup>
+ increase_font_size
+ {"change": 2}
+ codemirror_fontsize
+
+
+ 0
+ ZwiÄksz rozmiar czcionki.
+
+
+
+
+
+ A<sup>-</sup>
+ descrease_font_size
+ {"change": -2}
+ codemirror_fontsize
+
+
+ 0
+ Zmniejsz rozmiar czcionki.
+
+
+
+
+
+ A<sup>=</sup>
+ reset_font_size
+ {"fontSize": 13}
+ codemirror_fontsize
+
+
+ 0
+ PrzywrÃ³Ä orginalny rozmiar czcionki.
+
+
+
+
+
+ A<sup>â</sup>
+ tolowercase
+ []
+ lowercase
+
+ u
+ 6
+ ZamieÅ wielkie litery na maÅe.
+
+
+
+
+
+ Podstawowa
+ basic_correction
+ {"exprs": [["\n\\d+\n", "\n"], ["-\\s*\n+", ""], ["\\,\\.\\.|\\.\\,\\.|\\.\\.\\,", "..."]]}
+ fulltextregexp
+
+
+ 0
+ WykonujÄ operacjÄ z novel-pages i poem-pages.
+
+
+
+
+
+ UsuÅ spacjÄ
+ strip_whitespace
+ {"exprs": [["^\\s+|\\s+$", ""], ["\\s+", " "]]}
+ lineregexp
+
+
+ 0
+ Usuwa zbÄdne spacjÄ z dokumentu.
+
+
+
+
+
+ Wers wciÄty
+ wers-wciety
+ {"tag": "wers_wciety", "attrs": {"typ": ""}}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ Wydrukuj
+ print-xml
+ []
+
+
+
+ print/xml
+
+ 0
+
+
+
+
+
+
+ Wydrukuj
+ htmleditor-print
+ []
+
+
+
+ print/html
+
+ 0
+
+
+
+
+
+
+ ZamieÅ cudzysÅowy
+ zamien-cudzyslowy
+ {"exprs": [["\u00bb|\u201e", ",,"], ["\u00ab", "\""], ["\"([\u0104\u0118\u00d3\u0141\u017b\u0179\u0106\u0143\u0105\u017c\u017a\u015b\u0144\u00f3\u0142\u0107\\w])", ",,$1"]]}
+ lineregexp
+
+
+ 0
+
+
+
+
+
+
+ ZamieÅ dywiz
+ zamien_dywiz
+ {"exprs": [["(\\d)[\u2014-](\\d)", "$1--$2"], ["\u2014", "---"]]}
+ lineregexp
+
+
+ 0
+ Zamienia 'â' na '---', oraz '1â2' na '1--2'.
+
+
+
+
+
+ akapit
+ akapit
+ {"tag": "akap"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ akapit cd.
+ akapit-cd
+ {"tag": "akap_cd"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ akapit dialogowy
+ akapit-dialogowy
+ {"tag": "akap_dialog"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ akt
+ akt
+ {"tag": "akt"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ autor
+ autor
+ {"tag": "autor"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ czÄÅÄ/ksiÄga
+ czesc
+ {"tag": "naglowek_czesc"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ dedykacja
+ dedykacja
+ {"tag": "dedykacja"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ didaskalia
+ didaskalia
+ {"tag": "didaskalia"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ didaskalia poczÄ
tkowe
+ didaskalia-poczatkowe
+ {"tag": "miejsce_czas"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ didaskalia wewn.
+ didaskalia-wewn
+ {"tag": "didask_tekst"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ dramat wiersz.
+ dramat-wiersz
+ {"tag": "dramat_wierszowany_l"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ dramat wiersz./w. Åam
+ dramat-wiersz-w-lam
+ {"tag": "dramat_wierszowany_lp"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ dramat wspóÅczesny
+ dramat-wspolczesny
+ {"tag": "dramat_wspolczesny"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ dzieÅo nadrzÄdne
+ dzielo-nadrzedne
+ {"tag": "dzielo_nadrzedne"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ dÅugi cyt. poet.
+ dlugi-cyt-poet
+ {"tag": "poezja_cyt"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ dÅugi cytat
+ dlugi-cytat
+ {"tag": "dlugi_cyt"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ ekstra
+ ekstra
+ {"tag": "ekstra"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ kwestia
+ kwestia
+ {"tag": "kwestia"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ liryka
+ liryka
+ {"tag": "liryka_l"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ liryka/w. Åam
+ liryka-w-lam
+ {"tag": "liryka_lp"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ lista osób: pole
+ lista-osob-pole
+ {"tag": "lista_osoba", "attrs": {"typ": ""}}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ mamtemat.
+ matemat
+ {"tag": "mat"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ motto
+ motto
+ {"tag": "motto"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ motto podpis
+ motto-podpis
+ {"tag": "motto_podpis"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ nagÅówek kwestii
+ naglowek-kwestii
+ {"tag": "naglowek_osoba"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ nota
+ nota
+ {"tag": "nota"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ opowiadanie
+ opowiadanie
+ {"tag": "opowiadanie"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ osoba
+ osoba
+ {"tag": "osoba"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ podrozdziaÅ
+ podrozdzial
+ {"tag": "naglowek_podrozdzial"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ podtytuÅ
+ podtytul
+ {"tag": "podtytul"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ powieÅÄ
+ powiesc
+ {"tag": "powiesc"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ przypis autorski
+ przypis-autorski
+ {"tag": "pa"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ przypis edytorski
+ przypis-edytorski
+ {"tag": "pe"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ przypis redaktorski
+ przypis-redaktorski
+ {"tag": "pr"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ przypis tÅumacza
+ przypis-tlumacza
+ {"tag": "pt"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ rozdziaÅ
+ rozdzial
+ {"tag": "naglowek_rozdzial"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ scena
+ scena
+ {"tag": "naglowek_scena"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ sep. asteryks
+ sep-asteryks
+ {"tag": "sekcja_asteryks"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ sep. linia
+ sep-linia
+ {"tag": "separator_linia"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ sep. ÅwiatÅo
+ sep-swiatlo
+ {"tag": "sekcja_swiatlo"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ strofa
+ strofa
+ {"tag": "strofa"}
+ insert_stanza
+
+ s
+ 1
+
+
+
+
+
+
+
+ sÅowo obce
+ slowo-obce
+ {"tag": "slowo_obce"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ tagi gÅówne
+ tagi-glowne
+ {"tag": "utwor"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ tytuÅ
+ tytul
+ {"tag": "nazwa_utworu"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ tytuÅ dzieÅa
+ tytul-dziela
+ {"tag": "tytul_dziela", "attrs": {"typ": "1"}}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ uwaga
+ uwaga
+ {"tag": "uwaga"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ wers akap.
+ wers-akap
+ {"tag": "wers_akap"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ wers cd.
+ wers-cd
+ {"tag": "wers_cd"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+
+ www
+ www
+ {"tag": "www"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ wyróżnienie
+ wyroznienie
+ {"tag": "wyroznienie"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ wywiad
+ wywiad
+ {"tag": "wywiad"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ wywiad odpowiedź
+ wywiad-odpowiedz
+ {"tag": "wywiad_odp"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ wywiad pytanie
+ wywiad-pytanie
+ {"tag": "wywiad_pyt"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ zastÄpnik wersu
+ zastepnik-wersu
+ {"tag": "zastepnik_wersu"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ ÅródtytuÅ
+ srodtytul
+ {"tag": "srodtytul"}
+ insert_tag
+
+
+ 0
+
+
+
+
+
+
+ var texteditor = panel.texteditor;
+
+var text = texteditor.selection();
+
+var out = '<'+params.tag;
+
+for (var attr in params.attrs) {
+
+ out += ' '+attr+'="' + params.attrs[attr] + '"';
+
+};
+
+out += '>';
+
+out += text;
+
+out += '</' + params.tag + '>';
+
+
+
+texteditor.replaceSelection(out);
+
+
+
+if (text.length == 0) {
+
+ var pos = texteditor.cursorPosition();
+
+ texteditor.selectLines(pos.line, pos.character + params.tag.length + 2);
+
+}
+
+
+
+panel.fireEvent('contentChanged');
+
+
+ editor.showPopup('generic-info', 'Przetwarzanie zaznaczonego tekstu...', '', -1);
+
+var cm = panel.texteditor;
+var exprs = $.map(params.exprs, function(expr) {
+
+ var opts = "g";
+
+ if(expr.length > 2)
+
+ opts = expr[2];
+
+ return {rx: new RegExp(expr[0], opts), repl: expr[1]};
+
+});
+
+
+
+var partial = true;
+
+var text = cm.selection();
+
+
+
+if(!text) {
+
+ var cpos = cm.cursorPosition();
+
+ cpos.line = cm.lineNumber(cpos.line)
+
+ cm.selectLines(cm.firstLine(), 0, cm.lastLine(), 0);
+
+ text = cm.selection();
+
+ partial = false;
+
+}
+
+
+
+var changed = 0;
+var lines = text.split('\n');
+var lines = $.map(lines, function(line) {
+ var old_line = line;
+ $(exprs).each(function() {
+ var expr = this;
+ line = line.replace(expr.rx, expr.repl);
+ });
+
+ if(old_line != line) changed += 1;
+ return line;
+});
+
+if(changed > 0)
+{
+ cm.replaceSelection( lines.join('\n') );
+ panel.fireEvent('contentChanged');
+ editor.showPopup('generic-yes', 'Zmieniono ' + changed + ' linii.', 1500);
+ editor.advancePopupQueue();
+}
+else {
+ editor.showPopup('generic-info', 'Brak zmian w tekÅcie', 1500);
+ editor.advancePopupQueue();
+}
+
+if(!partial)
+ cm.selectLines( cm.nthLine(cpos.line), cpos.character )
+
+
+ var texteditor = panel.texteditor;
+
+var frameBody = $('body', $(texteditor.frame).contents());
+
+
+
+if(params.fontSize) {
+
+ frameBody.css('font-size', params.fontSize);
+
+}
+
+else {
+
+ var old_size = parseInt(frameBody.css('font-size'));
+
+ frameBody.css('font-size', old_size + (params.change || 0) );
+
+}
+
+
+ editor.showPopup('generic-info', 'Przetwarzanie zaznaczonego tekstu...', '', -1);
+
+var cm = panel.texteditor;
+
+var exprs = $.map(params.exprs, function(expr) {
+ var opts = "mg";
+ if(expr.length > 2)
+ opts = expr[2];
+
+ return {rx: new RegExp(expr[0], opts), repl: expr[1]};
+});
+
+var partial = true;
+var text = cm.selection();
+
+if(!text) {
+ var cpos = cm.cursorPosition();
+ cpos.line = cm.lineNumber(cpos.line)
+ cm.selectLines(cm.firstLine(), 0, cm.lastLine(), 0);
+
+ text = cm.selection();
+ partial = false;
+}
+
+
+
+var original = text;
+$(exprs).each(function() {
+ text = text.replace(this.rx, this.repl);
+});
+
+if( original != text)
+{
+ cm.replaceSelection(text);
+ panel.fireEvent('contentChanged');
+ editor.showPopup('generic-yes', 'Zmieniono tekst' );
+ editor.advancePopupQueue();
+}
+else {
+ editor.showPopup('generic-info', 'Brak zmian w tekÅcie.');
+ editor.advancePopupQueue();
+}
+
+if(!partial) {
+ cm.selectLines( cm.nthLine(cpos.line), cpos.character );
+}
+
+
+ params.each(function() {
+
+ editor.callScriptlet(this[0], this[1]);
+
+});
+
+
+ var cm = panel.texteditor;
+
+var text = cm.selection();
+
+if(!text) return;
+
+var repl = text.toLowerCase();
+
+if(repl != text) {
+
+ cm.replaceSelection(repl);
+
+ panel.fireEvent('contentChanged');
+
+};
+
+
+ var texteditor = panel.texteditor;
+
+var text = texteditor.selection();
+
+
+
+if(text) {
+
+ text = '\n' + text.split('\n').join('\\\n') + '\n';
+
+}
+
+
+
+texteditor.replaceSelection('<strofa>'+text+'</strofa>');
+
+
+
+if (!text) {
+
+ var pos = texteditor.cursorPosition();
+
+ texteditor.selectLines(pos.line, pos.character + 6 + 2);
+
+}
+
+
+
+
+
+
+
+panel.fireEvent('contentChanged');
+
+