I have not been able to find the markdown plugin for Geany for CentOS 7 on EPEL despite a number of other plugins being available. I filed a bug report some time ago so it may eventually be resolved.
In the meantime, has anyone found it in a repository or should I compile all plugins from the Geany website?
Hello friends and users of Geany,
We are happy to announce a new version of the combined Geany-Plugins
release -- following the Geany 1.33 release, Geany-Plugins 1.33 is being
released, too.
Some highlights:
* Rename plugin GeanyLaTeX to latex
* Updated translations: de, es, fr
* Addons: Show color tip and start Color Chooser with double click
* GeanyLua: Various imporovments:
* Add filetype to set in geany.newfile()
* Add function geany.reloadconf()
* Pretty Printer: Allow to pretty print a selection only
* Spellcheck: Remember 'Check while typing' setting between sessions
* Spellcheck: Support Enchant 2.0 and later
* VC: Remember the commit dialog size
A more complete list of changes can be found at NEWS at
https://github.com/geany/geany-plugins/releases/tag/1.33.0.
As usual, you can find source tarballs and Windows installer for the new
release on https://plugins.geany.org.
A huge thanks to everybody contributing to this great release.
Happy hacking!
We are happy to announce a new release of Geany!
For a comprehensive list of changes please see
https://www.geany.org/Documentation/ReleaseNotes.
Some highlights:
* GTK3 theming improvements and documentation
* CSS: Update Grid properties
* Add a note for applying the indent settings in the project preferences
* Enable popup menu on sidebar and message window notebooks
* Show status message on attempt to execute empty context action
* Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN
We want to thank all developers, translators and everyone who
contributed to this release with patches, feedback, bug reports and
so on. Thank you!
As usual, all downloads can be found on
https://www.geany.org/Download/Releases.
Happy hacking,
Enrico
One annoying feature is there is no "undo" (or Ctrl-Z) for the Scribble section.
I, and my butter fingers, would be most appreciative if someone could program it so Ctrl-Z worked in the Scribble section too.
Thank you.
Pance
Hi translators,
As Geany is getting a new major release, the Geany-Plugins are getting
too -- 1.33 will be released soon.
In preparation I have updated the po-files for Geany-Plugins at github
and asking you whether you could update translations, review them or
maybe add new languages.
As on Geany core, I'd be very happy if you could send a patch, a pull
request or single file with translation to either the geany-i18n mailing
list or direct to me within the next week so we can include it to
the next release. Deadline will be also 2018-02-24 24:00h CET.
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany-plugins
This can be done e.g. with
git clone https://github.com/geany/geany-plugins.git
Also at http://i18n.geany.org/plugins are statistics and daily updated
files available.
If you have any questions, don't hesitate to ping me directly via
IRC: geany @freenode (frlan)
Jabber/XMPP: frlan(a)jabber.ccc.de
or via Mail: look above or some of the mailing lists.
Happy translating!
Cheers,
Frank
Dear translators and friends of Geany,
Let's make it short: As Geany 1.33 will be released soon, we got a
string freeze which is a good point to start updating translation.
In preparation I've just updated po-files for Geany core project
inside github repositories and asking you whether you could update
translations, review them or maybe add new languages.
I'd be very happy if you could send a patch, a pull request or single
file with translation to either the geany-i18n mailing list or direct
to me within the next two weeks so we can include it to the next
release. Deadline will be 2018-02-24 24:00h CET.
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany
This can be done e.g. with
git clone https://github.com/geany/geany.git
You can find daily updated po files at http://i18n.geany.org too, which
includes some statistics.
If your language was translated by two or more in past, please double
check directly with them or by pinging me, so we don't need to
translate same things two or three times. Also please feel to ping me
for every question or if you like to start a new translation for an
unsupported language.
If you have any questions, don't hesitate to ping me directly via
IRC: #geany @freenode
Jabber/XMPP: frlan(a)jabber.ccc.de
or via Mail: look above or some of the mailing lists.
Thanks and happy translating
Frank
I'm a new Geany user. First, thanks all developers for your hard work on a
great program.
The editor is amazing!
My question is about what Geany automatically does when a single quote
character (')
is placed in front of a word and if its possible to control that behavior.
I ask because one
language I'm currently developing in is Maxima and the single quote is an
operator (prevents evaluation).
For my colorscheme=zenburn.conf and lexer_filetype=C, when I type a single
quote before a word,
it italicizes the rest of the current line, and changes all colors to a
light red (overwriting any colors
per primary and secondary keywords I have defined in my
filetypes.Maxima.conf)
Are there any settings / knobs I can turn to modify this behavior, such as
lexer_properties or
settings, in the filetypes.*.conf file? Preferably, I'd like to avoid
writing my own lexer file to make this
small change; but if its necessary, I'd appreciate some advice on how and
where to make that
change in the src.
Thanks!
Ethan
Hi,
I'm the author of the Devhelp plugin which allows viewing documentation
in Devhelp format right within Geany as well as opening manpages.
It relies on a library version that is not supported anymore (older
libdevhelp), as well as it uses an outdated version of the WebKit
library for GTK+. It needs a fair bit of updating to bring it to using
supported libraries and supporting GTK+ 3. As I don't personally use
this plugin anymore, I wanted to see if there are others who do, or who
might be interested in becoming the maintainer (and updating the code).
If nobody's using the plugin and nobody's interested in maintaining it,
perhaps we should remove it from the Geany-Plugins project.
Please tell me what you think. I'll wait a month or two at least, and if
I don't hear anyone saying they use it, I will likely make a pull
request to remove it from the Geany-Plugins project. If anyone is using
it, it might give me motivation to update it instead of removing it.
Regards,
Matthew Brush