Hello,
(2 little points grouped in same post, because they're really little issues)
-1- Geany (seemingly randomly) shows the paramteter list of some funcs or methods. Cannot find where to disable this feature.
-2- Is there a way to set the terminal's tab/indent width -- or even better to set it equal to the value defined for the editor? [For indentation we can replace tab with n spaces, just need to think at it -- but this does not work for tabulation...]
Denis ________________________________
la vita e estrany
spir.wikidot.com
On Thu, Mar 11, 2010 at 12:27 PM, spir denis.spir@gmail.com wrote:
Hello,
(2 little points grouped in same post, because they're really little issues)
-1- Geany (seemingly randomly) shows the paramteter list of some funcs or methods. Cannot find where to disable this feature.
-2- Is there a way to set the terminal's tab/indent width -- or even better to set it equal to the value defined for the editor? [For indentation we can replace tab with n spaces, just need to think at it -- but this does not work for tabulation...]
Not sure why you want to do that. Do you mean terminal as in xterm, vt100 and so on?
Try man tabs Nominally a posix standard command. Implementation varies.
If you just want to be able to page through a file and have it look like it does in Geany, you can set tab spacing in less. E.g. less -x4 file.txt would expand tabs to 4 spaces each.
Hope this helps.
Denis ________________________________
la vita e estrany
spir.wikidot.com
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Thu, 11 Mar 2010 13:13:35 -0700 Sherwood Botsford sgbotsford@gmail.com wrote:
On Thu, Mar 11, 2010 at 12:27 PM, spir denis.spir@gmail.com wrote:
Hello,
(2 little points grouped in same post, because they're really little issues)
-1- Geany (seemingly randomly) shows the paramteter list of some funcs or methods. Cannot find where to disable this feature.
-2- Is there a way to set the terminal's tab/indent width -- or even better to set it equal to the value defined for the editor? [For indentation we can replace tab with n spaces, just need to think at it -- but this does not work for tabulation...]
Not sure why you want to do that. Do you mean terminal as in xterm, vt100 and so on?
Sorry, wasn't clear: I meant (setting the tab/indent size for) geany's builtin VTE.
Denis ________________________________
la vita e estrany
spir.wikidot.com
On Thu, 11 Mar 2010 20:27:50 +0100 spir denis.spir@gmail.com wrote:
-1- Geany (seemingly randomly) shows the paramteter list of some funcs or methods. Cannot find where to disable this feature.
We call these calltips. But I don't think you can disable them. I'm a bit surprised anyone would want to.
-2- Is there a way to set the terminal's tab/indent width -- or even better to set it equal to the value defined for the editor? [For indentation we can replace tab with n spaces, just need to think at it -- but this does not work for tabulation...]
I don't think so.
Regards, Nick
On Fri, 12 Mar 2010 15:00:53 +0000, Nick wrote:
On Thu, 11 Mar 2010 20:27:50 +0100 spir denis.spir@gmail.com wrote:
-1- Geany (seemingly randomly) shows the paramteter list of some funcs or methods. Cannot find where to disable this feature.
We call these calltips. But I don't think you can disable them. I'm a bit surprised anyone would want to.
About your note it would happen seemingly randomly: the default shortcut to show a calltip is Ctrl_Shift-Space, maybe you hit that accidentally instead of another shortcut. Alternatively, it is shown by default when typing an opening bracket ( "(" ) and the calltip is known.
Regards, Enrico