|
33b3e1fc29
|
New function for searching and importing plugin
|
2024-07-19 15:37:00 +02:00 |
|
|
34874ef663
|
plugins.go: replaced stringsIndex()<0 with !strings.Contains()
|
2024-07-07 16:17:48 +02:00 |
|
|
f41dba069e
|
plugin.go: support Liteide and VScode to debug executable file name
|
2024-06-17 06:57:47 +02:00 |
|
|
28f464c4dc
|
plugins.go: If the main program's file name ends with '.debug', plugins will be loaded from file with name ending with '.debug'
|
2024-06-12 11:15:31 +02:00 |
|
|
5302907dcf
|
external plugins can now request for dependencies
|
2024-06-09 17:12:57 +02:00 |
|
|
29bc2c62a3
|
first plugin support.
Module organization requires a better structure to decouple definitions and implementations
|
2024-06-09 07:41:56 +02:00 |
|