Commit Graph

14 Commits

Author SHA1 Message Date
Rainer Kottenhoff
141cdb1a4c + fix: TinyExpr: enable CP1252 operators '×'(mul) and '÷'(div)
+ fix: TinyExpr: ignoring currency chars ("$€¢£¥") in expressions
2020-09-12 08:53:57 +02:00
RaiKoHoff
517b9ad2af + fix: TinyExpr: inline evaluation on active option only
+ fix: TinyExpr: allow rh equal and questionmark
+ fix: TinyExpr: newline after evaluation by '=<ENTER>'
2020-09-11 16:34:51 +02:00
Rainer Kottenhoff
3855310cae + fix: allow RETURN / ENTER after equal sign (=) to calculate TinyExpr
+ add: allow colon (:) as alternate divide operator
2020-09-10 23:45:50 +02:00
RaiKoHoff
36006eb7f0 + add: make TinyExpr evaluation optional (menu -> settings) 2020-07-21 18:06:59 +02:00
RaiKoHoff
8980da1603 + fix: tinyexpr (code cleanup) 2020-07-14 18:37:00 +02:00
RaiKoHoff
2ca552f8bd + upd: tinyexpr code (enable static memory usage) 2020-07-14 15:14:40 +02:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
Rainer Kottenhoff
b757173189 + add: Solution to generate DLL version (C++ Run-Time dll linking (/MD) and Scintilla.dll linking) 2019-05-01 18:01:59 +02:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Rainer Kottenhoff
44a98f4f66 + tidy: code cleaning based on "Clang Power Tools" VS extension : "Tidy" 2018-10-10 15:30:43 +02:00
Rainer Kottenhoff
81b83eec34 + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
Rainer Kottenhoff
e6dc510c59 + add: TinyExpr - logical operators (0.0 : false, <>0.0 : true) 2018-08-23 10:46:29 +02:00
Rainer Kottenhoff
edaed5280a + add: "tinyexpr" library for in text math expression evaluation 2018-08-09 00:48:16 +02:00