I am running CentOS 6.8 and gedit 1.26. I would like to install a code-folding plugin which I believe does exist. Have people found it useful?
Ideally I would also like to be able to fold markdown text, not only programming code. Has anyone had success with that?
All,
When I try to build the latest geany (version 1.29) from source I get the
following configure error:
checking for GTK... no
configure: error: Package requirements (gtk+-2.0 >= 2.24 glib-2.0 >= 2.32
gio-2.0 >= 2.32 gmodule-no-export-2.0) were not met:
Requested 'glib-2.0 >= 2.32' but version of GLib is 2.28.8
Requested 'gio-2.0 >= 2.32' but version of GIO is 2.28.8
Is it possible to get past these constraints besides installing the latest
glib libraries? I'm currently using version 1.27 and I was able to build
from source flawlessly. I feel bad that I'm not using the bleeding edge
geany version anymore. Geany is my favorite text editor and I like to get
the new goodies from each new release.
If it matters my OS is RHEL 6.
Thanks for all your help!
Hi,
We are happy to announce a new version of the combined Geany-Plugins
release -- right after Geany 1.29, Geany-Plugins 1.29 has been released.
Here are some of the most prominent news.
* Rename plugin GeanyLipsum to Lipsum (Frank Lanitz).
* Update translations: de, es, fr, kk, pt
* Addons: Add a function to deselect marked words with one click
(Enrico Tröger)
* Commander: Add keybindings for triggering a particular filter type
(Colomban Wendling)
* Git-Changebar: Fix handling documents starting with a BOM (Colomban
Wendling)
* Git-Changebar: Fix an off-by-one issue in tooltip hunk width
calculation cropping 1px on the right (Colomban Wendling)
* Git-Changebar: Add support for libgit2 0.24.2 (Colomban Wendling)
* Spellcheck: Strip single quotes from words' beginning and end (Enrico
Tröger)
* Treebrowser: Fix a typo in configuration parsing causing option for
"open new files" have not being save/restored correctly (Enrico
Tröger)
A more complete list of changes can be found in the NEWS file at
https://raw.githubusercontent.com/geany/geany-plugins/1.29.0/NEWS
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.
Frank
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:
* Fix executing external commands on Windows.
* Fix search entries color with the default GNOME 3.20 GTK2 theme.
* Add support for keeping the cursor a number of lines from the edges to
always show some context.
* Update Scintilla to version 3.7.0.
* Improve support for GTK 3.22.
* Add support for VTE 0.38 and newer.
* Update translations: ca, de, el, es, fr, id, it, kk, nl pt, pt_BR,
sv, 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.
- Colomban
Hello,
How do you modify the properties of the command (cmd) window that
is opened in Windows when the Execute command is executed. In particular
I want to change the font size (old eyes).
Thanks,
George
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
Hello,
In previous versions of Geany bookmarks where added by left-clicking
beside the line numbers and then a green cross appeared there. In my
current setup I can add bookmarks with CTRL-M but left-clicking next
to the line numbers makes a red diamond appear which obviously has
some different meaning (Debugger??). This behavior may be related to
the version of Geany or to my settings because I have recently set
up a new system. Any hints how to restore the old behavior?
Thank you, best
Bernhard
Hello,
This is Manohar and i am still working on source compilation on geany. I am
working on fortran and using windows. Installed Cygwin for windows
Error 1
After I add commands under Build commands this is what i get
Commands used:
Compile: C:\cygwin64\bin\gfortran -c "%f"
Build : C:\cygwin64\bin\gfortran -o "%e" "%f"
C:\cygwin64\bin\gfortran -c "Test.f90" (in directory: C:\Fortran)
C:/cygwin64/lib/gcc/x86_64-pc-cygwin/5.4.0/f951.exe: error while loading
shared libraries: ?: cannot open shared object file: No such file or
directory
Compilation failed.
If i move the dll files and .exe files to my project folder. The
compilation and build was succesful
Error 2
Not able to execute file. When I click execute cygwin batch file pop up and
does not execute
Error 3
As i already compiled i tried running on the command prompt and I could not
run it.
Please share any ideas/suggestions. I have tried a lot.
Thanks for your help.
Manohar
Hi,
This is Manohar. I have a windows machine.
My objective here is to be able to use geany for fortran programming. This
is what I did so far.
1) I have downloaded CYGWIN (installed fortran and some recommended
libraries) and geany.
2) Created a sample test.f90 program. I can see different color fonts in
my program
3) For source compilation I went to Build (set Build commands) and tried
this which did not work
Under Compile (C:\cygwin64\bin -c "%f")
Under Build (C:\cygwin64\bin -o "%f")
Under Execute (C:\cygwin64\bin\gfortran "%e")
I tried using online manual but I am missing something.
Could you suggest me on this?
Regards,
Manohar