Dave Griffith

- Total activity 2958
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 1068
-
Created Open API for background and multi-core actions
Will there be OpenAPI available for the new process backgrounding stuff. I've got some ideas that I would love to play with.--Dave Griffith -
Created Initial thoughts on Selena
1) I absolutely love being able to run inspections in background, and especially being able to see CPU usage of 185% when doing it (dual cores). I love it so much I want to always run inspections ... -
Created Turning off nullity assertions in javac2
Is it possible to disable the automatic insertion of nullity assertions via the javac2 Ant task? We use javac2 for ui form compilation, but do our own checking for null arguments explicitly in our... -
Created Modifying files in CheckinHandlers
I've got a CheckinHandler which modifies commited files via the PSI tree in it's beforeCheckin method. Everything seems to work correctly, except that the file modification appears to occur after ... -
Created Path variables in module output directories
This is the first time I've had a need for path variables, and I'm getting quite frustrated. Whenever I try to use a path variable $FOO$ for a module output directory, IDEA replaces it with a dire... -
Created Single-shot intention/quickfixes
I'm looking for some way to have a sort of "single-shot" intention or quickfix, which is only usable after some other action is taken by the user. Here's the use case: I want the user to select a... -
Created Refreshing the Project panel after changing module grouping
I've got a plugin that, among other features, allows modules to be grouped and ungrouped easily and graphically. The grouping and ungrouping work fine, but after commiting the changes the project ... -
Created Looking for guidance on NodesGroups
Is the current API for NodesGroups working? I can't figure out either how to bind a node into a group or bind a group into a graph data model. Is there something I'm missing or is the API just in... -
Created Access to toolbar of BasicGraphComponent
Is there a blessed way to add or subtract items from the toolbar of a BasicGraphComponent? I can successfully add actions to the right-click menus, but there doesn't seem to be any API for modifyi... -
Created Programatically open file as non-default editor
Is there any way to open a file and have it not come up as text, but rather as an alternative editor? For example, suppose one had a plugin that showed an XML file as a structured graph, using the...