I created this Editor with visual-prolog, it uses the Scintilla -editor through the DLL.
It can handle swi prolog syntax, best is to use the atoms with single quotes.
download the Zip, extract the Tree and
start editor.exe in de the folder editor
there are Readme.txt files in the folders
I created it because in most editors for me as a programmer
the search functions are insufficient, they do not keep your search
words, and you have to leave your current editor to be able to copy
parts of other files, this is realized here through the button: Edit extern download the zip file
the Main menu with File open dont work, i have not been using these
because i open all the files through the Browse-buttons,
this editor has to be updated indeed to a better version, i can make an update very soon, i will post it here.
I am very hounored that somebody did actually install it.
the editor uses the scintilla editor, the rest is done through windows button
programming, It saves every thing as Utf-8 files.
the search is done by reading all the files on disk,
a lot of things need to be added to make it usable, also a status window is needed
main reason i tried to make it, is that search through files functions in most IDEs are limited, and also the possibility to copy parts of other files in the current file without losing position is often impossible
Well, to get more installs, you should first tell us clearly what are we going to get. A screenshot showing the opened prolog files, editing/execution features, etc.
1 screen shot was attached in the first post, the main thing what you can going to get is an editor which can browse many folders, it remembers all the folders that you did open before, also after closing the program. The editor has syntax coloring for Xml Html, Prolog, Cpp, it ignores png, jpg images in the browse listings, i will update the program very soon. Indeed more screen shots and more documentation is needed.