Hello everybody,
I've been happily using Geany for a little while now, coding mostly in
Python. I have a couple questions:
1. For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting =
invisible text on the line I'm trying to edit. Arrgh!
2. Any debugger advice for python? I am finding winpdb is pretty slow
and actually crashes on my machine a fair amount.
I'm on a windows 7 64 bit installation.
Thanks!
--
A musician must make music, an artist must paint, a poet must write,
if he is to be ultimately at peace with himself.
- Abraham Maslow
Hello Geany users,
I have just installed Geany on Ubuntu and when I open the preferences I
have tab General, Interface, ..., Various but after Various* I do not have
the Terminal tab (see image below)*, which is what I wanted to access to
paste and copy commands to the terminal to execute small pieces of code.
Have I made a mistake in installing geany (i used on the command line: sudo
apt-get install geany)
Thank you very much for help.
Best regards,
marco
[image: Inline image 1]
-- in case anyone finds it helpful, here is a script to delete from
disk-- the document currently being viewed, which is something that
some of-- the other text editors out there have a button or menu
command forlocal keys_to_read, path, code, alerts, gloss, i,
jgeany.banner = "Lua Script: Close and unlink"i = 60if (geany.count ()
> 0) then path = geany.filename () keys_to_read = geany.fileinfo
()else path = nil keys_to_read = nilendif ((path == nil) or
(keys_to_read == nil) or (keys_to_read["changed"])) then alerts = "No
saved document to unlink"elseif (keys_to_read["readonly"]) then alerts
= "Read-only document cannot be unlinked"else gloss = ("Unlink \"" ..
path) .. "\"?" j = string.len (gloss) if (j < i) then j = i end alerts
= gloss .. ("\n" .. string.rep ("_", j)) if (geany.confirm (" ",
alerts, false)) then geany.close () code, alerts = os.remove
(path) if (code) then alerts = ("Unlinked \"" .. path) .."\""
else if (alerts == nil) then gloss ="unknown OS error" else gloss
= alerts end alerts = ("Unable to unlink \"" .. path) .. (("\" ("
.. gloss) .. ")") end else alerts = "" endendj = string.len
(alerts)if j > 0 then if (j < i) then j = i end geany.message (alerts
.. ("\n" .. string.rep ("_", j)))end
Windows 7, Geany 1.2.3. Canon MX890 and Lexmark E260n printers..
A couple of weeks ago, I installed a Canon MX980 printer. Afterwards, Geany stopped
printing to any printer. When I print a file from Geany, a small pop up is displayed with
the message "Preparing nnnnn" where nnn is a increasing number. in the Messages window,
bottom right a flashing message "Paginating". The print function never completes. The text
in the "Messages" window is:
08:52:50: Did not send document C:\Users\steve\Desktop\test.txt to the printing subsystem.
08:52:50: Document C:\Users\steve\Desktop\test.txt was sent to the printing subsystem.
Note++ and other editors print as expected to all printers.
I uninstalled and reinstalled Geany (geany-1.23_setup.exe
<http://download.geany.org/geany-1.23_setup.exe> - Full Installer including GTK 2.16.).
The Cannon drivers are at the latest level.
Thanks,
Steve
Sorry I am a newbie and when I try to go to:
https://lists.geany.org/cgi-bin/mailman/listinfo/users
I get the following error:
*******************************************************************
This Connection is Untrusted
You have asked Firefox to connect
securely to lists.geany.org, but we can't confirm that your connection
is secure.
Normally, when you try to connect securely,
sites will present trusted identification to prove that you are
going to the right place. However, this site's identity can't be verified.
What Should I Do?
If you usually connect to
this site without problems, this error could mean that someone is
trying to impersonate the site, and you shouldn't continu
lists.geany.org uses an invalid security certificate.
The certificate is not trusted because no issuer chain was provided.
(Error code: sec_error_unknown_issuer)
If you understand what's going on, you
can tell Firefox to start trusting this site's identification.
Even if you trust the site, this error could mean that someone is
tampering with your connection.
Don't add an exception unless
you know there's a good reason why this site doesn't use trusted
identification.
*********************************************************************
Is it safe for me to proceed?
--
Email footer Chris Williams
Thermalsrus Logo <http://www.thermalsrus.com>
Thermals R Us
<http://www.thermalsrus.com/><http://www.thermalsrus.com/>- For all your
Thermal Clothing
Docs
"Code folding
Allow groups of lines in a document to be collapsed for easier
navigation/editing.
Fold/Unfold all children of a fold point
Whether to fold/unfold all child fold points when a parent line is
folded."
I have code like this everywhere
if ($this==0) {
warn "hello";
} else {
warn "bye";
}
But when I collapse the if statement the else get collapsed too, but if
I do this
if ($this==0) {
warn "hello";
}
else {
warn "bye";
}
it works,
any suggestions? beside reformatting? can geany support my code layout?
Thanks
Josh
Anybody else got the following spam message?
---------- Forwarded message ----------
From: Daniel D'abreo <danield(a)packtpub.com>
Date: Fri, Apr 19, 2013 at 5:15 AM
Subject: [Harold], Write a micro book on Geany IDE - Starter for Packt
Publishing
To: XXXX(a)sait.nl
Hi Harold,
My name is Daniel D'Abreo an Author Relation Executive for Packt
Publishing. Packt deals in publishing computer books based on a wide
variety of IT concepts.
Packt has decided to publish a new micro book on *Geany IDE - Starter.* The
book will consist of 30-50 pages with a writing timeline of 1 month. The
book will a step by step guide and would be targeted towards developers
interested in working with Geany.
While looking for potential authors I came across your
profile<http://www.linkedin.com/in/XXXX>which confirms that you're an
expert and have the desired skills to author
this book.
Keeping in mind your interest, I look forward to work with you.
Thanks,
--
* Daniel D'abreo
* * Author Relationship Executive | PACKT Publishing<http://www.packtpub.com/>
* Visit PACKT Authors Website <http://authors.packtpub.com> for all the
information you need about writing for Packt.
<http://twitter.com/packtauthors>
<http://www.facebook.com/pages/Packt-Authors/146867485392878?ref%3Dts&layout…>
<http://www.facebook.com/pages/Packt-Authors/146867485392878?ref%3Dts&layout…>
Is it possible to have the sidebar in its own window?
this would be very helpful in the case of two screens, where you can
have the side bar on one screen and the main interface on your primary
screen...
Also if the side bar was its own window then you would have more room to
show both symbols and documents at the same time instead of tabs...
Thanks,
Josh
Dear list,
I am a PHP-developer who mostly uses Drupal as a framework. Until
recently I used the Project plugin to index our company-made Drupal
distribution. This takes about 6 minutes of 100% CPU load on each
start and close of Geany. If I forget to remove one or two website I'm
not working on anymore it can take up to 10 minutes for a single
open/close action, depending on the size of that sites.
... so I never close Geany and keep my PC running 24/7 ;)
I just tried replacing the Project with a .tags file, which works fine
for auto-completion, but lacks "go to definition" support, so it's
kinda useless to me.
I created the tags file using "geany -g" and it produced a
"format=tagmanager" file. Geany supports differend kinds of tags
files, like "ctags". Does this also add "go to definition" support? Or
is there an other way to get "go to definition" to work when using a
tags-file?
... and yes, this is like the 10th time I bring up this issue ;) I suck.
Cheers!
Harold
Hi,
the number 1 reason I use Netbeans is because of the excellent Version
control integration.
When one modifies the code, a marker is there to show you the differences,
and to rollback them if you want to.
The diff is also excellent.
Is something like this possible in Geany?
Eddy