-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
add SublimeText to external programs #10098
Comments
I have never used sublime, but it seem this could be possible: and I see there is an option to pass commands through the cli Text inserting seems to be the the append command: It would be very helpful if you could provide us a simple cli command for inserting text, that makes it easier for integration. Codewise the related code is located here: |
To insert text to an active tab at the cursor point, use the insert command. Using the CLI, this would be:
Note that the |
I'm not a Java programmer, but wouldn't this piece of code (
|
Fixes #10098 Co-authored-by: AdamWysokinski <[email protected]>
Fixes #10098 Co-authored-by: AdamWysokinski <[email protected]>
I've placed some backslashes incorrectly, I think the returned string should be:
|
Hi, this has been asked few years ago: could you add editor SublimeText to external programs?
The text was updated successfully, but these errors were encountered: