Questions tagged [geany]

Geany is a lightweight and fast IDE. It is using the GTK [2|3] toolkit while trying to keep only a low number of further dependencies from other packages.

Geany is a lightweight and fast IDE (integrated development environment). It was designed to have very few dependencies, and requires only the GTK 2 libraries to run.

It's based on Scintilla and is mostly written in C and C++.

428 questions
0
votes
1 answer

Run multiple instances of an application from inside Geany

I use Geany in Ubuntu to write C++ code but using IDE standard terminal (pressing F5 to execute code and not opening a new terminal and typing ./a.out). I can only run one program per time. Is it possible to run 2 or more programs at the same time…
Carlo
  • 3
  • 2
0
votes
2 answers

Geany editor "open explorer here" equivalent using nautilus

The intended functionality should be similar to what's seen in many windows editors e.g. "open explorer here". For those unfamiliar with windows, I just want to open nautilus to the directory of the active document. I've tried two solutions so far,…
aaaaaa
  • 1,233
  • 13
  • 24
0
votes
1 answer

Geany Error code 139: Segmentation fault (Core dumped) using C

my overall program creates a new file based on a file name and mode that the user enters, then checks to see if the file exists. Following that it outputs whether file creation was successful. It should be simple, but when I compile and build…
mee
  • 489
  • 5
  • 11
  • 19
0
votes
1 answer

C++ code doesn't work in geany

I'm trying geany to run my c++ program but it doesn't work. An error saying "g++ is not recognized an internal or external command, operable program or batch file" comes when built. What i have missed??
njay
  • 79
  • 10
0
votes
0 answers

Setting up build command to get the runtime of C++ program in Geany

Is there any way that I can see the run time of my C++ program in Geany? I am trying to add a execute command like this "time(./%e
user3553836
  • 95
  • 1
  • 7
0
votes
2 answers

Can't run C++ program with Geany or Terminal on Raspbian (Debian)

(I'm not quite sure if this is the place to ask this, if need be please move to another Stack Exchange community - if possible) I am learning C++ on my Raspberry Pi (With Raspian (Debian), btw), and I have created a simple Hello World program with…
Lachlan
  • 1,245
  • 5
  • 18
  • 34
0
votes
0 answers

C/C++ functions tag for Geany Editor

How to generate the C/C++ functions tag for Geany, like those that included in the archive, how I can do that. I want to get auto completion when entering a functions name. In the archive there is a files with 'tags' extensions with the following…
zh_
  • 95
  • 8
0
votes
1 answer

How do I get Geany back to windowed

I have Geany in full screen on my rpi. There is no frame, with minimize or windowed buttons on the screen.I read where this is a java problem. I want to use Geany in the windowed mode. How do I get there or is it even possible? Jim
0
votes
1 answer

How to fix incorrect folding of Ruby for Geany

Some Ruby code won't fold correctly in Geany. For example, if I have def validate(arr) if arr.any?(&:empty?) fail end end validate(["a", "b", "c"]) validate([""]) then folding the if folds too much: Whereas if I use quotation marks…
Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338
0
votes
0 answers

Import Error: Using Python with Geany

How can I add path to the PYTHONPATH environment variable I tried using "sudo so" in .bash and also tried export PYTHONPATH=$PYTHONPATH:/home/01_Understand/scitools/bin/linux32/python but I am still getting import error. I actually want to use…
0circle
  • 55
  • 1
  • 9
0
votes
2 answers

Why is program called Geany invoked when I try to debug on server in Eclipse?

I have a servlet and following the instructions for Eclipse, I select this servlet and choose debug on server. Then I start the server (Tomcat 7 running on Centos). At this point I would have expected the server running the code to stop at the…
Jeff
  • 1,513
  • 4
  • 18
  • 34
0
votes
1 answer

Getting undefined reference when using OpenGL in Geany

This is my first time using OpenGL. I am using Linux Mint. My editor is Geany. I have installed freeglut3 and the development package. But I can run any of code. Whenever I try to build any of my code it is saying that undefined reference. I have…
odbhut.shei.chhele
  • 5,834
  • 16
  • 69
  • 109
0
votes
2 answers

C++ compiles & runs in Geany, not in Netbeans, Eclipse, Code::Blocks. Why?

I'm learning C++ in a class. They have us using Geany on a Virtual Machine with Ubuntu. I miss the powers of an IDE, so I tried several: Netbeans, Eclipse and Code::Blocks. The code I have for a homework compiles and runs with no problems in Geany…
MECU
  • 770
  • 1
  • 11
  • 25
0
votes
3 answers

Geany4Windows text editing

I have used Geany4Windows for a long while but am still confused how it handles editing text files and I decided to ask for help now! If I open a new file from menu I can type plain text in it and yet when I save the file it does not give a .txt…
rpd
  • 1,135
  • 4
  • 15
  • 24
0
votes
1 answer

Configuring Geany to Execute files/packages in a seperate folder

I recently downloaded Geany onto my new Ubuntu machine and I am very satisfied with it overall, but after days of fiddling with the Build Commands, I am still unable to Execute .class files outputted to ~/Documents/classes/ from .java files in…
Leon
  • 75
  • 2
  • 11