Hello all :)
After all this talk of doing PCE development it sparked me to go ahead and
complete a project I had started a while ago. Basically I've written a
(fairly) nice IDE for HuC called HuCEngine that includes the following
features:
* Full support for color syntax highlighting. (color syntax is generated on
the fly just like a real IDE ^_^)
* Each code window can choose from two very different color schemes for
those who are fans of DOS and windows style IDEs.
* All compiler and assembler output is captured for you into a text file,and
then loaded onto your screen for easy review.
* Full search and replace functionality, including buttons for searching for
the next item, and previous item built into each code window.
* 10 configurable bookmarks for each code window that is open, making it
easy to jump back and forth between sections of code commonly used.
* 1024 levels of undo and redo capability for each code window open.
* The ability to run your choice of 5 (completely configurable) different PC
Engine emulators after you've compiled your code without ever leaving the
IDE.
* Remembers what window size was the last time you used it, and what
position it was on your screen.
* Remembers what directory you were in the last time you Opened a file.
More features will hopefully be coming soon as I have free time to work on
it.
Mr. Aaron Nanto has been kind enough to host the HuCengine project, and I
believe Zeograd is going to be kind enough to give me a spot on the hu-go
home page for the IDE as well:). So, those of you developers who were hoping
for a free and integrated solution, I hope you'll enjoy my little project.
Please check out www.pcenginefx.com to download it ^_^.
Take Care!
-Eagan Rackley
xxxxxx@earthlink.net
icq:38232923
P.S. The work was done in Delphi, so if anyone out there has a working
version of Kylix, it would be great to port this over to linux:).