Geany is a lightweight and fast IDE.
0
votes
0answers
20 views
How to get calltips with numpy (ex) in the geany editor
I just build geany 1.23 under ubuntu 10.04.
If I write:
import numpy as np
then if I write:
np.
After writing the dot, Ctrl+Shift+Space (nor Tab) doesn't trigger a calltip window as in ipython ...
0
votes
1answer
47 views
How do I disable the reload dialog in Geany?
If a file open in geany is modified by another program, and geany is then brought to the front, then geany displays a modal dialog as follows.
The file 'stuff.txt' on the disk is more recent than
the ...
2
votes
1answer
66 views
*.less syntax highlighting in Geany
Is there any way to add syntax highlighting for *.less files in Geany? I found that using *.css syntax higlighting, sugessted somewhere in the internet is not enough for me, and in fact it making ...
0
votes
0answers
43 views
Step through each instruction in Geany
Using the Geany IDE, is it possible to step through each instruction in a function, as each instruction is being run? I know that many IDEs (including Eclipse and Visual Studio) have this feature, but ...
3
votes
1answer
136 views
final and override C+11 specifiers coloration in Geany
I develop using Geany 1.22 and I am having trouble with coloration of C++11 keywords.
Here is my configuration file for .cpp : filetypes.cpp
# For complete documentation of this file, please see ...
2
votes
0answers
57 views
How can I build C source with Windows Geany via cygwin call?
Is it possible to set such a build command in it, which will compile source via cygwin call?
The default command in preferences is gcc -Wall -o "%e" "%f" which calls MinGW, but some files can be ...
0
votes
1answer
34 views
geanyvc on windows
I've installed the geanyvc plugin for Geany (1.22) and GTK+ bundle in Windows 7 64bit, which provides version control functions inside Geany, however I can't use the plugin's function; the menu ...
0
votes
0answers
164 views
Django debug with Geany
Today I changed IDE from Gedit to Geany.
I want to debug my django project, but don't know how.
My settings in debug tab:
Target: /path/to/manage.py
Command line arguments: runserver --noreload
Env ...
1
vote
1answer
189 views
Can you compile and execute Java files in Geany with one command?
Is there a way to compile and execute java files using one command, say F1, in Geany?
Its much more comfortable than having to click f5 to wait for the class to compile first, then F1 to execute that ...
1
vote
2answers
538 views
Geany “LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed”
I'm doing this Ruby on Rails tutorial, and everytime I input
:~/rails_projects/first_app$ geany .gitignore
I get this
(geany:12043): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertioN ...
1
vote
1answer
497 views
Custom syntax highlighting in Geany
I am trying to create custom syntax highlighting for Kivy '.kv' files in the Geany editor. Although the specific filetype seems irrelavant to the issue I'm having, as any efforts I make at getting ...
1
vote
1answer
258 views
C++11 Geany setup
I am learning C++ and I need to properly setup my compile and build commands in Geany for C++11.
I thought I had them correct, but when using auto, I receive the following error:
warning: ‘auto’ ...
0
votes
1answer
436 views
Beautify Ruby source code with Geany
How can I get Geany to beautify or prettify ruby code? What's the distinction between the two, anyhow?
My main interest is indents, that the indenting is consistent and correct.
I would like to ...
0
votes
1answer
475 views
`require': cannot load such file — mail (LoadError)
In trying to use the mail gem from geany I get errors as so:
/home/thufir/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- ...
0
votes
2answers
104 views
Rstudio editor snippets
Does Rstudio have a mechanism to configure snippets of code, like Geany for example? For faster writing whole sections of user predefined frequent code.
It is not exactly the same as TAB completion ...
0
votes
1answer
86 views
Make / Build with geany
I have problem on build.
My error is something like that: "test.c" error: test.h error"
I have on source code:
#include <test.h>
How to add this on build?
To be spesific How to link ...
0
votes
0answers
614 views
Geany for Windows C compiling problems [closed]
Some months ago I started learning C with Geany for Windows IDE & coded & compiled & built and executed C programs successfully (using MinGW - GCC). However over the last 2 months or so I ...
2
votes
1answer
228 views
how to close geany terminal
Whenever a program finishes to run when executing it with geany, the terminal doesn't close.
geany terminal waits for a keystroke to close. How do I change this behavior and make it close ...
1
vote
1answer
331 views
XDebug with Geany?
Is it possible to configure PHP XDebug with Geany?
XDebug as in: http://xdebug.org/
and Geany as in: http://www.geany.org/
If it is possible, how can it be done?
1
vote
1answer
202 views
Find replace named groups regexp in geany
I am trying to replace public methods to protected methods for methods that have a comment.
This because I am using phpunit to test some of those methods but they really don't need to be public so ...
0
votes
1answer
151 views
Geany simple linking
When I run and build a simple program, it fails.
Here is the error message:
g++ -Wall -o "main" "main.cpp" (in directory: /home/markuz/Desktop)
/tmp/ccHV9wPu.o: In function main':
...
3
votes
2answers
124 views
Errors thrown in C++ basic program
I'm a bit of a newbie to C++, but I have some programming experience. I made a basic program, following a guide I found on t'internet. It compiled with g++ easily, but when I ran it it threw these ...
0
votes
0answers
243 views
How to integrate OpenNI, NITE libraries in CodeBlocks or Geany
I installed the OpenNI+NITE+kinect on ubuntu 12.10 today and the samples are working fine. (Ran NITE samples and they work like charm)
I want to start developing in Linux and I like to work with ...
4
votes
0answers
96 views
Geany keyboard shortcut for cycling through argument suggestions
I am a bit frustrated, editing a bigger C++ project with the otherwise really cool, lightweight editor Geany.
I wondered if there is a keyboard shortcut for cycling through the argument suggestions ...
2
votes
0answers
252 views
Importing NumPy to Python2.7 in Geany Windows 7 64 bit [closed]
I am using 64 bit windows 7 running on an AMD processor.
I have installed python-2.7.3.amd64.
I have installed the pertinent (UN-official) binaries of NumPy.
When I import numpy and start calling ...
9
votes
2answers
300 views
Is there an auto-close curly brackets plugin for the Geany IDE?
Geany is the closest thing I can find to the perfect web development IDE. However, I can't find a way to automatically close curly brackets ({).
For example, typing:
function test()
{
..and ...
0
votes
0answers
66 views
Geany fails to load the files in my base directory
I just moved from Mac OS X Leopard to Ubuntu 12.04. I downloaded Geany and I want to continue coding there. However, when I create a new project, Geany does not import my files, it only shows the ...
1
vote
2answers
332 views
Linking libraries in C [duplicate]
Possible Duplicate:
Why do you have to link the math library in C?
I am learning C using the GCC compiler (on Linux).
I recently moved from using Code::Blocks to using Geany, and I have ...
4
votes
3answers
100 views
Need clarification about certain terms used to do with compiling C files
I am learning C with the GCC compiler and Geany (Arch Linux, if it makes a difference). However, I am seeing the words compile and build used interchangeably, both in Geany and on the internet. I am ...
0
votes
2answers
64 views
Geany Class member Sidebar
In eclipse, when I open a file there is a sidebar which shows me all of the methods and global variables in the file. Is there a way I can get similar functionality for Geany?
0
votes
1answer
367 views
Allegro 5 - MinGW + Geany
I'm trying to set up Allegro to work with MinGW in Geany in Windows. But I keep running into errors (I assume linker errors). Here's what I've done so far:
I already had Geany and MinGW installed.
I ...
2
votes
3answers
400 views
Geany intellisense like functionality for C++
Is there a plugin for Geany that will provide an Intellisense-like functionality for C++? Like when you press ctrl + spacebar all functions/members of the included libraries are shown or listed as ...
0
votes
0answers
126 views
Geany - hint list for classes in linked libraries
For C++, is there a functionality (or plugins that will provide this) in Geany which enables suggestion/hint list of all members of a class, also classes from a linked library? I mean like in Java, ...
0
votes
1answer
334 views
Geany-indent multiple lines at the same time
In Geany, is it possible to indent multiple lines at the same time using a keyboard shortcut (instead of typing every indent by hand)?
0
votes
1answer
515 views
Run a node.js server from Geany
A simple question: Is it possible to configure the Geany IDE so that Node.js servers can be run directly from Geany using the "Run" button?
0
votes
1answer
178 views
Unhandled exception at 0x77ea15de in Assignment 3.exe: 0xC0000005: Access violation reading location 0x33772c58
I don't understand what this error is telling me. When I run the program it should continuously loop until the user enters N (for no more/exit). I don't understand what is going on. After the first ...
1
vote
1answer
640 views
How to add existing project into Geany
I have an existing C++ project which is built with Gnu Make. I want to develop the source under Geany but am unable find a way to import it.
0
votes
1answer
518 views
Geany compiling
Don't know where to put this...
But I'm running Geany on 2 systems (laptop and desktop). On my laptop it works perfectly, but on my desktop when I run the code i get this error:
'"./whatevername"' ...
1
vote
3answers
1k views
Geany unable to execute Python
I'm not a great coder, in fact I'm just trying to learn, but I can't get Geany to regonise Python in my system (Windows 7) when I try to execute the program. When I click Execute, it opens a command ...
1
vote
1answer
277 views
PHP function definition issues with Geany Editor
In my PHP project I have two different models that have a function with the same.
class Foo
{
function xyz()
{
return "foo";
}
}
and
class Bar
{
function xyz()
{
...
0
votes
0answers
103 views
Geany Project path is network location
I have mounted a windows share on Linux Mint which contains all my web files that I want to work with.
It seems when I go to set up the paths for a new project in Geany it does not let me select the ...
2
votes
0answers
99 views
How can i automatically check punctuation in LaTeX? [closed]
While I was writing TEX-file in Geany editor I stacked with the next problem. There are many tools and plugin for spell correction. But I couldn't find any tool to check punctuation like in MS Office ...
3
votes
4answers
440 views
go / geany : configure build command
With an old version of go I could configure the build command in geany as
go install "%d"
But it seems that in Go1 you cannot provide to go install the absolute path.
So I'd like to have a command ...
0
votes
0answers
583 views
C++ Compile and Build Command for Geany with TBB
I would like to know what are the C++ Compile and Build Commands for Geany with TBB using g++ compiler. I've been struggling with Geany for days and I couldn't make it work.
Note: Within my C++ code ...
3
votes
1answer
292 views
Changing window size of Geany's execute (F5) option
I'm using Geany 0.18 for python developing and am in general really satisfied, but there is one little thing, that's still bugging me:
I usually use the F5 (Build-->Execute) option to test my ...
0
votes
1answer
357 views
stuck with geany on linux
So i started using geany with my linux distro but i'm having some trouble with it...
I'm trying to create a header file for a class and link it in a cpp file but it won't find my header file...
for ...
0
votes
1answer
199 views
how to highlight multi-line code blocks in geany
In komodo you have code blocks highlighted with a vertical dotted line as shown in the following image .
Is there anything like that in geany?
0
votes
1answer
118 views
Mixing copied and typed code in geany
I was going through a Tkinter tutorial for python, and for one of the examples there was a lot of tedious typing involved, so I copied a large portion of it into my geany document.
For some reason, ...
0
votes
1answer
229 views
Syntax highlighting: Geany doesn't 'see' imported structs, methods.
So I'm doing some programming at home, and I'm using the GTK+2.0 library.
#include <gtk/gtk.h>
#include <stdio.h>
GtkWidget *window;
int main(int argc, char **argv)
{
...
0
votes
1answer
143 views
How can I set a task in Geany to be displayed in the “task tab” below?
I don't know if this question is ok for this forum, but since I think it is programming related I thought of it better handled here then in the superusers forum. If this is not the case, please move ...
