Commit Graph

  • 6fcdafc5b6 Adjust line numbers for detect indent Francesco Abbate 2021-02-19 09:23:55 +0100
  • ba68d6db24 Improve error handling for directory arguments Francesco Abbate 2021-02-19 00:14:34 +0100
  • 830438eb4d Changelog update Francesco Abbate 2021-02-18 10:13:37 +0100
  • 52fb5afe34 Improve detectindent to skip comments Francesco Abbate 2021-02-18 10:10:06 +0100
  • a2c4fdf649 Normalize global PATH from core.init Francesco Abbate 2021-02-18 09:02:57 +0100
  • de1afb3391 Add full filename path in window's title Francesco Abbate 2021-02-18 00:26:19 +0100
  • 59fbf9cfc0 Merge branch 'master' into dev Francesco Abbate 2021-02-17 23:57:02 +0100
  • a40acce382
    Merge pull request #38 from francesco-st/patch-2 Francesco 2021-02-17 19:53:13 +0000
  • 9b27180267 Use doc on_save hooks to reload user module Francesco Abbate 2021-02-17 20:10:39 +0100
  • 1ce1c114ba Fix reload module problem on windows Francesco Abbate 2021-02-17 19:20:00 +0100
  • 588755b15a
    Use -static-libgcc only if the compiler is gcc francesco-st 2021-02-17 18:42:38 +0100
  • 8cd16bc96e FIX: re-added unsaved, which should now only be the title of unsaved documents bud 2021-02-17 00:05:29 +0100
  • 40a8e63281 FIX: Refactor, only do common.home_encode() if title has changed. Dont update title when command view is active bud 2021-02-16 23:56:16 +0100
  • 6369a7f760 Use tilde expansion when running save-as command Francesco Abbate 2021-02-16 22:52:55 +0100
  • 06c9c1c2cc Use full filename path for window title Francesco Abbate 2021-02-16 22:35:50 +0100
  • 1decf67b64
    Merge pull request #34 from budRich/user-module-auto-reload2 Francesco 2021-02-16 20:52:06 +0000
  • f11ce523e0
    Merge pull request #32 from budRich/full-path-in-window-title Francesco 2021-02-16 20:46:35 +0000
  • 63b024cb81 FIX: Use PATHSEP instead of hardcoded "/" path separator bud 2021-02-16 19:25:40 +0100
  • 4917be3daf remove config for window title format bud 2021-02-16 19:13:41 +0100
  • 3693556958 FIX: get DocView in init instead of step, remove option for window title format' bud 2021-02-16 19:12:56 +0100
  • 4335ab93c9 Require a branch in build-package script Francesco Abbate 2021-02-16 16:31:46 +0100
  • 9fced84a7a Move VERSION variable into Lua code Francesco Abbate 2021-02-16 14:33:39 +0100
  • d18b90ad4f Restore original key binding for trreview toggle Francesco Abbate 2021-02-16 09:41:03 +0100
  • dd30725d84 FIX: before setting full path to window title, make sure activeView is DocView bud 2021-02-15 22:38:29 +0100
  • b9fcb6e5ae ADD: test in doc:save(), if the file is the user module, automatically reload config bud 2021-02-15 22:09:25 +0100
  • cc9aa23340 REMOVE: dont add reload on save hook in core:open-user-module, its automatically done in doc:save() bud 2021-02-15 22:09:06 +0100
  • 7e3eb4a408 ADD: default value (false) for full_path_in_window_title bud 2021-02-15 21:06:03 +0100
  • 436446dd9a ADD: in core.step() show full path if view is a document and config.full_path_in_window_title is true bud 2021-02-15 21:05:06 +0100
  • db904b93d3 Add changelog entry for toolbar Francesco Abbate 2021-02-15 16:09:34 +0100
  • 680058547d Replace icons font with new fontello font Francesco Abbate 2021-02-15 15:49:33 +0100
  • c20aff2307 Adding final details for toolbarview plugin Francesco Abbate 2021-02-15 15:45:56 +0100
  • ebba21310b Fix treesize toggle command and transition Francesco Abbate 2021-02-15 12:18:43 +0100
  • b836c2e1e6 Implement proper layout of toolbar Francesco Abbate 2021-02-15 00:36:39 +0100
  • 5851a04098 Add hover and click functions for toolbar Francesco Abbate 2021-02-13 18:29:08 +0100
  • 2765cbd92b Show a dummy toolbar Francesco Abbate 2021-02-12 15:54:11 +0100
  • 7137f88b4c Start working in toolbar Francesco Abbate 2021-02-11 18:37:34 +0100
  • cd018170a0 Update changelog about treeview resize Francesco Abbate 2021-02-11 18:25:19 +0100
  • 9f0abd1a8b Show resize cursor only when panes are resizable Francesco Abbate 2021-02-11 17:15:27 +0100
  • f482ea318a Makes resizable attribute explicit in Node:split() Francesco Abbate 2021-02-11 16:12:21 +0100
  • c6a1323214 More accurate implementation for x and y axis Francesco Abbate 2021-02-11 11:53:53 +0100
  • e69d201e1b First preliminary implementation of treeview resize Francesco Abbate 2021-02-09 18:41:32 +0100
  • a8c810d801 Merge remote-tracking branch 'origin/master' into dev Francesco Abbate 2021-02-09 18:39:39 +0100
  • 3d8cf22933 Fix error with previous commit v1.15.3-lite-xl Francesco Abbate 2021-02-05 15:36:48 +0100
  • 03818d13fd Fix error when using relative dir argument Francesco Abbate 2021-02-03 07:39:35 +0100
  • 2a9fd899b5
    Merge pull request #19 from B14CK313/patch-2 v1.15.2-lite-xl Francesco 2021-01-22 08:29:48 +0100
  • 65c7f666aa
    Fixed path returned by temp_filename not writeable B14CK313 2021-01-22 02:10:24 +0100
  • 0d6fbe23c4 Add curl option to retry download in repackage script Francesco Abbate 2021-01-20 15:41:12 +0100
  • c2cccf0173 Fix conflict in treeview for top directories Francesco Abbate 2021-01-19 16:39:15 +0100
  • 9412b3f0d8 Do not add project path in files from project search v1.15.1-lite-xl Francesco Abbate 2021-01-13 17:09:35 +0100
  • 882413e92d Bump 1.16 version number Francesco Abbate 2021-01-13 16:52:27 +0100
  • 08b010a2da Add command root:close-all Francesco Abbate 2021-01-13 16:51:42 +0100
  • ef5e431a8b New feature to disable plugins from config Francesco Abbate 2021-01-13 14:50:24 +0100
  • fcf763fe9c Fix problem when project directory has a trailing slash Francesco Abbate 2021-01-10 12:56:15 +0100
  • 7f9e4e4984 Do not error out when project directory is invalid Francesco Abbate 2021-01-10 11:50:15 +0100
  • 9f0fa5121b Add keymap bindings for ctrl/shift insert commands Francesco Abbate 2021-01-06 15:12:26 +0100
  • bde6eae892
    Update FUNDING.yml Francesco 2021-01-05 08:03:46 +0100
  • 773464eab8 Merge remote-tracking branch 'rxi/master' v1.15-lite-xl Francesco Abbate 2021-01-04 13:59:53 +0100
  • 0399ea0041 Update usage file for 1.15 release Francesco Abbate 2021-01-04 13:55:18 +0100
  • effcd5b114 Fix path for local assets directory in repackage script Francesco Abbate 2021-01-04 13:43:11 +0100
  • 15dfac0b21 Prepare changelog for 1.15 release Francesco Abbate 2021-01-04 13:42:36 +0100
  • 431bf68e72 Fix missing gome expand in remove-directory command Francesco Abbate 2021-01-03 23:52:02 +0100
  • d85598ce17 Write workspace information in lite-xl config directory Francesco Abbate 2021-01-03 23:36:28 +0100
  • 8d4ba0cb34 Fix behavior when selecting project directories Francesco Abbate 2021-01-03 15:22:47 +0100
  • e548a6adb9 Fix directories management to always keep the project's directory Francesco Abbate 2021-01-03 12:02:07 +0100
  • d7885133a0 Improve repackage script to use a directory for assets Francesco Abbate 2021-01-02 09:46:15 +0100
  • 850fcbf710 Add required normalize_path call Francesco Abbate 2020-12-31 12:32:41 +0100
  • d3686bb6f4 Bump new version number Francesco Abbate 2020-12-31 11:27:35 +0100
  • 2cdf674b97 Keep memory of window's size and position and restore them on start Francesco Abbate 2020-12-31 11:25:12 +0100
  • 9e5bf485df Fix problem in workspace for relative directory Francesco Abbate 2020-12-31 09:09:21 +0100
  • b37099358e Add partial changelog information for 1.15 Francesco Abbate 2020-12-30 16:16:21 +0100
  • 0ff61a30e1 Lite XL modification to welcome screen Francesco Abbate 2020-12-30 16:15:57 +0100
  • 77d65fb3a1 Add scrolling bar to TreeView Francesco Abbate 2020-12-30 16:15:33 +0100
  • c3f5d2c144 Fix problems with project files and project directories Francesco Abbate 2020-12-30 14:53:50 +0100
  • 7280ae47ab Fix missing absolute_path call in change-project-folder command Francesco Abbate 2020-12-30 14:40:03 +0100
  • b91a84eb56 Fix project change and quit versus workspace plugin Francesco Abbate 2020-12-30 14:31:36 +0100
  • 0e263af3c6 Create common.serialize function Francesco Abbate 2020-12-30 13:32:25 +0100
  • b0686bbe87 Remove mouse command to remove directory and remap create directory Francesco Abbate 2020-12-30 12:00:51 +0100
  • f2faddbec7 Add command to create a directory in a new category "files" Francesco Abbate 2020-12-28 16:18:03 +0100
  • 08f36cda1f Add support for project directories in workspace plugin Francesco Abbate 2020-12-29 18:04:13 +0100
  • b757f618f0 Import workspace plugin from franko/lite-plugins Francesco Abbate 2020-12-29 16:44:31 +0100
  • b7168b5ebb Fix find in project problem with get_active_view Francesco Abbate 2020-12-28 23:35:52 +0100
  • 63331ac50c Add command to create a directory in a new category "files" files-commands Francesco Abbate 2020-12-28 16:18:03 +0100
  • ddd56ec615 Add command to remove a directory from the project Francesco Abbate 2020-12-28 15:51:16 +0100
  • c042bfc907 Change project files output to not include a prefix '/' in filename Francesco Abbate 2020-12-28 10:26:27 +0100
  • 4e260cd03e Add a comment about a possible improvement Francesco Abbate 2020-12-27 18:33:03 +0100
  • df74781da8 Fix project search and status view for new add directory feature Francesco Abbate 2020-12-27 18:28:21 +0100
  • e4fa196b33 Finalize add project directory feature Francesco Abbate 2020-12-27 11:32:52 +0100
  • 39181a56fd Use relative path for filenames in project directories Francesco Abbate 2020-12-27 09:47:58 +0100
  • 5449781353 Minor cleanup to project directory stuff Francesco Abbate 2020-12-26 23:39:27 +0100
  • 54518c438d Cosmetic changes to names from previous commit Francesco Abbate 2020-12-26 23:29:18 +0100
  • ec730e9520 Test configuration with project_files stored separately for each directory Francesco Abbate 2020-12-26 21:22:57 +0100
  • 2f50f21f57 Preliminary version of projects with multiple directories Francesco Abbate 2020-12-26 16:48:08 +0100
  • 4416f219e4 Minor change in run-local script Francesco Abbate 2020-12-26 15:25:09 +0100
  • 3c285b94bf Improve run-local script Francesco Abbate 2020-12-26 11:37:43 +0100
  • 9e8e8f7543 Remove priority run mechanism Francesco Abbate 2020-12-26 11:30:20 +0100
  • 9a12d47afd Add HOME directory expansion also for open file command Francesco Abbate 2020-12-20 00:31:49 +0100
  • 4401f33c19 Move HOME expand/encode into common module Francesco Abbate 2020-12-19 23:53:29 +0100
  • 35c87462a6 Use ~ for HOME directory in folder search Francesco Abbate 2020-12-19 16:31:42 +0100
  • 806f0e39e3 Added support for `.pyw` files in language_python plugin rxi 2020-12-19 10:19:08 +0000
  • 03e95b2cc3 Ensure lite executable has x permission in repackage Francesco Abbate 2020-12-16 18:21:49 +0100