Ellipse (vertikal und horizontal) wiederhergestellt (ahk)

git-svn-id: https://svn.neo-layout.org@886 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
stmayer 2008-09-15 21:59:05 +00:00
parent c1a0b9cfe3
commit 904b52c1d9
3 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,8 @@ Matthias Wächter <matthias (at) waechter.wiz. a t>
=== Änderungshistorie ===
Revision 886 (von Stefan Mayer)
Ellipse (horizontal und vertikal) wiederhergestellt.
Revision 873 (von Martin Roppelt)
Tabulatoren entfernt.
Revision 872 (von Martin Roppelt)

View file

@ -774,6 +774,8 @@ neo_komma:
EbeneAktualisieren()
if (Ebene = 1)
OutputChar(",", "comma")
else if (Ebene = 2)
SendUnicodeChar(0x22EE, "U22EE") ; vertikale Ellipse
else if (Ebene = 3)
OutputChar(Chr(34), "quotedbl")
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B2)
@ -790,6 +792,8 @@ neo_punkt:
EbeneAktualisieren()
if (Ebene = 1)
OutputChar(".", "period")
else if (Ebene = 2)
SendUnicodeChar("0x2026", "U2026") ; Ellipse
else if (Ebene = 3)
OutputChar("'", "apostrophe")
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B3)

View file

@ -1521,6 +1521,8 @@ neo_komma:
EbeneAktualisieren()
if (Ebene = 1)
OutputChar(",", "comma")
else if (Ebene = 2)
SendUnicodeChar(0x22EE, "U22EE") ; vertikale Ellipse
else if (Ebene = 3)
OutputChar(Chr(34), "quotedbl")
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B2)
@ -1537,6 +1539,8 @@ neo_punkt:
EbeneAktualisieren()
if (Ebene = 1)
OutputChar(".", "period")
else if (Ebene = 2)
SendUnicodeChar("0x2026", "U2026") ; Ellipse
else if (Ebene = 3)
OutputChar("'", "apostrophe")
else if ((Ebene = 4) and !(CheckDeadUni("c1",0x00B3)