ScottMattes
Member³
Is there more information available on writing plugins?
I want to write a plugin that shows all lines that contain the search string and then when you click on a line in the results the editor window that was searched will change to show that line. I think that I need to know what class the edit window is so that I can tell it to move to a line number. I probably also need to know how to position that line in the middle of the window.
Also, are there plans to expand the API to include more access (like CodeRush does, you can get to most anything with it)?
Thank you.
I want to write a plugin that shows all lines that contain the search string and then when you click on a line in the results the editor window that was searched will change to show that line. I think that I need to know what class the edit window is so that I can tell it to move to a line number. I probably also need to know how to position that line in the middle of the window.
Also, are there plans to expand the API to include more access (like CodeRush does, you can get to most anything with it)?
Thank you.