sreehari vadakkan

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
sreehari vadakkan commented, -
sreehari vadakkan created a post, Issues with modifying the editor document
When I do something like this in a a Writecommand action, editor.getDocument().insertString(offset, "Sample text");I guess it is stored in cache and is not updated immediately.So what can be done... -
sreehari vadakkan created a post, Diff of two git files
I need to write a plugin which can show the diff of a branch and master given the repository link in diff window. How shall i proceed? -
sreehari vadakkan created a post, editor popup menu
i added an action to the editor popup menu and it works fine in the normal editor. But how do i get to invoke this action in the diff viewer. When i right click the editor in the diff viewer i do g... -
sreehari vadakkan commented, -
-
-
-
sreehari vadakkan created a post, diff viewer
My plugin needs to insert comments in the diff viewer editor. How can I manipulate the diff viewer?