Tagged Questions
2
votes
2answers
239 views
How to use unicode in GNAT Programming Studio?
I am using the GPS to programming.
But I can't use unicode characters in code.
I set the Character Set as UTF-8 in preferences. But I still could not type the unicode characters as comment in the ...
1
vote
1answer
748 views
Ada GPS IDE can't seem to find GtkAda
I have installed both the GNAT Programming Studio (GPS) and GtkAda. They both seem to work fine, but when I try to build the Simple Window project under New Project from Template, I get a bunch of ...
2
votes
2answers
574 views
How to Run Ada Code in GPS
In GNAT Programming Studio, how do you run the program? I see it compiled successfully, but I do not see where my program has started running. I would like to test it.