Blender Git Loki
Git Commits -> Revision 4ecff51
Revision 4ecff51 by Diego Borghetti (master) May 4, 2009, 18:46 (GMT) |
BugFix [#18597] Blender's text editor cant paste from SciTE in linux Commit patch [#18597] Blender's text editor cant paste from SciTE in linux Submitted by Campbell. I made some changes to cleanup a little the code, atoms are now in the System class. The getClipboard_xcout try to convert/request: 1) Request for UTF8, if fail 2) Request for COMPOUND_TEXT, if fail 3) Request for TEXT, if fail 4) Request for STRING Test here with SciTE Version 1.77, firefox, xterm and text editor working with both library's gtk/qt and all work fine. |
Commit Details:
Full Hash: 4ecff51bfeda54d93f06c2f0c6964e9398841453
SVN Revision: 20062
Parent Commit: 40fa6b0
Lines Changed: +280, -120