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?
@ o1bigtenor
> so I MAY have an idea for you.
>
> inltoolize isn't found - - - that means that you need to install intloolize
As you possibly read on, you learned that I don't need to install
intltoolize, but intltool. That was easier to do because
> -dev files. . .
Dunno about that and will keep in mind. Thank you for your help!
@Colomban
> Install intltool.
> But the simpler and most reasonable is to install intltool which
> will definitely be packaged in Fedora.
Instead of intltoolize? New one on me. I had thought, according to the
script, that the -ize was needed. Live and learn, unlearn, semi-learn.
Thank you for that hint, Colomban. I got a step further.
@ all
I'm now here -- Installed intltool and reran:
(I numbered the lines I will comment.)
------------------
1. You should add the contents of '/usr/share/aclocal/intltool.m4' to
'aclocal.m4'.
autoreconf: Entering directory `.'
2. autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build/cache -I build -I
build/bundled -I geanypy/m4 --install
3. build/i18n.m4:15: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
aclocal: installing 'build/cache/nls.m4' from '/usr/share/aclocal/nls.m4'
aclocal: installing 'build/cache/pkg.m4' from '/usr/share/aclocal/pkg.m4'
autoreconf: configure.ac: tracing
4. autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
5. configure.ac:15: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:16: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:5224: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
autoreconf: /usr/bin/autoconf failed with exit status: 1
-----------------
1. First line, right off, is a need to know. I should do this?
2. Guessing this is fine. It is installed so the developer choose not
to use gettext.
3. Seems important. The parameters indicate that only markdown will be
installed. Then why is i18n.m4 being asked to the party?
4. Again, guessing that this line is fine. I don't have it installed,
not having much to do with using shared libraries. I suppose I should
go back to using C++ instead of using bash scripts just to become
acquainted with this. Getting close to a stack overflow, though.
5. Seems like there is a need to use use m4_pattern_allow. Either
that, or there are too many other problems looming in the murky haze.
Any help out of this dungeon?
@Colomban
> Again, dependencies are missing.
Yep. Cycle through running, waiting, finding more dependencies.
Wondering if the Infernal Revenue Service here in the US will allow me
all those dependents--
> Hope this will give you a few doors down, and a chance to take on the
> final boss :)
Actually, I think I stepped up out of the dungeon but took a step too
many. Works, but I'm incredulous. It sure looks like it is working.
@Lex.
No problem about the hijack. One expects a few in a murky dungeon-- :-)
Thank y'all!!
Greetings
I've never done any coding to date and really use computers, and their
tools, as tools to get my stuff done. Am finding geany very useful in my
plain text record keeping (most often called accounting) and its very good
search function is what has convinced me to use it for my needs rather than
vim or gvim (also useful but the search function in Geany and the abilities
I'm just starting to investigate (bottom of the page) is what has geany
getting the nod!!)
I am always looking for software that does what I need to get done or I can
set things up so that I can get things done. My work habits must be quite
different as I find a lot of 'generally used' software just doesn't cut it
for my needs. For scheduling and possibly for logging I have found
something called Task Juggler. IIRC (sorry not taking the time to verify)
it was used for some major software revision for their project management.
The issue - - - Task Juggler has the ability to integrate quite tightly
with vim.
Attached is the page from the Task J... docs where it talks about the the
addin file, for vim.
Any suggestions as to how to change a vim syntax file into something that
does a similar modification to geany?
TIA for suggestions and/or assistance. (Even pointing me in the direction
to go to find out how I can do this would be greatly appreciated!!
Dee
Is this where geany plugin installation problems can be discussed? If
not, please inform me where to go and don't waste your time reading
onward.
I'm trying to get the markdown plugin to work on my Fedora 26.
Matthew Brush (codebrainz) kindly wrote to me:
...the latest release version:
https://github.com/geany/geany-plugins/tree/1.32.0
..."Download ZIP" link under the green "Clone or Download" button.
Assuming ... `/usr` prefix, and ... something like this should work:
$ unzip ...
$ cd geany-plugins ...
$ ./autogen.sh --with-geany-libdir=/usr/lib --disable-all-plugins --enable-
markdown
No problems until that last. I'm informed that intltoolize command isn't found.
Question: Erase that line? or what? I'm assuming that the line isn't
pertinent for english setups, but --
Note: I tried ./configure with the same parameters, but the system
couldn't find ./configure. There *is* a configure.ac, but I'm thinking
that if autogen.sh reaches the last line it, too, will fail. Dunno,
though.
Should I try configure.ac with the parameters given above?
Thank y'all for any help.
Hello,
to first of all, thank you for your great work.
I have been using Geany on Linux for a long time. Now I have bought a
Mac and would like to continue using Geany. After the installation Geany
is in English, can I switch it to German?
greetings
Gregor
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:
* Improve snippet support (visual indicators and more, Thomas Martitz).
* Improve CLI argument help.
* Add "Close Documents to the Right" feature.
* Minor accessibility improvements.
* Fix crash if plugin manager is opened more than once.
* Update Python, Assembler and PHP filetypes.
* Updated translations: ca, de, el, es, fr, it, lt, lv, nl, pt, ru,
sk, 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.
Happy hacking,
Enrico