You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many fixes to pluginservice code as well as introduction of the AbstractJythonConsolePlugin, which provides easy acess to the JythonConsole. This could be useful when requiring interactivity. Eventually a better interactive commandline for plugins should be created.
WARNING: changes to pluginservice and new functionality has not yet been fully tested with all existing Java plugins
* Currently not calling tearDownEvents() always for plugins to remove breakpoints,
2
-
etc.
1
+
===Feature Requests===
2
+
3
+
* Ability to unload plugins on demand
3
4
4
-
* maybe create an unload plugins command which removes all currently set events for that plugin ....
5
+
* Multiple handler support for a single event (might be tricky)
5
6
6
-
* Add support for all VM events (currently only four most used types supported)
7
+
* Support for all VM events (http://docs.oracle.com/javase/1.5.0/docs/guide/jpda/jdi/com/sun/jdi/event/package-summary.html) - currently only four most used are supported
7
8
8
-
* No support for multiple handlers for a single event
9
+
* Support for interaction with the commandline via Jython plugins
10
+
11
+
===Random TODOs===
9
12
10
-
* Make sure everything is platform independent and configurable
13
+
* Currently not calling tearDownEvents() always for plugins to remove event requests
11
14
12
-
* Add documentation!!
15
+
* Make sure everything is platform independent and configurable
13
16
14
-
* Add licensing info and thirdparty libs documentation
17
+
* Add documentation!!
15
18
16
-
* Fix all the bugs :)
19
+
* Add licensing info and thirdparty libs documentation
20
+
21
+
* Entire plugin service architecture should probably be reworked to something better and cleaner
0 commit comments