Paul Kulchenko
|
e5fa2afe3c
|
Added hiding auto-complete after typing one of the offered options (#494).
|
2015-06-25 12:12:38 -07:00 |
|
Paul Kulchenko
|
5144e92e89
|
Added activating Output notebook to show search results if it's hidden (#416).
|
2015-06-23 16:14:47 -07:00 |
|
Paul Kulchenko
|
234f9b4aaa
|
Added reporting of errors when unable to open file for static analysis.
|
2015-06-23 12:07:03 -07:00 |
|
Paul Kulchenko
|
6b06d0a190
|
Updated outline to only retrieve entry text when there are tokens to process (#337).
|
2015-06-22 11:50:57 -07:00 |
|
Paul Kulchenko
|
04d2ef8127
|
Added collapsing whitespaces in function parameters in the outline (#337).
|
2015-06-21 21:28:50 -07:00 |
|
Paul Kulchenko
|
3829792e68
|
Updated getting text length without requesting editor content.
|
2015-06-21 21:21:12 -07:00 |
|
Paul Kulchenko
|
3eeebd274b
|
Added emphasis for the preference type in the config file template.
|
2015-06-21 21:01:07 -07:00 |
|
Paul Kulchenko
|
1f2b5d0bf2
|
Fixed indicators on table fields after variables that look like multiple assignments (#492).
|
2015-06-20 10:30:46 -07:00 |
|
Paul Kulchenko
|
d53463f14e
|
Fixed indicators on table fields after variables (fixes #492).
|
2015-06-19 20:38:44 -07:00 |
|
Paul Kulchenko
|
edfab46685
|
Aded FileSize method as the default one returns non-zero result for non-existing files.
|
2015-06-17 21:33:20 -07:00 |
|
Paul Kulchenko
|
0050c7fedd
|
Fixed variable usage based on static analysis.
|
2015-06-16 18:35:41 -07:00 |
|
Paul Kulchenko
|
eff9150f24
|
Added reporting of FileWrite failing to write the entire content.
|
2015-06-15 15:22:35 -07:00 |
|
Paul Kulchenko
|
807ad0f957
|
Switched to the bottom location for the search results by default (#416).
|
2015-06-14 20:52:20 -07:00 |
|
Paul Kulchenko
|
6142843f4b
|
Fixed initial select-and-find search.
|
2015-06-14 20:48:49 -07:00 |
|
Paul Kulchenko
|
b4d1019e71
|
Updated showing function indicator handling to allow for easier enabling.
|
2015-06-14 20:38:36 -07:00 |
|
Paul Kulchenko
|
cc1f36af2f
|
Updated indicator processing to use new API.
|
2015-06-13 16:34:32 -07:00 |
|
Paul Kulchenko
|
790493b6d1
|
Added package methods AddIndicator, GetIndicator, and RemoveIndicator (#166).
|
2015-06-13 16:30:56 -07:00 |
|
Paul Kulchenko
|
38c6cd28fa
|
Fixed returning focus to the editor after find-in-files followed by page search (#416).
|
2015-06-11 20:59:03 -07:00 |
|
Paul Kulchenko
|
18d471be2c
|
Updated ID references in toolbar to use the new access method.
|
2015-06-10 16:42:32 -07:00 |
|
Paul Kulchenko
|
feb7f53e2c
|
Added missing Detach Process id to keymap (pkulchenko/MobDebug#19).
|
2015-06-10 09:13:24 -07:00 |
|
Paul Kulchenko
|
b7cd8aa30f
|
Updated ID references in keymap to use the new access method.
|
2015-06-10 09:12:09 -07:00 |
|
Paul Kulchenko
|
1d02e3131d
|
Updated Detach Process to allow access to it while the process is running.
Closes pkulchenko/MobDebug#19.
|
2015-06-10 09:08:27 -07:00 |
|
Paul Kulchenko
|
adcdb71894
|
Upgraded Mobdebug (0.624) to make DONE async and to add __tostring protection (closes #446).
|
2015-06-09 19:57:22 -07:00 |
|
Christoph Kubisch
|
2ee84a0c47
|
glslc, bugfix working dir must use full path
|
2015-06-07 22:23:50 +02:00 |
|
Paul Kulchenko
|
44219f008e
|
Added a check for ini setting pointing to a path with a writeable directory (#483).
|
2015-06-06 09:37:20 -07:00 |
|
Paul Kulchenko
|
0ef9c297cb
|
Added a check for ini setting pointing to a directory (#483).
|
2015-06-06 09:36:36 -07:00 |
|
Paul Kulchenko
|
b256912dee
|
Added processing of ini setting relative to the IDE location (closes #483).
|
2015-06-05 16:31:30 -07:00 |
|
Paul Kulchenko
|
47c9f0a88f
|
Fixed performance of initial fuzzy search for line numbers (closes #476).
|
2015-06-05 14:35:31 -07:00 |
|
Paul Kulchenko
|
164341bedf
|
Added Watch view refresh after switching focus when needed.
|
2015-06-04 22:46:19 -07:00 |
|
Paul Kulchenko
|
dcf9ed7d26
|
Added Stack view refresh after switching focus when needed.
|
2015-06-04 22:33:27 -07:00 |
|
Paul Kulchenko
|
fa248c5be1
|
Updated metalua/static analyzer to accept long integer and imaginary numbers (closes #482).
|
2015-06-04 15:03:43 -07:00 |
|
Paul Kulchenko
|
fe5b1d8bf6
|
Updated internal parser to accept long integer, imaginary, and floating point hex numbers (#482).
|
2015-06-04 15:01:59 -07:00 |
|
Paul Kulchenko
|
e6ed7d7cc4
|
Updated internal parser to accept numbers that start with a period (#482).
|
2015-06-04 15:00:40 -07:00 |
|
Paul Kulchenko
|
c839beac25
|
Updated compilation and static analysis to keep output when running/debugging (#479).
|
2015-06-04 09:15:21 -07:00 |
|
Paul Kulchenko
|
67af8bb65f
|
Enabled compilation during running/debugging (closes #479).
|
2015-06-03 22:03:06 -07:00 |
|
Paul Kulchenko
|
8350d3c609
|
Enabled static analysis during running/debugging (#479).
|
2015-06-03 22:02:44 -07:00 |
|
Paul Kulchenko
|
a8c6f3a0dc
|
Optimized handling of multi-line changes in the editor (closes #477).
|
2015-06-03 21:59:39 -07:00 |
|
Paul Kulchenko
|
ead5a9d46a
|
Added forced Refresh/Update to improve redrawing of commandbar on Windows 8.
|
2015-05-29 23:31:44 -07:00 |
|
Paul Kulchenko
|
0eadfdab00
|
Added a check for a window to be shown to avoid callback recursion on OSX (fixes #473).
|
2015-05-28 22:45:27 -07:00 |
|
Paul Kulchenko
|
b2deb54012
|
Added package IsWindowShown method (#166).
|
2015-05-28 22:40:06 -07:00 |
|
Paul Kulchenko
|
6bf310daae
|
Added package onEditorPreClose event (#166, closes #461).
|
2015-05-28 14:18:16 -07:00 |
|
Paul Kulchenko
|
267fd50f24
|
Merge branch 'autocomplete' of https://github.com/IonoclastBrigham/ZeroBraneStudio into autocomplete-better-order
|
2015-05-28 09:29:47 -07:00 |
|
Brigham Toskin
|
d3c668f046
|
Revised: auto-complete results (amends #469, w/@pkulchenko patch)
|
2015-05-27 23:07:52 -07:00 |
|
Paul Kulchenko
|
5a149166f8
|
Updated build script on Windows to support compiling luasec for different versions.
|
2015-05-27 21:44:00 -07:00 |
|
Paul Kulchenko
|
6fe0f3a32c
|
Updated build script on Windows to support compiling winapi for different versions.
|
2015-05-27 21:43:59 -07:00 |
|
Paul Kulchenko
|
33a129a416
|
Updated build script on Windows to use dot-versioned directories for dependencies.
|
2015-05-27 21:43:50 -07:00 |
|
Paul Kulchenko
|
bbaab90515
|
Fixed Output tab name when debugging aborted after run-time error.
|
2015-05-27 11:41:44 -07:00 |
|
Paul Kulchenko
|
c172289354
|
Removed forced garbage collection as it led to crashes on Linux (#425, closes #464).
The forced collection didn't have the expected effect and also caused
sporadic crashes on some Linux versions.
|
2015-05-27 10:41:15 -07:00 |
|
Paul Kulchenko
|
418631ee69
|
Updated Windows launcher to add dpi awareness for high dpi monitors.
|
2015-05-26 18:10:33 -07:00 |
|
Paul Kulchenko
|
7aa89ed23b
|
Improved the order of results in auto-complete (closes #469).
|
2015-05-25 12:51:19 -07:00 |
|