Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxScintilla rectangular/block pasting bug

<< < (2/2)

SiegeLord:

--- Quote ---I would prefer not to open a new topic for the same thing, because I sometimes watch threads using the notify ability, what of course does not work if a new topic is opened.

--- End quote ---

My apologies. In retrospect I guess the difference in topics might not have been large enough to warrant a new thread... oh well, errare humanum est.

The annoyances I mentioned turned out to be nothing, it's just the way code::blocks handles the cursor after the paste procedure goes through. For some reason I expected the cursor position to be unchanged (if you note when you paste using the rectangular mode, the cursor jumps down a line). Since this is actually consistent with the non-rectangular pasting behaviour, I decided to leave it be.

I guess one last thing about this is the actual string 'rect_data' that I used. In theory it is encouraged for wxDataFormat to have the string be a MIME type, so for the sake of being professional I'd suggest using something like 'application/x-cbrectdata' instead.

Lunazoid:
This is great to hear!  I use block pasting a LOT in that other IDE, so I really missed it in C::B.  Thanks for working on this!

Navigation

[0] Message Index

[*] Previous page

Go to full version