master
Name already in use
Commits on Feb 4, 2023
Commits on Jan 16, 2023
Commits on Aug 8, 2022
-
Added reset of luacheck cache on project change (#1151).
This helps to ensure that project specific configuration is taken into account.
Commits on Jul 30, 2022
Commits on Jun 17, 2022
-
Upgraded Mobdebug (0.803) to fix showing multiple values in Console (f…
…ixes #1149). When an expression in Console returns multiple values with wholes (`nil` values), not all values were shown and the results were Lua version dependent. Now all values are shown for all versions.
Commits on May 21, 2022
Commits on Feb 15, 2022
Commits on Feb 6, 2022
-
Disabled showing edge line in printed output by default.
Can still be configured using `print.edgemode` setting.
Commits on Feb 4, 2022
-
Updated showing tooltip to also check mouse location (closes #1135).
If there is no identifier that would show a tooltip under cursor, then also check mouse pointer location and show the tooltip there (if present).
Commits on Oct 1, 2021
Commits on Sep 13, 2021
Commits on Sep 8, 2021
Commits on Sep 6, 2021
-
Replaced assertion with explicit check in luainspect (fixes #1120).
The assertion is correct, but since the inspection may be running on an invalid Lua code, it can be triggered where it's not expected.
Commits on Jun 26, 2021
Commits on Jun 24, 2021
Commits on Jun 23, 2021
-
Fixed processing of recovery record that may not have modification ti…
…mestamp (fixes #859). This happens under rare circumstances when an opened file is removed on disk, which is then detected by the IDE (which removes the timestamp record). If the editor content is then modified and the file is restored on disk and the IDE is restarted (saving the modified content in its recovery record), this may trigger the error that will prevent the IDE from properly launching. May also fix #1085.
Commits on Jun 22, 2021
Commits on Jun 21, 2021
Commits on Jun 17, 2021
-
Updated luasocket components that use default
receive()method to w……ork with Lua 5.4.3. Lua 5.4.3 throws `bad argument #1 to 'receive' (string expected, got light userdata)` error when `receive()` method from luasocket is used without parameters. The patch provides the default value, which eliminates the issue.
-
Commits on Mar 13, 2021
-
Added returning empty string for non-existing properties for scintill…
…ua lexers. This fixes loading of markdown lexer affected by 34f7deb.
Commits on Mar 6, 2021
-
-
Fixed handling renaming to a name with
%in it (#1107).The generated tab name was not correct due to a missing escape.
-
Fixed handling of
$%in file paths for consistent normalization (fixes#1108). This fixes an issue with handling of these special characters, as they were handled as expanding environmental variables, which caused incorrect file name/path handling.
Commits on Mar 4, 2021
Commits on Jan 9, 2021
-
Updated LexLPeg lexers to support extended lexer syntax.
Added lexers from Scintillua 4.4.5-1. The mapping between file types and lexers is based on Textadept 11.0.