Hello everyone, I wanted to announce the latest version of FortIDE is available for download on my GitHub page here. I tested it with Debian 12 or Bookworm under wine and it installed fine albeit a bit slow but perhaps that’s because it was in a V.M.
What’s New?
The most recent features I added are the ability to write your own custom build command by going into the widget at the bottom of the menu where the editor info is (I’ll fix this in the future). I also managed to add a very basic and bare-bones error checker that will check for unclosed parenthesis’s and improper string literals although more will be added in the future. Don’t mind the “login to github” button as it doesn’t work yet but I will give it some functionality in the future.
What I want to add.
Eventually I want to add a tab system so that you can go between looking at the packages list and the file tree instead o having it be in thing. I also plan to adapt a parser library into it so it can properly parse the source file. Also, as I stated before, I want to add git control to it but that’s on the back burner for right now.
Tell me, what do you guy want to see added that you would like in it?