Most voted "geany" questions
6 questions
Sort by count of
-
1
votes1
answer241
views -
1
votes1
answer225
viewsText editor geany
I am using geany for python programming and need to change the background color of the text editor, I am using it in debian someone knows how to do?…
-
0
votes3
answers1047
viewsPython Indentation Problems in Geany
Since I switched from IDE ( moved from Pycharm to Geany ), I started having a lot of problems with the error: "inconsistent use of tabs and Spaces in indentation". I would like to know a way to…
-
0
votes0
answers112
viewsMakefile in C++ - Geany
Good afternoon, I’m new to programming in C++ using Geany. And I’m having a hard time when it comes to creating an interface between a class and main, that is, creating a class, for example message.…
-
-1
votes0
answers18
viewsjavac -classpath . (Debian 10 Buster)
I’m using the Geany to do so. However, I was unable to compile the simple Hello World!. With some researches I found two reference links, being them: https://www.guj.com.br/t/ola-mundo/51431/13…
-
-3
votes1
answer71
viewsHow to insert data into the C++ string using the Geany IDE?
I’m studying String types in C. The most common was gets() however it was discontinued because of "buffer overflow". I would like to know what the equivalent function in IDE Geany to gets(). I’ve…