`/=` as not equals `cv24` (closes #125)

pull/1148/head
Nikita Prokopov 2020-10-10 22:38:43 +02:00
rodzic 89e0af072d
commit b67c841c35
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
- `=<` as less than or equal `cv21` #34 - `=<` as less than or equal `cv21` #34
- `=<` as less than or equal with horizontal bar `cv22` #34 - `=<` as less than or equal with horizontal bar `cv22` #34
- `>=` with a horizontal bar `cv23` - `>=` with a horizontal bar `cv23`
- `/=` as not equals `cv24` #125
- Moved `.-` into `dlig` #860 #1103 - Moved `.-` into `dlig` #860 #1103
- Returned `[]` as `dlig` - Returned `[]` as `dlig`
- C-style compound assignment `>>=` `<<=` `||=` `|=` are not combined with equal sign by default. Old behavior is moved into `ss09` #974 - C-style compound assignment `>>=` `<<=` `||=` `|=` are not combined with equal sign by default. Old behavior is moved into `ss09` #974

Wyświetl plik

@ -1,7 +1,7 @@
{ {
.appVersion = "1346"; .appVersion = "1346";
DisplayStrings = ( DisplayStrings = (
"<<=/space <=/space <<==/space <=</space <=>/space <<=\012>>=/space >>==\012||=/space ||==/space ||=|\012|=/space |==/space |=|/space =|=" "<<=/space <=/space <<==/space <=</space <=>/space <<=\012>>=/space >>==\012||=/space ||==/space ||=|\012|=/space |==/space |=|/space =|=\012//=\012!="
); );
classes = ( classes = (
{ {
@ -401,6 +401,11 @@ notes = "Name: Equal + Less Than with horizontal bar";
code = "sub greater_equal.liga by greater_equal.ss02;"; code = "sub greater_equal.liga by greater_equal.ss02;";
name = cv23; name = cv23;
notes = "Name: Greater Than + Equal with horizontal bar"; notes = "Name: Greater Than + Equal with horizontal bar";
},
{
code = "lookup slash_equal_as_not_equal {\012 sub slash.spacer equal_end.seq' by exclam_equal.liga;\012 sub slash_equal_start.seq' equal_end.seq by slash.spacer;\012} slash_equal_as_not_equal;";
name = cv24;
notes = "Name: /= as not equal";
} }
); );
fontMaster = ( fontMaster = (