Commit Graph

64 Commits

Author SHA1 Message Date
nesbox 559a8bb920 reverted ugly keyboard handling 2018-09-04 23:22:59 +03:00
Vadim Grigoruk 178007c5a4 #707 final fix 2018-09-03 00:47:12 +03:00
Vadim Grigoruk 617dc01479 #707 AltGR fix in the Code Editor 2018-08-26 10:56:18 +03:00
Vadim Grigoruk 7e19ce65e8 #707 one more attempt 2018-08-26 09:34:27 +03:00
Vadim Grigoruk b733bdd9ef #682 fixed cursor pos 2018-08-18 09:16:15 +03:00
Vadim Grigoruk db0cfed0d1 #666 added ALT_FONT=false to the THEME.CODE section in the Config 2018-08-18 09:00:59 +03:00
Vadim Grigoruk c31ceab19f tiny fix 2018-08-04 00:39:07 +03:00
Vadim Grigoruk 6be630167a #652: added alt font button to the Code Editor 2018-08-04 00:36:53 +03:00
Vadim Grigoruk 4249516d7e #652: reverted font width/height in the config 2018-08-03 23:22:58 +03:00
BADIM-PC\Vadim 03efd90518 Add font width/height to the config #568 2018-03-12 15:33:18 +03:00
BADIM-PC\Vadim 8484a86819 Crash when copying and pasting in several editors (sprite, map editor) #558 2018-03-01 18:59:41 +03:00
BADIM-PC\Vadim 08f29fde5d no message 2018-02-15 12:43:00 +03:00
BADIM-PC\Vadim 56fa707c42 no message 2018-02-14 16:50:57 +03:00
BADIM-PC\Vadim a6bfc6011e no message 2018-02-14 14:52:10 +03:00
BADIM-PC\Vadim f06ae65114 no message 2018-02-14 14:06:25 +03:00
BADIM-PC\Vadim 17cad0a9eb emscripten works 2018-02-14 13:58:46 +03:00
BADIM-PC\Vadim 9aab993fe4 no message 2018-02-13 18:45:54 +03:00
BADIM-PC\Vadim e4eac02295 no message 2018-02-13 13:29:33 +03:00
BADIM-PC\Vadim e4ef780f28 no message 2018-02-12 19:16:37 +03:00
BADIM-PC\Vadim 29d6f8f8bb no message 2018-02-12 19:15:05 +03:00
BADIM-PC\Vadim 3233d48861 code text selection 2018-02-12 14:59:14 +03:00
BADIM-PC\Vadim c3e7ff8e43 mouse scroll works 2018-02-12 13:31:52 +03:00
BADIM-PC\Vadim 39dfdcfc4f SDL extracted 2018-02-06 22:15:56 +03:00
BADIM-PC\Vadim a525df2eba removed SDL_Rect and SDL_Point 2018-02-01 19:34:42 +03:00
BADIM-PC\Vadim 9d23c9134d fixed mouse input 2018-02-01 18:32:31 +03:00
BADIM-PC\Vadim ee5830b613 no message 2018-01-24 12:20:05 +03:00
BADIM-PC\Vadim db261ff93f Add support to crtl or shift to indent/unindent anywhere in the line #485
small fix, because history() saves cursor position too
2017-12-28 22:44:07 +03:00
Guilherme Medeiros ea9f478076 Add support to crtl or shift to indent/unindent anywhere in the line
Fixes issue https://github.com/nesbox/TIC-80/issues/192
2017-12-28 15:21:38 -03:00
BADIM-PC\Vadim 6bb605e640 #479 moved parse logic to lang config 2017-12-23 18:19:51 +03:00
BADIM-PC\Vadim ef502b2496 #477 outline func moved to TIC module 2017-12-22 14:20:15 +03:00
BADIM-PC\Vadim f8af6390ab This code makes assumption that get_script_config(tic)->singleComment is 3 chars long #478 2017-12-22 11:48:14 +03:00
BADIM-PC\Vadim 67d5ad4860 #477 api keywords moved to TIC module 2017-12-21 10:40:56 +03:00
BADIM-PC\Vadim 1280a1291a #477 script config moved to TIC module 2017-12-21 10:28:14 +03:00
BADIM-PC\Vadim b26eb6bd1c #477 added block string [[ string ]] highlight 2017-12-21 09:09:45 +03:00
BADIM-PC\Vadim 63c0c77ea5 #477 fixed wrong highlight, when word nested api or keyword 2017-12-21 08:44:50 +03:00
BADIM-PC\Vadim 71c7144aa5 perf opt
don't draw invisible chars in the Code Editor
2017-12-21 00:10:44 +03:00
BADIM-PC\Vadim 838f676569 added JS and Moon syntax 2017-12-20 23:39:21 +03:00
BADIM-PC\Vadim 77158e1b6f no message 2017-12-20 23:20:11 +03:00
BADIM-PC\Vadim d5035caf47 added api and keywords syntax 2017-12-20 23:14:41 +03:00
BADIM-PC\Vadim 354c0a4701 numbers parsing optimisation 2017-12-20 22:59:45 +03:00
BADIM-PC\Vadim b4b002464d digit syntax works
detects 0x 0X .5 5e8
2017-12-20 22:46:08 +03:00
BADIM-PC\Vadim e449656d57 single comment work 2017-12-20 22:06:43 +03:00
BADIM-PC\Vadim d77aa85d4e string block works 2017-12-20 21:57:29 +03:00
BADIM-PC\Vadim 0e35b78508 no message 2017-12-20 21:23:59 +03:00
BADIM-PC\Vadim a235f62277 block comment works 2017-12-20 21:15:44 +03:00
BADIM-PC\Vadim 169877976e single comments works 2017-12-20 20:53:19 +03:00
BADIM-PC\Vadim 295dd90766 added separate editor per bank 2017-12-14 17:08:04 +03:00
BADIM-PC\Vadim d2daa0a653 code banks switching 2017-12-14 14:38:06 +03:00
BADIM-PC\Vadim e956330af1 no message 2017-12-13 23:24:31 +03:00
BADIM-PC\Vadim afd6fbc832 code and palette moved to the bank section 2017-12-13 19:54:00 +03:00