Extending the Editor (was Apple's Tools Strategy)
Extending the Editor (was Apple's Tools Strategy)
- Subject: Extending the Editor (was Apple's Tools Strategy)
- From: David Walters <email@hidden>
- Date: Wed, 1 Nov 2006 10:00:56 +1100
cut line to clipboard:
vi :
d = delete line (behaves like "cut")
p = put line below current line
vs :
shift-del = cut line (to clipboard)
shift-insert = paste
xcode :
it's just one of several dozen requests for specific keybindings,
most
of which we can't accommodate due to the congested keybinding space.
This took a bit of digestion. Here is my revised whine about the editor:
"I've created a new xcode project, an xcode applescript plugin. My
aim is to write a command and assign it to the key combination "shift-
delete". I need to get a few quick tips about selecting and cutting
text in the editor window, and how to add an Xcode menuitem with this
new project.
Crucially, How do i select the current line in an editor pane and cut
that line to the clipboard using this new project?"
While we're at it, how do I access the whole text? Then I could write
some applescript to work around the default xcode "comment-block"
functionality and assign that to "command-/".
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden