| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-19 | Testing a project config to automate buildsconsole-based-lite-project | Francesco Abbate | |
| 2021-09-19 | Normalize to project dir in treeview open | Francesco Abbate | |
| When left-clicking in a TreeView file we use now core.normalize_to_project_dir to normalize correctly the file name. | |||
| 2021-09-19 | Scale custom syntax fonts for scale plugin | Francesco Abbate | |
| Close #539. | |||
| 2021-09-19 | Avoid unnecessary call to SDL_GetModState | Francesco Abbate | |
| 2021-09-18 | Added in custom runtime environment variable for ease of testing. (#538) | Adam | |
| 2021-09-17 | Reset syntax highlighting on file rename | Guldoman | |
| 2021-09-17 | Fix numpad fn keys (#532) | Francesco | |
| * Fix the numeric keypad function keys As suggested in: https://github.com/lite-xl/lite-xl/issues/64 * Apply scancode lookup to KEY_UP events | |||
| 2021-09-17 | Force showing tabs when dragging them | Guldoman | |
| 2021-09-17 | Implement tab drag and drop | Guldoman | |
| 2021-09-17 | Move single tab drawing to its own function | Guldoman | |
| 2021-09-17 | Merge pull request #533 from adamharrison/markdown-blocks | Adam | |
| Subsyntax Markdown Blocks | |||
| 2021-09-16 | Syntax. | Adam Harrison | |
| 2021-09-16 | Markdown subsyntax highlighting. | Adam Harrison | |
| 2021-09-15 | Fix wrong locked sibling check | Guldoman | |
| Previously if the split type was "hsplit", but `locked_size_x` was falsy, `locked_size_y` was wrongly used. | |||
| 2021-09-15 | Ensure that the primary node always has a `View` | Guldoman | |
| 2021-09-15 | Only check if sibling is locked in the split direction | Guldoman | |
| If the sibling is not locked in the direction of the split, it should fill the space. | |||
| 2021-09-15 | Fix checking if sibling is locked when removing `View`s | Guldoman | |
| We only checked if sibling was locked in the `x` direction. | |||
| 2021-09-11 | Merge branch with modifications for 2.0.2 release | Francesco Abbate | |
| 2021-09-10 | Fix repackage script to restore project versionv2.0.2 | Francesco Abbate | |
| 2021-09-10 | Add -branch option in repackage script | Francesco Abbate | |
| 2021-09-10 | Avoid bug when replacement stop at end of string | Francesco Abbate | |
| Detect when we are past the end of the string to avoid by checking if byte is not nil. Fix #510. | |||
| 2021-09-10 | Use line/col to identify selection in replace command | Francesco Abbate | |
| 2021-09-09 | Do not fail search if there was an option change | Francesco Abbate | |
| 2021-09-09 | Reword changelog | Francesco Abbate | |
| 2021-09-09 | Bring back command find-replace:select-nexttesting-2.0.2 | Francesco Abbate | |
| Bring back the command like before to keep single selection but with ctrl+f3 keybindings. Change the name of the new multi-cursor command but keep the ctrl+d keybinding. | |||
| 2021-09-09 | Allow `find-replace:select-next` to select more occurrences after wrap | Guldoman | |
| The initial position for the search is defined by the last selection towards the end of the file. After reaching the end of the file, it would always select the same selection to start the search from. Now, we start the search from each selection, until a new occurrence is found. | |||
| 2021-09-09 | Bring back command find-replace:select-next | Francesco Abbate | |
| Bring back the command like before to keep single selection but with ctrl+f3 keybindings. Change the name of the new multi-cursor command but keep the ctrl+d keybinding. | |||
| 2021-09-09 | Allow `find-replace:select-next` to select more occurrences after wrap | Guldoman | |
| The initial position for the search is defined by the last selection towards the end of the file. After reaching the end of the file, it would always select the same selection to start the search from. Now, we start the search from each selection, until a new occurrence is found. | |||
| 2021-09-09 | Add previous find and replace in session | Francesco Abbate | |
| 2021-09-09 | Add missing remove tooltip call | Francesco Abbate | |
| 2021-09-09 | Remeber initial user text for hidden suggestions | Francesco Abbate | |
| When using hidden suggestions remember the text user was typing when navigating suggestions. Ensure also that in the previously searched expressiosn we have no duplicate entries. | |||
| 2021-09-09 | Use hidden suggestions also for replace dialog | Francesco Abbate | |
| 2021-09-09 | Fix error with hidden suggestions | Francesco Abbate | |
| Avoid indexing a nil if there are no suggestions. | |||
| 2021-09-09 | Implement hidden suggestions for find dialog | Francesco Abbate | |
| 2021-09-09 | Do not add selection with newlines in replace | Francesco Abbate | |
| If the selected text containes newlines it doesn't make sense to use it as the initial text in the "replace text" command view. Do not use the selected text if a newline is found in the selection. Fix #511. | |||
| 2021-09-09 | revert new keyboard bindings | takase1121 | |
| 2021-09-09 | add autocomplete:cycle | takase1121 | |
| Some (probably lots) of people are used to tabbing through autocomplete. now, tab is binded to autocomplete:cycle while enter is binded to autocomplete:complete. | |||
| 2021-09-08 | Improve info.plist for macOS package config | Francesco Abbate | |
| As suggested by @redtide and @Timofffee. | |||
| 2021-09-08 | Fix macOS minimum system version in info.plist | Francesco Abbate | |
| 2021-09-08 | Improve info.plist for macOS package config | Francesco Abbate | |
| As suggested by @redtide and @Timofffee. | |||
| 2021-09-08 | Revert horizontal scroll implementation | Guldoman | |
| 2021-09-07 | Prepare 2.0.2 version and changelog | Francesco Abbate | |
| 2021-09-07 | Fix `treeview:open-in-system` command on Windows | Guldoman | |
| The first argument is the title for the `CMD` window. | |||
| 2021-09-07 | Fix `treeview:open-in-system` command on Windows | Guldoman | |
| The first argument is the title for the `CMD` window. | |||
| 2021-09-07 | Fix problem with -psn argument on macOS | Francesco Abbate | |
| 2021-09-07 | Add initial suggestion in open-project-folder | Francesco Abbate | |
| 2021-09-07 | Adopt bigger fonts by default | Francesco Abbate | |
| 2021-09-07 | Fixed some build scripts issues, keep bash always updated on macOS | redtide | |
| 2021-09-07 | Bring back pgo option in new build package script | Francesco Abbate | |
| 2021-09-07 | Adapt all scripts to work together with build-packages.sh | redtide | |
