PDA

View Full Version : FPS IDE for Free Pascal Compiler



WILL
04-06-2006, 05:16 PM
While FPS is not an overly complicated IDE for the Windows platform, but it does lend to one possitive trait, it's very simple to use and clean in it's function.

<center>http://www.pascalgamedevelopment.com/files/news/2006_06_04_fps.gif</center>

It is also a great sign to see that interest in Free Pascal has spawned such that other FPC-based development tools are starting to grow in numbers. This is the 3rd public, 3rd-party IDE to directly support the Free Pascal Compiler. Developed by Rimgaudas Laucius at the Institute of Mathematics and Informatics (http://www.mii.lt/) in Lithuania.

FPS currently features; Support for FPC 2.1.x feautres, easy installation, step by step debugging, watching expresions and a unicode user interface.


More information for FPS 0.9.5 is available at ims.mii.lt/fps/ (http://ims.mii.lt/fps/en/about/index.html)!

cragwolf
04-06-2006, 06:21 PM
what are the other 2 3rd-party ide's to support feepascal?

dmantione
04-06-2006, 06:48 PM
MSEIDE and Dev-Pascal, to my knowledge. There have been a few more projects in the past, but they went nowhere.

WILL
05-06-2006, 12:03 AM
MSEIDE? This one is new to me. :)

I consider Lazarus to be 3rd party, dispite the fact that the web address is obviouly assosiated, it is a seperate team working on Laz altogether. The other is Dev-Pascal as Daniel himself says.

Ingemar
06-06-2006, 06:13 AM
Dev-Pascal is Windows only, right? On Linux one can use Kdevelop. Isn't it possible to use Eclipse for FPC?

Legolas
06-06-2006, 11:54 AM
Dev-Pascal is Windows only, right? On Linux one can use Kdevelop. Isn't it possible to use Eclipse for FPC?
AFAIK, the only pascal plugin for Eclipse is pasclipse (http://sourceforge.net/projects/pasclipse), but it is inactive since 2002 :(

WILL
06-06-2006, 11:56 AM
So has anyone tried THIS one out yet? :)

JernejL
12-06-2006, 04:35 PM
it has practically no compiler settings which make it virtually useless...

fragle
15-06-2006, 11:40 AM
So has anyone tried THIS one out yet? :)Tried it twice. Uninstalled it three times ;) ('cause if you change the install path from default, it installs to both - program files and the directory of your choice, so you have to delete one by hand :P ). Somehow i can't seem to like it even when i don't have any major gripes about anything. I will probably try fps once again when a new version comes out though ;)

it has practically no compiler settings which make it virtually useless... And what settings would you like to change every so often to require interface support might i ask? ;) It has different build types for debugging and release and, if i remember correctly, one can define custom compiler strings as well.. On top of that, fpc allows you to set most of the options in the source file itself if need be... FPS also has integrated debugger, which makes it at least somewhat better than most syntax-highlighting text editors..

I might sound double-faced (since i'm not really excited about it myself), but lack of compiler options does not a useless IDE make ;) And one last thing: the original post didn't mention that FPS is meant to be used in schools, where simplicity is a good thing in my opinion.

JernejL
16-06-2006, 09:26 AM
whatever setting it was neccesary to make my project compile in lazarus i cannot turn it on in fps and my project wont compile because "uses this in 'this.pas'" doesnt compile.

Fcw
18-06-2006, 07:09 AM
it's seems very well
i'll try it
thx

Clootie
18-06-2006, 11:18 AM
[For me] IDE that doesn't support embedded debugging - is not an Integrated Development Environment. But if it does support debugging I can excuse it many things.

:D