One more IDE but thought for RAD - TclTk, MIT https://radxide.com

Capitan Cloud c3128d948f Update LICENSE 1 jaar geleden
examples 38b6164615 Add files via upload 1 jaar geleden
icons b20adb5da4 Add files via upload 1 jaar geleden
res d8ca10918b Add files via upload 1 jaar geleden
templates f9919e16ed Add files via upload 1 jaar geleden
LICENSE c3128d948f Update LICENSE 1 jaar geleden
README.md a08f3a8894 Update README.md 1 jaar geleden
edit.tcl f12204dcd5 Add files via upload 1 jaar geleden
eglib.tcl f9919e16ed Add files via upload 1 jaar geleden
file.tcl b5cc32d550 Add files via upload 1 jaar geleden
filelib.tcl 83cd53c733 Add files via upload 1 jaar geleden
main.tcl f9919e16ed Add files via upload 1 jaar geleden
menu.tcl f12204dcd5 Add files via upload 1 jaar geleden
radxide 08434628ff Add files via upload 1 jaar geleden
radxide.tcl f12204dcd5 Add files via upload 1 jaar geleden
tree.tcl 3a92323464 Add files via upload 1 jaar geleden
win.tcl f12204dcd5 Add files via upload 1 jaar geleden

README.md

RADXIDE

One more IDE but thought for RAD.


Originally envisioned for RAD development in PHP...

RADXIDE checks for the existance of the Working Dir in /home/YourUser/.radxwork.

The "Code Library" of the window right pane needs the folder $dan(WORKDIR)/.snippets eg:

/home/YourUser/.radxwork/.snippets

and must be filled with your example files tagged with one [tag] on their names and containg a first line of #comment to give a the menu a descriptive nomenclature:

~/.radxwork/.snippets/file [php].inc:
#Example of PHP code
phpinfo();

Please see "examples/_snippets"

RADXIDE enforce the following Project structure:
/Private
/Public

You can add accessory folders you want them remaining external from the project but remember to add their name in $dan(prjdirignore) eg {.git nbproject} in a way they are ignored by RADXIDE.
NB: files in the root of the project are ignored by default



RADXIDE and most of code here presented and distributed contains excerpts from alited by Alex Plotnikov and contributors to the project. The original code of these excerpts could be borrowed from other sources which the author and the contributors of RADXIDE have no knowledge about.

Code Library scaffolding and most of its code contains excerpts from "Practical Programming in Tcl and Tk, 4th Ed." by Brent B. Welch, Ken Jones, Jeffrey Hebbs. The original code of these excerpts could be borrowed from other sources which the author and the contributors of RADXIDE have no knowledge about. For the related copyright notice refer to part of this software.


License: MIT.

Authors:
RAXIDE, Daniele Bonini (Last implementation and adaptations.)
Alited, Alex Plotnikov (original scaffolding and excerpts.)
Tcler's Wiki (original excerpts.)


Screenshot:




Feedback: posta@elettronica.lol