Hi!
I'd like to ask if there's a possibility to pass compilation/build/execute
commands directly to the shell and not via geany_run_script.sh file.
Greetings and thanks for the answer...
--
Marek Wojciechowski
Hello, sorry if this has been discussed before, there has been so many
mails since a few days that I have not been able to read them all deeply.
First, thanks for the filebrowser plugin which is really useful !
There is a small display bug in the adresse bar of the plugin : when you
browse to / then browse under child directories, you can see 2 slashes
at the beginning of the path. This has no effect on the files and does
not occur when you "stay" in your home directory.
Secondly I'd like to request a change : it would be nice to be able to
enter a path to a directory/file by hand using the adress bar. In fact I
first thought it was possible until I tried :-)
Thanks.
Dear devs,
I have (again) a few minor things that should be fixed over time. I work
mostly with php files.
1) The scope is only functional when the file is freshly saved (else it's
'unknown')
It would be cool if Geany would automatically refresh the scope info (and
symbol list) every X seconds or upon change.
2) The scope is not based on the beginning of the function declaration, but
after the declaration's {. Inserting a function description when you cursor
is at %cursor%
function other_function() {
// do stuff
}
function my_function %cursor% {
// do stuff
}
...will add a description to 'other_function()'.
3) The function description is added with '<?php' and '?>' tags, which
corrupts the php file.
4) It would also be cool if the command would also detect the input
variables and add them to the description
Cheers!
-H-
Dear Devs,
The 'Files' sidebar rules! Fast, simple, cool!
One small request, though: "Right-click -> Open in file manager". This way
i can delete, rename, copy, etc the file(s) in my favorite file manager...
When right-clicking on a file, open the containing folder and when
right-clicking on a directory, open that directory...
-H-
Hi ...
I really like the way Geany is developing, and after making some changes
my self I have found a few things I really like to be a part of the nice
IDE.
There have been done a lot to make code handling really nice, and I am
growing very addicted to stuff like the symbol list and the fast
highlight feature. Many of the features in Geany are normally found in
much larger IDE systems and I have therefor never really used these before.
I really like the light weight idea, so I guess we have to be careful of
what will be put inside the base system and what we put into a plugin.
But there are a few things I am missing :
* emacs keys and behavior (like auto structure)
* make file generation (cmake, automake or plain make)
* network code development
emacs : If the plugin interface could handle key strokes, code insertion
handles, and be able to work directly inside the text buffer, this
should be do able from a plugin really soon. Maybe the plugin should be
able to take over the key stroke table ? It would be nice to see this as
a Lua script too.
Project: It would be sad to see a full size make file generation go into
Geany as part of the IDE, but plugins would be the proper way to handle
this. But it would be nice if the central project system could handle a
list of project files (not session) and that a plugin could get access
to this list, and from this generate makefiles, setting options and
other usefull stuff.
If Geany gets a plugin manager, we could also select the makefile
support that we needed.
But Geany need to have a "project files", along with the "symbols",
"Documents", "Files" in the sidebar.
This feature could also be used for web site uploads and other project
orientated stuff.
Network: A friend of my have this nice idea of making a distributing
editor environment where more than one person could work on the same
file, while talking on the phone or using IM of a kind.
If a plugin could have total power of file load, save and all changes
made in the editor, this could be a perfect playgroud for a feature like
this, without bloating Geany itself.
This is some of my idea's ... is this do able and within scope of Geany
or am I way off track ?
/BL
Hello World,
I'd like to see syntax highlighting for the following files in geany:
* ChangeLog
For all systems
* .bat
For Windows version
Question for Windows version: Did you change something in the file
changed detection function? It used to be quite fast (in version 0.11),
but since 0.12 it needs seconds to minutes until it notices that the
file has changed. Is there something different?
Best regards
Andreas
--
("`-''-/").___..--''"`-._
`o_ o ) `-. ( ).`-.__.`)
(_Y_.)' ._ ) `._ `. ``-..-'
_..`--'_..-_/ /--'_.' .'
(il).-'' (li).' ((!.-'
Andreas Tscharner andy(a)vis.ethz.ch ICQ-No. 14356454
Hi,
When I use "Find in Files" in the Windows version I don't ever get any
results back in the Messages pane (works fine for me in Linux). A
command window opens and I can briefly see that grep is running, and if
there's a lot of hits, I can see scrolling results in the command
window, but it disappears too quickly to read any messages from grep. It
is running gnu grep version 2.4.2.
The grep command shows in the Message pane, here is an example:
C:\path_to_grep\grep.exe -nHl -- StringToFind (in directory:
C:\path_to_directory\directory)
The string to find and directory are correct for what I'm searching for.
Thanks,
Bob Snyder
Hi,
I just created a Windows build of SVN r2070.
For a full list of changes please read the changelog starting at the
0.12 release up to now.
Windows-specific changes:
- the full installer (with GTK runtime) includes now GTK 2.12.1
- compile and build support for Windows, make doesn't work fully yet
- printing support(not really Windows-specific but really needs testing)
- some smaller bugfixes when creating the configuration directory for
the first time
To test the printing support you need the full installer package
(geany-0.13svn2070_setup.exe, it doesn't work with the zip file or the
small installer).
If anyone has time and resources(mainly a working printer ;-)) feel
free to test it and report any results.
http://files.uvena.de/geany/geany-0.13svn2070_setup.exehttp://files.uvena.de/geany/geany-0.13svn2070_nogtk_setup.exehttp://files.uvena.de/geany/geany-0.13svn2070_win32.zip
Regards,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.key
Hi list,
To make my work easier, I wrote a little plugin to send a file file
I'm working on with geany by mail using Sylpheed. It's not a big thing
and I never wanted to make it very public. But maybe it's usefull for
somebody out there or somebody like to improve it, I've uploaded a
patch against current svn version (r1968) of Geany to
http://frank.uvena.de/geany/
Frank
Hi,
Does somebody knows how to sent a selection of text to a custom command?
something like this:
commands:
selection = %s
wterm -e %s
epiphany %s
xpdf %s
selections:
sudo aptitude install texlive-latex-base
http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf
Best regards,
Jelle