One more IDE but thought for RAD - TclTk, MIT

Capitan Cloud 6a983e7c81 Add files via upload 2 주 전
examples 38b6164615 Add files via upload 10 달 전
icons b20adb5da4 Add files via upload 10 달 전
res d8ca10918b Add files via upload 10 달 전
templates f9919e16ed Add files via upload 10 달 전
LICENSE c3128d948f Update LICENSE 10 달 전
README.md 37fc1c8061 Update README.md 2 주 전
edit.tcl f12204dcd5 Add files via upload 10 달 전
eglib.tcl f9919e16ed Add files via upload 10 달 전
file.tcl 2d29baf3ca Add files via upload 10 달 전
filelib.tcl 2d29baf3ca Add files via upload 10 달 전
main.tcl 4a0f947d59 Add files via upload 8 달 전
menu.tcl f12204dcd5 Add files via upload 10 달 전
radxide 08434628ff Add files via upload 10 달 전
radxide.tcl 6a983e7c81 Add files via upload 2 주 전
tree.tcl 6a983e7c81 Add files via upload 2 주 전
win.tcl f0da04b38f Add files via upload 8 달 전

README.md

RADXIDE


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 in 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 enforces the following Project structure:
/Private
/Public

Setting dan(MAXFILES) you define how many files max the project can contain. Setting dan(MAXFILESIZE) you define the max size of the file RADXIDE can handle. The defaults are some good ones, but in the need you know what to change.

You can exclude folders from the project by adding their name to $dan(prjdirignore) eg {.git nbproject} in a way they are ignored by RADXIDE.
NB: files and folders in the root of the project are ignored by default. You can always hide any file or folder by the subfix " y".


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