[Geany] Current Line Colour & Ferite

Enrico Tröger enrico.troeger at xxxxx
Sun Oct 8 15:31:07 UTC 2006


On Sun, 08 Oct 2006 14:40:36 +0930, Rowan Lewis
<rowan at pixelcarnage.net> wrote:

> Enrico Tröger wrote:
> > On Sun, 08 Oct 2006 00:37:37 +0930, Rowan Lewis
> > <rowan at pixelcarnage.net> wrote:
> >
> >
> >> Hello,
> >>
> >> I just wanted to point out that currently, changing the
> >> "current_line" property in |filetypes.common has no effect. Which
> >> is fairly annoying when trying to make a dark on light style ;)
> >>
> >
> > You have to activate this feature with the third argument. Look at
> > the comment from the original filetypes.common:
> >
> [...]
> >
> Right, turns out my filetype.common was in the wrong place, my
> mistake.
>
> Also, Ferite doesn't use try. Its error handling structure is like the
> following:
> monitor {
>     // Code...
> } handle (error) {
>     // Error...
> } else {
>     // Else...
> }
monitor? I had a look at the Ferite documentation and found only
iferr {
    /* some code that might go wronf */
} fix {
    /* Tidy up! */
} else {
    /* If we have no error, lets do some different cleaning up */
}
for exception handling. I'll add iferr, but what's with monitor?


Regards,
Enrico

--
Get my GPG key from http://www.uvena.de/pub.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20061008/8260d07f/attachment.pgp>


More information about the Users mailing list