Let's see following example:
I have written self.getFullName(). I want to change it to
self.getShortName(). I set pointer before 'F', delete Full and start
typing. Immediately appears completion - I hit enter. I received
self.getShortNameName(). Could you change it, so I it would reuse
following characters too?
--
Filip Gruszczyński
Hi,
How to I change the "view whitespace" character in Geany. The default is too faint. I need a bolder dot. How could I do this?
There does not seem to be hot keys or toolbar buttons for view whitespace or view line endings. I seem to have to go into the preferences to toggle on/off. Is there a way? I really need to toggle these from the edit window toolbar or hot key combinations.
Thanks,
Lee G.
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com
Powered by Outblaze
...snip...
>
> Adding it to the View menu seems to me to be the same as adding toolbar
> items, at least partly. At some point it also feels bloated.
> But we could add a submenu to the View menu and put there editor
> related view options, like:
>
> View->Editor->Show Whitespace
> View->Editor->Show indentation guides
> View->Editor->Show Line numbers
> View->Editor->Show Markers Margin
> Sounds great to me! And since it only shows in the submenu, could you
> also include:
> View->Editor->Show line endings
> Thanks,
> Bob S.
Indeed, if possible that would be great. I understand the "bloated" issues though...
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com
Powered by Outblaze
Hi,
First of all thanks a lot for creating Geany. I use it regularly for
almost everything.
I created a dark theme for Geany using the filetypes a while back for
relaxing my eyes when I had to work for a long period of time. I like
this dark theme a lot and I thought of making it available to other
users of Geany. It currently supports: C, Conf, C++, CSS, HTML, Java,
JavaScript, LaTeX, Makefile, PHP, Python, XML, and Common (Default)
filetypes. You can find more details at:
http://www.eyecandycenter.com/2008/11/dark-theme-for-geany-ide/
I would be appreciated for any kind of feedback, bug report, or wish for
improving this theme.
Best Wishes
Amir
hi guys! i've recently switched to geany from cdt (eclipse plugin for
c/c++). when you create a new header file in cdt it's default content is
like below:
#ifndef SOMEHEADER_H_
#define SOMEHEADER_H_
#endif /*SOMEHEADER_H_*/
where SOMEHEADER is the name of the file. Can you tell me how can i make
it in geany? I have created a template and put it into
~/.geany/templates but geany doesn't seem to see it even after restart.
my template has this content:
#ifndef {filename}
#define {filename}
#endif /*{filename}*/
but filename is not what i need. I got stuck at this point. Need your
help.
Hi,
> Looks really good. I don't like those bright themes too, so this would be
> a good solution. Could you please post which GTK/Metacity themes and
> fonts you are using for your screenshots?
>
> Thanks.
>
The GTK theme is called Mira :
http://www.gnome-look.org/content/show.php/Mira?content=89831
The fonts are Droid Sans Mono :
http://damieng.com/blog/2007/11/14/droid-font-family-courtesy-of-google-asc…
> But the dark scheme project already exists. I think this could be a
> good place for people who like dark schemes. It's everything already
> there but it seems people do like to avoid realising this project?
I used that one before starting my own theme, I'm planning to contact
them to see how we can put these two themes together.
> Of course we could change that but keep in mind that:
> a) our days are also limited to 24hours
> b) splitting all this causes more files to be installed, to read, to
> write, to maintain and such. More code to handle them.
>
Would it be useful if I write some sort of theme manager (independent of
Geany's source), which takes care of managing filetypes, so if one needs
to switch back and forth between different themes, could do it easily?
Though it's quite easy to copy and delete files to/from .geany , but
some sort of GUI to select themes might help users not aware of filetypes.
Cheers, Amir