Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Aug 8, 2022

  1. Added reset of luacheck cache on project change (#1151).

    This helps to ensure that project specific configuration is
    taken into account.
    pkulchenko committed Aug 8, 2022

Commits on Jun 17, 2022

  1. 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.
    pkulchenko committed Jun 17, 2022

Commits on May 21, 2022

Commits on Feb 6, 2022

  1. Disabled showing edge line in printed output by default.

    Can still be configured using `print.edgemode` setting.
    pkulchenko committed Feb 6, 2022

Commits on Feb 4, 2022

  1. 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).
    pkulchenko committed Feb 4, 2022

Commits on Sep 8, 2021

  1. Removed no longer needed autocomplete list workaround (fixes #1113, #250

    ).
    
    This was put in place to address an autocomplete list redrawing issue
    on Windows, which was later fixed in wxwidgets. As this workaround
    created problems with the autocomplete list display, it's now removed.
    pkulchenko committed Sep 8, 2021

Commits on Sep 6, 2021

  1. 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.
    pkulchenko committed Sep 6, 2021

Commits on Jun 26, 2021

Commits on Jun 24, 2021

Commits on Jun 23, 2021

  1. 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.
    pkulchenko committed Jun 23, 2021

Commits on Jun 22, 2021

  1. Updated copyright year.

    pkulchenko committed Jun 22, 2021

Commits on Jun 17, 2021

  1. 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.
    pkulchenko committed Jun 17, 2021

Commits on Mar 13, 2021

  1. Added returning empty string for non-existing properties for scintill…

    …ua lexers.
    
    This fixes loading of markdown lexer affected by 34f7deb.
    pkulchenko committed Mar 13, 2021

Commits on Mar 6, 2021

  1. Minor refactor.

    pkulchenko committed Mar 6, 2021
  2. Fixed handling renaming to a name with % in it (#1107).

    The generated tab name was not correct due to a missing escape.
    pkulchenko committed Mar 6, 2021
  3. 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.
    pkulchenko committed Mar 6, 2021

Commits on Jan 9, 2021

  1. 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.
    pkulchenko committed Jan 9, 2021

Commits on Dec 29, 2020

Older