Aporia icon indicating copy to clipboard operation
Aporia copied to clipboard

IDE/Advanced text editor mainly focusing on support for the Nim programming language.

Results 28 Aporia issues
Sort by recently updated
recently updated
newest added

When I'm try install gtksourceview package using with nimble for Aporia IDE heading manual from github to compiling from source code. Please help, what I doing wrong? Or not -...

On windows if I compile Aporia with --app:gui, and run it, I do not get a console (as expected), however, when I look up a definition or build the project,...

Bug
High Priority

To make usage on Ubuntu/Debian easier, you could potentially provide a debian executable with releases.

Feature
High Priority

Excerpt from log: Waiting for instance confirmation (for 2 seconds)... 2016-07-05 11:48:55.880 Aporia-bin[5973:894526] **\* WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be...

There is custom text color in this pane, but background color is from gtk theme. Look at the picture: ![image](https://user-images.githubusercontent.com/8270543/37763594-96d5d4a4-2dd0-11e8-9123-22edf35f5c37.png)

I have Nim installed from the Github sources, and have the nim executables set on my PATH. When I try to run any Nim program, I get the following errors:...

It would be nice to have a download option for an Aporia binary for Windows. The readme points to the Nim installer, which does not contain Aporia any more.

I just encountered [this](https://forum.nim-lang.org/t/2355) problem myself: > Dippo: I can barely read the output window because the background of this window (element) is dark grey and the text in it...

I compiled the aporia successfully, but could not run it. `could not import: iconv_open` `libiconv` had been installed

Question

On linux, if you run a program from Aporia and then choose "Terminate running process" from the menu then Aporia crashes. For example, use this example program in Aporia: ```...