PreviousNextTracker indexSee it online !

(57/212) 177 - plugins should be able to install "modes/" and "macros/"

Edit Modes should be installable via plugins. This way a very obscure language plugin can package its own edit modes.

Macros should be added like actions to the plugin's action context,
so they can be added to the plugin menu like regular actions.

Some people prefer adding actions that way rather than in a xml file. It's easier to test and customize them without cutting and pasting in/out of an XML file.






Submitted ezust - 2007-10-07 00:06:09 Assigned
Priority 5 Labels plugins
Status open Group v5.2
Resolution None

Comments

2013-12-10 06:03:43.289000
ezust

- **summary**: jedit should scan plugins "macros/" dir inside each .jar --> plugins should be able to install "modes/" and "macros/"
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,6 +1,7 @@
-... for extra macros to add to jedit's "macros" menu.
+Edit Modes should be installable via plugins. This way a very obscure language plugin can package its own edit modes.

-... Or perhaps to the plugin's actions menu?
+Macros should be added like actions to the plugin's action context,
+so they can be added to the plugin menu like regular actions.

Some people prefer adding actions that way rather than in a xml file. It's easier to test and customize them without cutting and pasting in/out of an XML file.


~~~~

- **Group**: --> v5.2