Hi Fans and users of zsh and Geany,
I've created a first version of an auto completion file for zsh to
support auto completion for Geany. As I'm sure its not perfect by now
(even its working for me...) I'm asking for testing and some input of
everybody who likes to give it a chance.
Thanks,
Frank
--
http://frank.uvena.de/en/
Hello together,
I just wanted to let you know that I gave some love to the geany.org
website today (since it was Valentines day yesterday ;) ). No big thing,
don't expect a full re-design or anything. What you will see is:
* There is a new page "Reviews" in the "Geany" section, where to write
about any website which provides Reviews about Geany. If you know
any website, blog or online magazine which wrote about Geany, please
let me know so I can add it there.
* There is a new section called "Contribute", including four new
pages: Developers, Translators, Documentation and Support. Please
pay attention to those and let me know if you agree or dis-agree
with the things I wrote there, if you're missing something or if you
found any issue to fix. Feedback is highly appreciated.
* Any text on geany.org got a small rework, in special I changed some
wording issues and added links to other pages within the texts so
handling for users and new visitors should be easier. I also removed
any open-in-new-window-or-tab links since it should be the users
decision if he wants a link to open in a new browser tab or window
or anything else. Another thing I did here was to make consistent
use of header levels - that means, changed some headers from h3 to
h2 and so on...
* I gave some love to the css file and redesigned the headers, added
some letter-spacing, increased the above and below the header and
changed the color of the headers to gray. - Let me know if you like
it or not
What still has to be done is updating the screenshot gallery as I
promised on IRC today. If you like to make some screenshots of your
Geany in action, feel free to send them to me but consider to not shoot
any content which may be sensible.
Best Regards,
Dominic
--
Dominic Hopf <dmaphy(a)googlemail.com>
http://dominichopf.de/
Key Fingerprint:
A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D
Hi,
I came across a bug that may have gone un-noticed: I have to edit a file
and save it repeatedely (20-30 times) in a very big directoty with about
1500 files.
Once the save file dialog opens, the time it takes to show the file
names gets bigger every time, it gets to several secons after only 6-10
saves. If I close and reopen Geany, the time goes back to "almost
un-noticeable".
Please can someone test this to confirm?
I am using 0.18.1 compiled from geany-0.18.1.tar.gz from the download
page. Using Kubuntu 8.04.2 (Freshly re-installed)
Thanks,
Alain
> Message: 1
> Date: Mon, 22 Feb 2010 23:05:27 +0100
> From: Enrico Tr?ger <enrico.troeger(a)uvena.de>
> Subject: Re: [Geany] Problem with quotes in Windows
> To: geany(a)uvena.de
> Message-ID: <20100222230527.f6ed82b8.enrico.troeger(a)uvena.de>
> Content-Type: text/plain; charset="utf-8"
> On Mon, 22 Feb 2010 11:57:51 -0400, Edwood wrote:
> Hi,
>Already searched without success for solutions to this problem.
>
>In Windows XP SP3, using Geany 0.18 or 0.18.1 the default characters
>for quotes are ( ? ) and ( ? ). In Linux the characters appear as
>expected: ( " ) and ( ' ). I am using "United States-International"
>keyboard layout in both Windows and Linux.
>
>Under Windows the quotes appear correctly in Notepad and Notepad++. I
>have also tried changing the encoding of the document to UTF-8 and
>ISO-8859-1 but there is no change in behavior.
>> This is a known problem though it's not strictly a Geany bug. See
>> https://sourceforge.net/tracker/index.php?func=detail&aid=2818608&group_id=…
>> for details.
>> Regards,
>> Enrico
Solved by switching out from "United States-International" when using
Geany as suggested in forum thread you sent me.
Could not reply to individual email, since I was receiving abridged
messages. That is why I sent this reply in a new message.
Thanks.
--
Cordialmente,
Edwood Ocasio Vicente
Hi,
This is the buid setting for cpp
[build_settings]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
compiler=g++ -Wall -c "%f"
linker=g++ -Wall -o "%e" "%f"
run_cmd="./%e"
How are I going to setup up GLPK various filetypes extension (e.g.
mod, lp, mps, glp, fps)?
This what I have done in TextAdept.
mod = '/usr/local/bin/glpsol --math %(filename)',
mps = '/usr/local/bin/glpsol --mps %(filename)',
fms = '/usr/local/bin/glpsol --freemps %(filename)',
lp = '/usr/local/bin/glpsol --lp %(filename)',
glp = '/usr/local/bin/glpsol --dlp %(filename)',
The above is working perfectly in TextAdept.
Now, how are I going to setup up GLPK various filetypes extension
(e.g. mod, lp, mps, glp, fps) in Geany?
compiler=??????
run_cmd= ?????
For example (zum biespeil), if file extension is mod then glpsol
--math + filename
compiler = glpsol ???????????
thanks in advance.
Noli
Hi.
Already searched without success for solutions to this problem.
In Windows XP SP3, using Geany 0.18 or 0.18.1 the default characters
for quotes are ( ¨ ) and ( ´ ). In Linux the characters appear as
expected: ( " ) and ( ' ). I am using "United States-International"
keyboard layout in both Windows and Linux.
Under Windows the quotes appear correctly in Notepad and Notepad++. I
have also tried changing the encoding of the document to UTF-8 and
ISO-8859-1 but there is no change in behavior.
Thanks in advance for the help you can provide.
--
Cordialmente,
Edwood Ocasio Vicente