New to AppCode looking to create persistent selection plugin
Hello, Just started using appcode and I'm loving the editor, pretty awesome.Anyway, there are some holdovers from my previous editor that I want to port over and before I go down the rabbit hole of learning the plugin in environment. I want to see if this is even possible.I would like to have persistent block selections.step 1 - basically hit 1 key, current line at the carat is selected.
step 2 - not navigate anywhere in the document without holding shift.
step 3 - hit same key from step 1 and selection is lockednow you can continue to navigate anywhere in the document and the selected area is still in place.if you add lines in the selected area it gets bigger
if you delete lines in the selected area it gets smallerother action perform misc actionsdelete block key
move block to carat key
duplicate block to carat keyAnyway, since this requires messing around with the editor itself, this is probably a little more complex than just creating an action that generates code.If this is possible, it would be greatly appreciated if you can forward me to a sample project or api that might be helpful in pulling this off.
Thanks
Dave
step 2 - not navigate anywhere in the document without holding shift.
step 3 - hit same key from step 1 and selection is lockednow you can continue to navigate anywhere in the document and the selected area is still in place.if you add lines in the selected area it gets bigger
if you delete lines in the selected area it gets smallerother action perform misc actionsdelete block key
move block to carat key
duplicate block to carat keyAnyway, since this requires messing around with the editor itself, this is probably a little more complex than just creating an action that generates code.If this is possible, it would be greatly appreciated if you can forward me to a sample project or api that might be helpful in pulling this off.
Thanks
Dave
Please sign in to leave a comment.
Bump, just looking for a simple yes or no on wether this is doable or not.
don't have to go into details