Keyboard "paste" commands.

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
jbrandwood
Posts: 11
Joined: Fri May 30, 2014 1:27 pm

Keyboard "paste" commands.

Post by jbrandwood »

Could you please explain the difference between?

MarkPaste
MarkPasteEx
MarkPasteSmart
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The MarkPaste does a clipboard paste and takes care of any marking that may be in place. In other words it does a mark delete and a clipboard paste.

That would have been the original function.

The MarkPasteEx is a slightly different version of that function probably requested by a user.

The MarkPasteSmart is the default clipboard paste function, as bound in the keyboard at install and as the name suggests it tries to be smart about the pasting.

It will indent or un-indent the code as it is pasted into the document.

Cheers Jussi
jbrandwood
Posts: 11
Joined: Fri May 30, 2014 1:27 pm

Post by jbrandwood »

Thanks for the quick reply.

I'll switch my keyboard to MarkPaste and see if that fixes my problems.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I'll switch my keyboard to MarkPaste and see if that fixes my problems.
Why not post a short example of the problem your seeing :?:

Edit: Ok, based on your previous post I'm assuming the issue is the smart paste is inserting space and not the tab indent that you prefer.

Yes that is a bit of an issue with the smart paste :(
jbrandwood
Posts: 11
Joined: Fri May 30, 2014 1:27 pm

Post by jbrandwood »

You've got it exactly ... I really don't want my editor to mess with my code, I just want it to reflect what I type.

I've always found that "smart" templating/editing just breaks my train-of-thought as I'm coding.

The only "smart" keymapping that I'm still using is TabSmart ... and that's because I use it for indenting/undenting blocks a lot.
Post Reply