I wonder if it's possible to insert in multiple places within a
snippet the same string? For example, I have a snippet which inserts
some HTML code that refers to an image and I use the description of
the image in two places within the same snippet. As I understand the
manual, you insert "%cursor%" anywhere that you want the cursor to
jump to so that the user can insert text. If I enter a title for an
image in my example snippet I would prefer to have that also inserted
elsewhere in the same snippet.
--
Russell Dickenson
A gentleman called simon posted that editing the filetypes.python file
in the fildefs folder would get pylint working in geany on linux.
How would the format of the PYTHONPATH statement need to be in
windows XP & 7 so that pylint would work. I tried a couple of variants
but could not get anything to work.
This was the code post.
[build-menu]
FT_00_LB=pep8
FT_00_CM=pep8 --repeat --count "%f"
FT_00_WD=
FT_01_LB=PyLint (basic)
FT_01_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint
--output-format=parseable --reports=n --errors-only "%f"
FT_01_WD=
FT_02_LB=PyLint (full)
FT_02_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint --output-format=parseable "%f"
FT_02_WD=
error_regex=^([^:]+?):([0-9]+):.+
Sayth
Hi,
It seems there's no way to start geany to open a file in a "read-only"
mode.
Would it be a lot of work to add such a command line option? Don't
bother if it is. :-)
Regards,
ST
--
Hi,
As I couldn't find out if someone already build such a file here is
(enclosed) my javascript tags file to enable javascript auto-completion ...
Alternative link : http://dl.yent.eu/em.js.tags
I extracted stuff from the W3C JS/DOM reference so it does not include
jquery/dojo and such related tags (personally I don't need them) but
since it is really easy to add other tags ...
Btw once more I really love geany's flexibility when it comes to
customization ...
Etienne
Hi, all!
i'm quite certain that this is not a Geany bug, but more of a general
GTK-on-multi-head problem, but i'm guessing that one or two of you might
know a workaround...
On multi-head setups, bringing up the Search dialog (or similar) invariably
places it on the wrong monitor (i.e. a monitor other than the one geany's
main window is occupying).
Do any of you know of a GTK/Gnome/whoever option which can force dialogs to
be shown on the same monitor as their containing application?
The "virtual layout" of the monitors does not seem to affect the behaviour.
e.g. it doesn't seem to matter whether my main monitor is laid out to be
above/left/right/below of the other monitor.
:-?
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
Hello everyone,
I want to create a syntaxic coloration file for the input file language
of the finite element code Abaqus,
but I have some difficulties to achieve my goal.
The keywords of Abaqus start with a * character and the comments with a
** string.
I don't know how to deal with this and I am not sure of the
lexer_filetype to use...
I am using GNU/Linux Ubuntu 11.04 with Gnome and the folder of my
filetypes.*** is: /usr/share/geany
I have added the line
Abaqus=*.inp
to my file /usr/share/geany/filetype_extensions.conf
I have then created a file /usr/share/geany/filetypes.Abaqus.conf
(based on my filetypes.python file where the colors are inspired by IDLE
and my filetypes.c)
and gone to "Tools", "Update configuration" to make Geany be aware of my
changes.
After having closed and opened Geany again I was able to see the "Abaqus
file" in the personalized file types.
So I guess the configuration is OK.
But my coloration does not work well. I have attached my
filetypes.Abaqus.conf file to this email.
If I delete the * characters of the keywords, then it's OK but not with
the * (and the * is really important!)...
The comments don't work either and I don't understand why...
If someone has an idea, I would be glad to know :)!
Thanks for reading this long mail and for your help,
Steven
Hi, guys,
i've just switch from packaged geany to svn. My --prefix=$HOME and
everything builds and installs fine. When i start up now i'm seeing:
20:13:02: This is Geany 0.21 (svn >= r5864).
20:13:02: The plugin "/usr/lib/geany/classbuilder.so" is not binary
compatible with this release of Geany - please recompile it.
20:13:02: The plugin "/usr/lib/geany/geanydoc.so" is not binary compatible
with this release of Geany - please recompile it.
20:13:02: The plugin "/usr/lib/geany/geanygendoc.so" is not binary
compatible with this release of Geany - please recompile it.
20:13:02: The plugin "/usr/lib/geany/geanygdb.so" is not binary compatible
with this release of Geany - please recompile it.
20:13:02: The plugin "/usr/lib/geany/geanyvc.so" is not binary compatible
with this release of Geany - please recompile it.
20:13:02: The plugin "/usr/lib/geany/splitwindow.so" is not binary
compatible with this release of Geany - please recompile it.
...
note the /usr/lib, though it's compiled with --prefix=$HOME.
i've verified that the running binary is the one i installed:
stephan@tiny:~/cvs/geany$ ps -ef | grep geany
stephan 2275 1 3 20:13 ? 00:00:05 /home/stephan/bin/geany
What's the proper way for me to fix/work around that (i don't mind
rebuilding if needed).
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
I wonder if anyone noticed that geany-plugins for windows don't build (did
they ever build?)?.
The build log is empty, and the stderr log reports no real errors. See
http://nightly.geany.org/win32/
Best regards
Hi,
I have made a Zen Coding plugin for Geany supporting 'Expand
Abbreviation' and 'Wrap with Abbreviation'. If anyone wants to try it
out you can find it here:
https://github.com/codebrainz/geany-zencoding
If I get any type of positive feedback, I will commit it to the official
Geany-Plugins repository.
Let me know if it works ok.
Cheers,
Matthew Brush
When performing a "Find in Files" search in Linux, Geany writes the
number of matches both at the bottom of the Messages pane and in the
status line at the bottom of the main Geany window. When I do the same
thing in the Windows version (same version, 0.20), nothing is added to
the bottom of the Messages pane and the status line is not updated,
leaving whatever was there from the last status update. When the
previous update to the status line was from a previous find operation
(e.g. Find Usage from the context message) the old status can be very
misleading!
Best regards,
Bob Snyder