Inside a C/C++ block comment, geany insists on prefixing each new line with " * " characters, which has been driving me batty. How can I disable this behavior? I don't want these characters, so I end up having to backspace over them for every new line I type.
On Wed, May 14, 2008 at 11:37 AM, Forest list8a.forest@tibit.com wrote:
Inside a C/C++ block comment, geany insists on prefixing each new line with " * " characters, which has been driving me batty. How can I disable this behavior? I don't want these characters, so I end up having to backspace over them for every new line I type.
Go to Edit->Preferences->Editor->Completions and un-check "Snippet Completion"
- Jeff
Thanks. That's a start.
Now, how can I control this behavior without disabling all snippets? I don't see anything resembling these comment characters in my $prefix/share/geany/snippets.conf file.
On Wed, May 14, 2008 9:45 am, Jeff Pohlmeyer wrote:
On Wed, May 14, 2008 at 11:37 AM, Forest list8a.forest@tibit.com wrote:
Inside a C/C++ block comment, geany insists on prefixing each new line with " * " characters, which has been driving me batty. How can I disable this behavior? I don't want these characters, so I end up having to backspace over them for every new line I type.
Go to Edit->Preferences->Editor->Completions and un-check "Snippet Completion"
- Jeff
On Wed, 14 May 2008 09:57:09 -0700 (PDT), "Forest" list8a.forest@tibit.com wrote:
Thanks. That's a start.
Now, how can I control this behavior without disabling all snippets? I don't see anything resembling these comment characters in my $prefix/share/geany/snippets.conf file.
I fixed this today, one hour before you posted this ;-). This feature doesn't belong in any way to the snippet completion and so I added a new preference for this feature. The relation between the snippets completion and this feature is more or less a leftover of old code. I'm sorry for this.
To say it in short: Fixed in current SVN version ;-).
Regards, Enrico