Hello list,<div><br></div><div>I think I found a bug or two othree . . ., but am not sure. So I first write to the list.</div><div>I hope this is the right place.</div><div><br></div><div>I have an apt-get install of Geany 0.19.1 and installed a theme from here:</div>
<div><br></div><div><a href="http://www.barryvan.com.au/2009/01/geany-ide-tango-dark-colour-scheme/">http://www.barryvan.com.au/2009/01/geany-ide-tango-dark-colour-scheme/</a></div><div><br></div><div>I did this more or less before I really used geany. But I think some of the issues started</div>
<div>first after the theme was applied. I also created a filetype.common as mentioned</div><div>in the comments of the link above.</div><div><br></div><div>I installed a Virtual Machine Ubuntu 10.10 (same as my workstation) and tested the 'fresh' version against the one I use:</div>
<div><br></div><div>1. Issue</div><div><br></div><div>In an Editor such as gedit or Editra as well as in Geany you can mark a text and replace it with anything you have in your clipboard.</div><div>The usual linux behavior would be to copy the marked text to the clipboard, so ctrl+v-ing would simply replace the marked text with itself.</div>
<div>After installing the above theme however, the behavior changes from Editor like to usual. Which is quite inconvenient.</div><div><br></div><div>2. Issue</div><div><br></div><div>I have some issues with indentation while coding. I code in python. Pressing Enter after a colon results in the next line being indented using tabs.</div>
<div>But my settings are to use spaces. Pressing Enter after a 'regular' line, the indentation is done using spaces.</div><div>So I guess there is some problem with the implementation for python/colon. Python sometimes really get's finicky about mixing spaces and tabs.</div>
<div><br></div><div>3. Issue</div><div><br></div><div>Is again related to the theme, after testing this in the VM. Auto completing/adding for parenthesis does not work with the theme.</div><div>With the 'fresh' Geany closing parenthesis is added just as it should be, with the theme it's not. Curly and square braces are added without difficulty.</div>
<div><br></div><div>4. Issue</div><div><br></div><div>Might be related to no.2. Though the settings are set to use spaces, pressing tab inserts a tab and even converts preceding spaces in groups of $tabwidth into tabs</div>
<div>Moving multiple lines at once with tab, also inserts and converts spaces to tabs. This seems not to be related to the theme as well.</div><div><br></div><div>So I don't know if these are 'bugs', so if someone know's anything about it, please let me know.</div>
<div>Especially if it is a bug, that might already been filed as one.</div><div><br></div><div>Regards</div><div>Phil</div>