Pydev icon indicating copy to clipboard operation
Pydev copied to clipboard

Extend path substitution to access OSGI bundles.

Open mypsycho opened this issue 3 years ago • 0 comments

As Eclipse platform is also a repository, pydev projects could access contained bundles and use it to share scripts with the proper syntax.

In previous implementation, variables using an expression with ':' are not supported. Substitution can use a well-known prefix 'bundle:' to fetch path of OSGI bundle. Eclipse users would be able to use P2 repositories to easily share scripts.

mypsycho avatar Jun 20 '22 07:06 mypsycho