aboutsummaryrefslogtreecommitdiff
path: root/data/core/init.lua
AgeCommit message (Expand)Author
2020-12-26Cosmetic changes to names from previous commitFrancesco Abbate
2020-12-26Test configuration with project_files stored separately for each directoryFrancesco Abbate
2020-12-26Preliminary version of projects with multiple directoriesFrancesco Abbate
2020-12-26Remove priority run mechanismFrancesco Abbate
2020-12-15Use get_primary_node instead of Rootview:get_primary_viewFrancesco Abbate
2020-12-14Add core.on_quit function for pluginsFrancesco Abbate
2020-12-13Use core.reload_module instead of style.loadFrancesco Abbate
2020-12-12Merge branch 'project-manager'Francesco Abbate
2020-12-12Restore core.quit and core.temp_filename to be compatible with LiteFrancesco Abbate
2020-12-11Complete the initial user configuration fileFrancesco Abbate
2020-12-10Automatically reload style when saving the project user moduleFrancesco Abbate
2020-12-10Add core:restart function to restart the editorFrancesco Abbate
2020-12-09Fix responsiveness problem of open-folder commandFrancesco Abbate
2020-12-08Force a clear of treeview on switch projectFrancesco Abbate
2020-12-08More accurate list of recent projectsFrancesco Abbate
2020-12-08Experimentally add priority run when scanning project filesFrancesco Abbate
2020-12-08Move project manager into core init fileFrancesco Abbate
2020-12-07Fix bug related to creation of user's init fileFrancesco Abbate
2020-12-06Reword name for identifying primary viewFrancesco Abbate
2020-12-06Fix syntax error with previous commitv1.13-lite-xlFrancesco Abbate
2020-12-06Fix documentation and behavior for 1.13 releaseFrancesco Abbate
2020-12-06Preliminary version of project managerFrancesco Abbate
2020-12-02Implement user's config as init file and add directory into package.pathFrancesco Abbate
2020-12-02First implementation of unix-like data directoryFrancesco Abbate
2020-11-21Fix cursor blinking problemFrancesco Abbate
2020-11-16Add recently visited files in the list when using find file commandFrancesco Abbate
2020-11-16Stop scanning project file when a maximum limit is reachedFrancesco Abbate
2020-11-16Add a mechanism to avoid blank window at startupFrancesco Abbate
2020-06-16Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco Abbate
2020-06-16Avoid running when there are no events and threads do not need to runFrancesco Abbate
2020-06-13Changed EXEDIR to be used as default project dirrxi
2020-05-30Made `system.set_window_title` only be called on title changerxi
2020-05-27Simplified implementation of `core.temp_filename()`rxi
2020-05-26Fixed changing of cwd and loading of commandline filesrxi
2020-05-25Added `core.temp_filename()`rxi
2020-05-24Removed `core.project_dir`rxi
2020-05-24Moved event-waiting when not focused to after run_threads()rxi
2020-05-24Changed `core.redraw` to be set to `true` by defaultrxi
2020-05-23Added support for dropping a folder onto the windowrxi
2020-05-20Fixed mouse-position resolution when dropping a filerxi
2020-05-20Fixed stuck mouse-drag-selection on dropped-filerxi
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-18Added temporary backwards compatibility for `core.project_dir`rxi
2020-05-17Made lite set project dir to CWD; removed core.project_dirrxi
2020-05-17Added `config.ignore_files`rxi
2020-05-11Improved idle CPU utilisation when not-focused, added system.wait_event()rxi
2020-05-09Wrapped `core.on_event` calls in `core.try`rxi
2020-05-08Simplified core.step()rxi
2020-05-07Removed unused variables in core.initrxi
2020-05-07Added logging when project module is loadedrxi