| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-04 | Check if session file returned anything | Guldoman | |
| 2021-09-03 | Add a simple cache to `DocView:get_h_scrollable_size` | Guldoman | |
| This function gets called at every `core.step`, so we should avoid having to recalculate the scrollable size every time, as it could get very expensive on long lines. | |||
| 2021-09-02 | Fix absolute path detection in `core.project_absolute_path` | Guldoman | |
| 2021-09-01 | Avoid checking for unique selections on non-`DocView`s | Guldoman | |
| 2021-08-31 | Forgot to return an 'n'. | Adam Harrison | |
| 2021-08-30 | Fixed replace to make it multicursor-aware. | Adam Harrison | |
| 2021-08-30 | Merge pull request #451 from Timofffee/fix-macos-keymap | Adam | |
| Fix macOS keymap | |||
| 2021-08-30 | Avoid recreating `line_numbers` table when a recalc is needed | Guldoman | |
| 2021-08-30 | Avoid recreating tables when calculating the longest lines | Guldoman | |
| 2021-08-30 | Split vertical and horizontal scrollbar-related functions and variables | Guldoman | |
| 2021-08-30 | Set horizontal scroll size to be more in line with other editors | Guldoman | |
| Only scroll enough to see the whole line. | |||
| 2021-08-30 | Show correct mouse cursor when hovering the horizontal scrollbar | Guldoman | |
| 2021-08-30 | Add horizontal scrollbar | Guldoman | |
| Classes and plugins that relied on having only the vertical scrollbar should continue working. | |||
| 2021-08-30 | Fix discrepancy in max line length | Guldoman | |
| The line length calculated in `Doc:load` didn't account for the newline that gets added. | |||
| 2021-08-30 | Remove line from longest lines table only if needed | Guldoman | |
| Checking if a line needs to be removed is faster than just trying to remove it. | |||
| 2021-08-30 | Define horizontal scrollable size for `DocView` | Guldoman | |
| 2021-08-30 | Extend `View` to allow horizontal scrolling | Guldoman | |
| 2021-08-30 | Make `Doc` keep track of max line length | Guldoman | |
| 2021-08-30 | Merge pull request #430 from adamharrison/vsc-multicursor-shortcuts | Adam | |
| Added in two new VSC-style multicursor shortcuts. | |||
| 2021-08-30 | Fix macOS keymap | Timofffee | |
| 2021-08-29 | Fixed cursor movement. | Adam Harrison | |
| 2021-08-29 | Fixed cursors moving around with removal and inserts with cursors. Also ↵ | Adam Harrison | |
| fixed drawing line highlights with multicursors. | |||
| 2021-08-29 | Use plain `string:find` when matching plugin directories | Guldoman | |
| 2021-08-28 | Added in two new VSC-style multicursor shortcuts. | Adam Harrison | |
| 2021-08-28 | Merge remote-tracking branch 'origin/fix-2.0.1' | Francesco Abbate | |
| 2021-08-28 | Add missing home_encode for change-project-folder | Francesco Abbate | |
| 2021-08-28 | Fix focus problem with NagView with root:close-all | Francesco Abbate | |
| Fix provided by @Guldoman in PR: https://github.com/lite-xl/lite-xl/pull/419 | |||
| 2021-08-28 | Remove unused Object's method "implement" | Francesco Abbate | |
| Not used in the code base. | |||
| 2021-08-27 | Introduce View objects context property | Francesco Abbate | |
| Used to determine if an instance of the given class should be closed or not when a project session is terminated. | |||
| 2021-08-27 | Revert "Further simplifies logic for active view in close-all command" | Francesco Abbate | |
| This reverts commit bb6b99b16777f0b34c1ea28db78525b4041d0f31. | |||
| 2021-08-27 | Allow tabs to always be visible | Guldoman | |
| 2021-08-27 | Set initial text for core:change-project-folder | Francesco Abbate | |
| 2021-08-27 | Further simplifies logic for active view in close-all command | Francesco Abbate | |
| 2021-08-27 | Simplify commit daf91676 about active view setting | Francesco Abbate | |
| 2021-08-27 | Do not use os.exit to exit the application | Francesco Abbate | |
| Properly quit the application by terminating the core.run() function. Otherwise a BadWindow event was happening when closing the window. | |||
| 2021-08-27 | Fix bug with close-all command | Francesco Abbate | |
| There are really multiple things here in the close_all_docviews function: 1. we reset the Node's tab_offset 2. we ensure the core's active_view is properly set 3. we close LogViews as well as DocViews Some conditions seems to never happen but we stay safe and try to cover all possible cases. | |||
| 2021-08-25 | Fix plugin version check | Francesco Abbate | |
| 2021-08-24 | increase code readibility | Takase | |
| 2021-08-24 | add doc:get_selection_text() | takase1121 | |
| 2021-08-24 | remove unused variable | takase1121 | |
| 2021-08-24 | more changes to logview | takase1121 | |
| - remove draw_text_elipsis - remove clip rect operations - fix text drawing when expanded - simplify code | |||
| 2021-08-24 | add core.get_log() | takase1121 | |
| 2021-08-24 | improve logview | takase1121 | |
| The logview is now less cluttered. The filename and stack trace (if any) is hidden by default. The user can click on the log entry to expand it. | |||
| 2021-08-19 | Require modversion 2 | Francesco Abbate | |
| 2021-08-19 | Merge remote-tracking branch 'harens/macos-bundle' | Francesco Abbate | |
| 2021-08-18 | Add unix-like behaviour on macOS | harens | |
| Closes https://github.com/lite-xl/lite-xl/issues/398 | |||
| 2021-08-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-08-14 | Merge pull request #391 from adamharrison/fix-replace-tooltip | Adam | |
| Added in additional function to remove tooltip after cancelling replace. | |||
| 2021-08-14 | Merge pull request #390 from adamharrison/cursor-fixes | Adam | |
| Fixed multilne cursors at the edges of docuemnts. | |||
| 2021-08-14 | Added in additional function to remove tooltip after cancelling replace. | Adam Harrison | |
