Folke Lemaitre
|
5575d2b2a9
|
feat(ui): show when plugin would be loaded for unloaded plugins. Fixes #261
|
2022-12-31 08:51:09 +01:00 |
Folke Lemaitre
|
c2f7e2d098
|
feat(ui): added extra cache stats to the debug tab
|
2022-12-28 17:58:24 +01:00 |
Folke Lemaitre
|
0d0d11acb2
|
fix(ui): removed newlines from profile tab
|
2022-12-27 19:50:11 +01:00 |
Folke Lemaitre
|
a2fdf369f2
|
feat(profile): added accurate startuptime to ui/stats/docs
|
2022-12-27 13:34:12 +01:00 |
Folke Lemaitre
|
0ea771bd70
|
feat(ui): made all highlight groups and icons configurable
|
2022-12-26 10:24:53 +01:00 |
Folke Lemaitre
|
aed842ae1e
|
feat(plugin): added `Plugin.cond`. Fixes #89, #168
|
2022-12-26 09:37:30 +01:00 |
Folke Lemaitre
|
2f5c1be525
|
fix(ui): get plugin details from the correct plugin in case it was deleted
|
2022-12-26 09:37:30 +01:00 |
max397574
|
8ea9d8b024
|
feat(ui): make lazy icon configurable (#163)
* feat(ui): make lazy icon configurable
* docs: add lazy icon config option
|
2022-12-25 13:41:33 +01:00 |
Folke Lemaitre
|
3352fc6265
|
docs: added diff keybindings to help page
|
2022-12-24 11:41:06 +01:00 |
Folke Lemaitre
|
7d02da2ff0
|
feat(ui): added multiple options for diff command
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
593d6e400b
|
feat(ui): you can now hover over a plugin to open a diff of updates or the plugin homepage
|
2022-12-24 11:30:15 +01:00 |
Folke Lemaitre
|
83270cc5e5
|
refactor(commands): move ui/commands config to separate file
|
2022-12-23 20:55:56 +01:00 |
Folke Lemaitre
|
7dfb9c1f5c
|
feat(ui): added options to sort/filter profiling data
|
2022-12-23 10:43:22 +01:00 |
Folke Lemaitre
|
fde5feea6d
|
refactor: refactored ui code
|
2022-12-23 10:18:19 +01:00 |
Folke Lemaitre
|
e2bbf3deef
|
refactor: better annotations to make sumneko faster
|
2022-12-23 08:34:55 +01:00 |
Folke Lemaitre
|
3415a61789
|
fix(ui): properly wrap ui elements on small screens. Fixes #92
|
2022-12-22 10:45:45 +01:00 |
Folke Lemaitre
|
1c07ea15a3
|
feat(keys): more advanced options for setting lazy key mappings
|
2022-12-22 10:32:21 +01:00 |
Folke Lemaitre
|
63042310f4
|
feat(ui): show modpaths in debug
|
2022-12-22 09:09:35 +01:00 |
Folke Lemaitre
|
ffcd0ab7bb
|
fix(loader): source filetype.lua before plugins. Fixes #35
|
2022-12-20 20:32:37 +01:00 |
Folke Lemaitre
|
bb1c2f4c3e
|
feat: added support for Windows
|
2022-12-20 07:19:55 +01:00 |
Folke Lemaitre
|
1baa92f8ca
|
docs: added docs on `<cr>` and `<K>`
|
2022-12-19 21:05:22 +01:00 |
Folke Lemaitre
|
c87673c4b9
|
feat(ui): added help for <CR> on a plugin
|
2022-12-18 14:51:39 +01:00 |
Folke Lemaitre
|
968fa3fe20
|
style: removed bold from home button
|
2022-12-18 14:47:12 +01:00 |
Folke Lemaitre
|
1730661ec2
|
docs: generate docs for commands
|
2022-12-18 11:42:54 +01:00 |
Folke Lemaitre
|
0b4a04de7d
|
feat(ui): make home bold
|
2022-12-17 17:36:09 +01:00 |
Folke Lemaitre
|
9026a0e25d
|
feat(ui): made it look a little less like a Mason rip-off :)
|
2022-12-17 15:56:47 +01:00 |
Folke Lemaitre
|
85e375223f
|
fix(ui): always clear complete tasks with the same name when starting a new task
|
2022-12-17 15:56:47 +01:00 |
Folke Lemaitre
|
6f728e698d
|
fix(ui): show first tag for each help doc in details
|
2022-12-17 12:52:30 +01:00 |
Folke Lemaitre
|
97366711be
|
feat(ui): added dir to props
|
2022-12-17 12:52:30 +01:00 |
Folke Lemaitre
|
ecf03a6892
|
refactor: simplified handler code
|
2022-12-16 12:53:08 +01:00 |
Folke Lemaitre
|
ad0b4caa64
|
feat(ui): show `updates available` diagnostic when an update is available
|
2022-12-14 16:07:53 +01:00 |
Folke Lemaitre
|
4cfe0b5315
|
refactor: `Plugin.uri` => `Plugin.url`
|
2022-12-13 10:10:17 +01:00 |
Folke Lemaitre
|
be509c01f9
|
perf: added profiling for sourcing of runtime files
|
2022-12-05 23:14:04 +01:00 |
Folke Lemaitre
|
6d68cc6ea2
|
feat(ui): added debug interface to inspect active handlers and the module cache
|
2022-12-05 14:47:30 +01:00 |
Folke Lemaitre
|
3f517abfa4
|
feat: cleanup keys/cmd handlers when loading a plugin
|
2022-12-03 23:42:05 +01:00 |
Folke Lemaitre
|
13b5688487
|
feat(ui): show any helps files and added hover handler
|
2022-12-03 21:07:11 +01:00 |
Folke Lemaitre
|
6e44be0f2d
|
fix(ui): always show branch name in details
|
2022-12-03 21:06:50 +01:00 |
Folke Lemaitre
|
98ccf556d8
|
fix(ui): use Plugin.find to detect loading reason
|
2022-12-02 09:25:30 +01:00 |
Folke Lemaitre
|
723274efee
|
feat(ui): better detection of plugins/config files that loaded a plugin
|
2022-12-02 09:25:30 +01:00 |
Folke Lemaitre
|
714bc0a136
|
feat(ui): improvements to profiling and rendering of loaded reasons
|
2022-12-02 09:25:30 +01:00 |
Folke Lemaitre
|
041a716f4e
|
feat: show module source if loading source is under config
|
2022-12-02 09:25:30 +01:00 |
Folke Lemaitre
|
af8b8e128e
|
feat: lazy setup with either a plugins module, or a plugins spec
|
2022-12-01 13:34:01 +01:00 |
Folke Lemaitre
|
0cff878b2e
|
feat: config for ui border
|
2022-11-30 23:15:26 +01:00 |
Folke Lemaitre
|
908b9adf9c
|
feat: dependencies are opt=true by default if they only appear as a dep
|
2022-11-29 19:51:53 +01:00 |
Folke Lemaitre
|
20ff5fa218
|
feat: added profiler view
|
2022-11-29 12:02:38 +01:00 |
Folke Lemaitre
|
08b7e42fb0
|
feat: added keybindings to update/install/clean/restore/... single plugins
|
2022-11-29 10:56:17 +01:00 |
Folke Lemaitre
|
0db98bf053
|
feat(view): modes and help
|
2022-11-29 10:30:14 +01:00 |
Folke Lemaitre
|
bbad0cb891
|
fix(view): handler details
|
2022-11-29 00:14:37 +01:00 |
Folke Lemaitre
|
fb84c081b0
|
feat: lots of improvements to pipeline runner and converted all tasks to new system
|
2022-11-28 22:03:44 +01:00 |
Folke Lemaitre
|
2abdc681fa
|
feat: new git module to work with branches, tags & versions
|
2022-11-28 11:36:12 +01:00 |
Folke Lemaitre
|
28af1e1ac3
|
refactor: moved all plugin state to Plugin._
|
2022-11-28 11:19:50 +01:00 |
Folke Lemaitre
|
ab1b512545
|
feat: new task pipeline runner
|
2022-11-28 11:04:32 +01:00 |
Folke Lemaitre
|
08f4804916
|
refactor: cleanup sections and fixed handlers in view
|
2022-11-27 11:03:17 +01:00 |
Folke Lemaitre
|
3e8fbaffba
|
refactor: merge plugin & state in one file
|
2022-11-25 22:48:17 +01:00 |
Folke Lemaitre
|
fe33e4e3dd
|
feat: lazy caching now works with functions that have upvalues
|
2022-11-25 15:35:40 +01:00 |
Folke Lemaitre
|
48199f8031
|
feat: new render features like profile etc
|
2022-11-24 22:06:05 +01:00 |
Folke Lemaitre
|
a11fc5a0e0
|
feat: a gazilion rendering improvements
|
2022-11-23 16:12:02 +01:00 |
Folke Lemaitre
|
fca984b18c
|
refactor: move core modules needed for loading under core
|
2022-11-22 21:28:27 +01:00 |
Folke Lemaitre
|
3218c2d9ec
|
feat: git log
|
2022-11-22 21:12:50 +01:00 |
Folke Lemaitre
|
7f4743ac30
|
fix: clean
|
2022-11-21 00:27:28 +01:00 |
Folke Lemaitre
|
0219a531ed
|
style: formatting
|
2022-11-20 22:34:59 +01:00 |
Folke Lemaitre
|
e73626a344
|
feat: initial commit
|
2022-11-20 22:33:47 +01:00 |