Bringing back Remove Line to C7
Posted on Saturday, October 16th, 2010
(11th Nov 2010) * Be careful if you use this command on the last line of code of an embed whilst in the “source” view of a procedure. The editor doesn’t seem to be updated properly after the line is removed and the save process will not function as expected. Thanks to Peter for pointing this out.
One of my favourites in C6 was the Ctrl+Y shortcut. This simple addin brings it back to you with the new shortcut of Ctrl+Shift+Y !!
| Download: | RemoveLine.sdaddin |
|---|---|
| Version: | 0.1 |
| Updated: | June 3, 2011 |
| Size: | 2.77 KB |
| Downloads: | 112 |
Categorized as Clarion, Addins

Peter Gysegem says: November 11th, 2010 at 1:31 am
This addin does nasty things if you delete a line in the embeditor and there is only one line in that embed point. For now, I’m going to uninstall it so it can’t do any damage.
brahn says: November 11th, 2010 at 9:53 am
Hi Peter,
Thanks for the report, I think I see what you mean. It looks like removing that last line in an embed point doesn’t update some kind of pointer in the editor and so junk can get saved instead of removing the embed. I will see if there is anything I can do about it. For now I will update this post with a warning until it is fixed.