-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SC-IDE] Document implementation #333
Comments
Document will be implemented for the new IDE. But probably not before end of june or july. |
@jleben |
@seansay, I don't see time for this in my schedule at least until late summer. |
@jleben |
On the master branch, there is already the beginning of ScIDEDocument implementation at: You'd need to implement various methods in ScIDEDocument, to use the method ScIDE:*prSend in order to send commands to the IDE. Then you'd need to implement functionality in the C++ code of the IDE to handle those commands, e.g. for modifying the text in the current document, etc.... See for example HelpBrowser::onScResponse method here: I'd need to know what functionality precisely you'd want to implement in order to give you more detailed advice. |
@miguel-negrao You okay closing this, since the Document class was revived? Is there still missing functionality? |
For 3.7 it is fine. We'll need a more particular issue for individual features. |
I know this is a bit particular, but at least it's a use case to think about in terms of how to allow some degree of scripting of the editor.
For instance I would like to run a function on the result value of anything that I evaluate, with a special keyboard shortcut. I think I could have done this in the old Document class, right ?
The text was updated successfully, but these errors were encountered: