code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Paste not compatible with OpenOffice 3.2.x and probably many other things #381

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a source file in Qdevelop
2. select the entire file
3. Open an OpenOffice document
4. Click on Edit, then choose paste-special.  9 times out of 10, nothing 
happens.  If you click simply on paste, it will always paste the stuff in with 
the wrong formatting.

What is the expected output? What do you see instead?
OO should recognize there is stuff in the buffer and toss up a dialog offering 
several different formatting options, one of which is "plain text".  Instead, 
nothing happens.

What version of the product are you using? On what operating system?
0.28-2    10.10 KUbuntu 64-bit AMD version.

Please provide any additional information below.
Since I do a lot of technical writing

http://www.theminimumyouneedtoknow.com

I have encountered this bug in other OpenSource editors.  There are two 
possible buffers on Linux and you aren't copying into the one OO actually 
recognizes.  Scite had this problem for a while and jEdit has it periodically.

Original issue reported on code.google.com by rol...@logikalsolutions.com on 16 Nov 2010 at 11:16