Yeah, it&#39;s me again &gt;.&lt; So I&#39;ve been spending my free time hacking at PlasMate (mainly editor/previewer related atm) and have more than a couple of questions that I hope you kind people can give me a hand on :)<br>
<br>First up is a programming question. I&#39;m trying to get the editor (katepart) to remember its size (or relative size) so that after the user adjusts the editor size once, it will be that size whenever the editor is activated. I can&#39;t do it :( I&#39;ve tried the obvious - saving the width and height and attempting to restore it later - but I don&#39;t know how to restore it, resize() doesn&#39;t work, and I don&#39;t want to use setFixedSize or setMinimumSize which would prevent/limit further resizing by the user. I&#39;ve also tried not deleting the kpart and reusing it everytime - but then I discovered that QMainWindow takes ownership of your widget once you set it as central widget, so eventually QMainWindow happily deletes the kpart, and plasmate crashes. Any other alternative methods I can try to achieve this? It seemed like it would be easy to do at first =(<br>
<br>Second, I think minus some rough edges (like the abovementioned issue), the previewer+editor is mostly done (for plasmoids anyway). I&#39;m thinking it&#39;s probably time to start making progress on the publishing widget. Do we have a mockup or something of that sitting somewhere that I can refer to to get me started? :)<br>
<br>Third, I&#39;m guessing that the &#39;New&#39; buttons in the editor tree should not behave like they currently do. I&#39;m guessing they should really pop up a dialog asking for a filename for the new file? I&#39;m also thinking that this dialog should probably be the same as the one you see in dolphin/konqueror when creating a new file, so... is there a possibility of reusing some code somewhere for that?<br>
<br>Fourth, I noticed that katepart creates backup files (terminating with a &#39;~&#39;) whenever plasmate autosaves a file, and then that backup file shows up in the editor tree and makes it look ugly :P It clearly has to go, my question is does it make more sense to just get plasmate to ignore files ending with a &#39;~&#39;, or should I find a way to stop katepart from creating backups?<br>
<br>Thanks in advance :)<br><br clear="all">----<br>Jason &quot;moofang&quot; Lim Yuen Hoe<br><a href="http://yuenhoe.co.cc/">http://yuenhoe.co.cc/</a><br><br>