Marek Went

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Marek Went created a post, How to inline custom text in editor
I want to inline comments to source code in Editor. Is it possible to create a region in source code editor to display such comments? The best would be to allow collapse/expand such region.Any help? -
Marek Went created a post, How to hook into post commit phase?
I'd like to make something after successful commit of files to VCS. Would be great to know also revision number of commited files (subversion specific).Is it possible? -
-
Marek Went created a post, Selecting custom scope
I'm adding custom scope and trying to select this scope.So, after calling addScope I call NamedScopeManager.getInstance(project).fireScopeListeners();Scope is added and visible. I'm trying to selec... -
-
Marek Went created a post, TreeStructureProvider and custom Scope
I use TreeStructureProvider to change node text in ProjectView. It works fine as long as I use standard views (Project, Packages, Favorites).However, when I change view to any scope (Production etc... -
Marek Went created a post, TreeStructureProvider and custom Scope
I use TreeStructureProvider to change node text in ProjectView. It works fine as long as I use standard views (Project, Packages, Favorites).However, when I change view to any scope (Production etc...