| 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-22 | Merge pull request #301 from jgmdev/api-interfaces | Adam | |
| Documented with EmmyLua the C API using .lua interface files. | |||
| 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-19 | Add language_cpp plugins | Francesco Abbate | |
| Brought form the 1.16.12 release. It provides support for C++ using multi-part syntax patterns. Take the priority over C language plugins for header files. | |||
| 2021-07-17 | Bump 2.0-beta1 versionv2.0-beta1 | Francesco Abbate | |
| 2021-07-16 | Merge pull request #334 from adamharrison/find-fixes | Adam | |
| Find Improvements | |||
| 2021-07-16 | Merge pull request #335 from lite-xl/build-removal | Adam | |
| Removed legacy build system. | |||
| 2021-07-15 | Removed legacy build system. | Adam Harrison | |
| 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 | add compile_commands.json to gitignore | takase1121 | |
| Apparently ccls needs it to work, and it's usually located in project root. I symlinked it from the build folder and now I should put it in gitignore | |||
| 2021-07-15 | remove duplicated constants | takase1121 | |
| 2021-07-15 | change double quotes to single quotes to reduce escaping | takase1121 | |
| 2021-07-15 | do not terminate process when read fails | takase1121 | |
| 2021-07-15 | fix wrongly spaced variable name | takase1121 | |
| 2021-07-15 | add generic read function | takase1121 | |
| process_read and process_read_errors no longer contain redundant code | |||
| 2021-07-15 | refactor process.c | takase1121 | |
| - include api.h instead of individual #includes - moved metatable name to API_TYPE_PROCESS - moved read buffer size to READ_BUF_SIZE | |||
| 2021-07-15 | add .ccls-cache to .gitignore | takase1121 | |
| For that one user that uses ccls :) | |||
| 2021-07-15 | remove deprecated code | takase1121 | |
| 2021-07-15 | Added Editorconfig for the project (#228) | redtide | |
| 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 | Merge pull request #333 from adamharrison/namespace-config | Adam | |
| Namespace plugin configs | |||
| 2021-07-15 | Typo. | Adam Harrison | |
| 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-13 | InnoSetup build scripts | redtide | |
| 2021-07-12 | Added delete confirmation using NagView. | jgmdev | |
| 2021-07-11 | Make use of core.reschedule_project_scan() | jgmdev | |
| 2021-07-11 | Remove unused script run-plugin | Francesco Abbate | |
| The script was most a duplication of run-local and was not actually used. | |||
| 2021-07-11 | Fix run-local script to use new executable name | Francesco Abbate | |
| Updated the script to use the new name on the executable, lite-xl instead of line. | |||
| 2021-07-09 | Namespaced aliases, virtual classes and added missing returns. | jgmdev | |
| 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-04 | Merge pull request #323 from lite-xl/liquidev-multicursor-reset-blink | Adam | |
| Reset blink timer when a new cursor is created | |||
| 2021-07-01 | reset blink timer when a new cursor is created | lqdev | |
| 2021-06-30 | Merge pull request #309 from redtide/git-line-endings | Adam | |
| Set default documents line endings behavior | |||
| 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. | |||
