Commit Graph

50 Commits

Author SHA1 Message Date
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
BADIM-PC\Vadim fbd7203599 variable in the config to show/hide shadow #424 2017-12-07 17:03:22 +03:00
BADIM-PC\Vadim e741a0d0e0 Merge branch 'master' into #374 2017-11-17 23:39:20 +03:00
BADIM-PC\Vadim c3bea5fd4b added shading to the Code Editor 2017-11-17 19:47:53 +03:00
BADIM-PC\Vadim bbfa4dfb51 no message 2017-11-11 17:43:29 +03:00
BADIM-PC\Vadim e311fa42a8 removed system color func 2017-10-20 10:37:30 +03:00
BADIM-PC\Vadim d529493685 no message 2017-10-20 10:32:31 +03:00
BADIM-PC\Vadim fe0b2a44b5 no message 2017-10-20 10:31:38 +03:00
Matheus Lessa 29abca5e3f adding goCodeHome and goCodeEnd to use ctrl+home and ctrl+end in the code editor 2017-10-13 13:25:10 -03:00
BADIM-PC\Vadim f00221705b Run button on code editor only #331
some fixes
2017-10-09 08:58:02 +03:00
BADIM-PC\Vadim dd2332737d Revert "Run button on code editor"
This reverts commit 75b16b8618.
2017-10-09 08:55:15 +03:00
Vadim Grigoruk 7033061973 Merge pull request #331 from Effer/Run-Button-Code-Only
Run button on code editor only
2017-10-09 08:53:16 +03:00
Effer d417a4a48d Run button on code editor only 2017-10-08 20:28:51 +02:00
Effer 75b16b8618 Run button on code editor 2017-10-07 18:02:53 +02:00
BADIM-PC\Vadim e502b89a1d opening TIC-80 sources 2017-09-26 09:59:34 +03:00