| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-01 | Merge branch 'master' into MergedMerged | Adam | |
| 2021-07-28 | Move gutter width calculation out of loop | Francesco Abbate | |
| 2021-07-28 | fix line number align bug | cukmekerb | |
| 2021-07-28 | align line numbers to right | cukmekerb | |
| 2021-07-27 | Only load plugins that are lua files | Francesco Abbate | |
| Before trying to load a plugin or checking its version verify if it looks like a lua file. Close issue #349. | |||
| 2021-07-26 | +readability, hopefully | ep | |
| 2021-07-26 | fix workspace folders on different drives in Windows | ep | |
| 2021-07-20 | Fixed doc, and fixed plugin load. | Adam Harrison | |
| 2021-07-20 | Removed unecessary duplicates. | Adam Harrison | |
| 2021-07-20 | Merged dev to master. | Adam Harrison | |
| 2021-07-17 | Bump 2.0-beta1 versionv2.0-beta1 | Francesco Abbate | |
| 2021-07-15 | Allowed find to function across different views. | Adam Harrison | |
| 2021-07-15 | Updated keys as well. | Adam Harrison | |
| 2021-07-15 | Reverted find fixes. | Adam Harrison | |
| 2021-07-15 | Revert "fix number of parameters passed to self:move_towards" | takase1121 | |
| Apparently the LSP intellisense is wrong on this one, this actually causes an infinite loop | |||
| 2021-07-15 | fix number of parameters passed to self:move_towards | takase1121 | |
| self:move_towards(self) causes self to be passed twice, ignoring rate | |||
| 2021-07-15 | remove deprecated code | takase1121 | |
| 2021-07-15 | Fix problem with previous commit | Francesco Abbate | |
| Desastrous problem where core.normalize_path was removing the leading /. | |||
| 2021-07-15 | Remove duplicate normalize_path function | Francesco Abbate | |
| Use the function defined in the "common" module. Move the check for not-nil filename from common.normalize_path to core.open_doc. In this latter the filename can be nil if a new unnamed document is created. | |||
| 2021-07-15 | Namespace plugin-specific configuration settings. | Adam Harrison | |
| 2021-07-13 | Merge pull request #303 from jgmdev/treeview-contextmenu | Adam | |
| Added context menu to treeview. | |||
| 2021-07-09 | Merge pull request #318 from lite-xl/MacOSClose | Adam | |
| Created an extra command, to implement appropriate cmd+w behaviour on Mac. | |||
| 2021-07-01 | reset blink timer when a new cursor is created | lqdev | |
| 2021-06-29 | Merge pull request #313 from jgmdev/add-system-rmdir | Adam | |
| Added `system.rmdir(path)`, and `common.rm(path, recursive)` | |||
| 2021-06-28 | Added context menu to treeview. | jgmdev | |
| 2021-06-28 | Added system.rmdir(path) | jgmdev | |
| It is reported that the built-in lua function os.remove(path) does not removes empty directories on windows. To fix this a system.rmdir function is introduced that calls a native win32 function. Also common.rm(path, recursively) was added which wraps system.rmdir() to easily delete an entire folder with all its contents. | |||
| 2021-06-28 | Fixed XDG issue. | Adam Harrison | |
| 2021-06-27 | Added in checks so that the entire thing isn't consumed. | Adam Harrison | |
| 2021-06-27 | Created an extra command, to implement appropriat cmd+w behaviour on mac. | Adam Harrison | |
| 2021-06-24 | Changed over ctrl+w keybinding over to cmd+w, as per #311. | Adam Harrison | |
| 2021-06-24 | Merge pull request #296 from lite-xl/font-copy-api | Adam | |
| Add a C API copy method for font_desc objects | |||
| 2021-06-21 | Added in lineguide to core. | Adam Harrison | |
| 2021-06-21 | Add a C API copy method for font_desc objects | Francesco Abbate | |
| Add a renderer.font's method "copy" to clone the font object by specifying an optional new size. In the size is not given the size of the original object is used. Should fulfill the request from issue #288. | |||
| 2021-06-20 | Fixed regex replace. | Adam Harrison | |
| 2021-06-20 | Fixed a minor bug. | Adam Harrison | |
| 2021-06-20 | Added in tooltips, the ability to swap between different find modes with a ↵ | Adam Harrison | |
| keybind. | |||
| 2021-06-20 | Abstracted out draw caret, so that the line guide can draw under it. (#287) | Adam | |
| * Abstracted out draw caret, so that the line guide can draw under it. * Moved caret drawing out to draw_overlay. | |||
| 2021-06-20 | Added Doc:on_close() for plugins | jgmdev | |
| 2021-06-18 | Fixed minor bugs; swap no longer returns from get. | Adam Harrison | |
| 2021-06-18 | Rebased, and added the ability for ctrl to just create new cursors. | Adam Harrison | |
| 2021-06-18 | Fixed recursion error. | Adam Harrison | |
| 2021-06-18 | Removed unecessary check. | Adam Harrison | |
| 2021-06-18 | Made get_selections a bit more flexible. | Adam Harrison | |
| 2021-06-18 | Added in the ability to iterate through cursors backwards. | Adam Harrison | |
| 2021-06-18 | Used routine to add cursors in order correctly. | Adam Harrison | |
| 2021-06-18 | Introduced the constraint that all cursors must be in order. | Adam Harrison | |
| 2021-06-18 | Ensured that textual inputs sort cursors so that we don't get *real* weird ↵ | Adam Harrison | |
| behaviour. | |||
| 2021-06-18 | Fixed merging. Fixed selection undo stack. | Adam Harrison | |
| 2021-06-18 | Used an inappropriate function in a selection loop. | Adam Harrison | |
| 2021-06-18 | Added in cursor merging behaviour. | Adam Harrison | |
