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

Capitan Cloud df24b7ec57 Update radxide.tcl 1 yıl önce
icons 74bb9d3901 Add files via upload 1 yıl önce
templates 74bb9d3901 Add files via upload 1 yıl önce
LICENSE 6f2c46debf Initial commit 1 yıl önce
README.md c7b2148608 Update README.md 1 yıl önce
edit.tcl 74bb9d3901 Add files via upload 1 yıl önce
eglib.tcl 74bb9d3901 Add files via upload 1 yıl önce
file.tcl 74bb9d3901 Add files via upload 1 yıl önce
filelib.tcl 74bb9d3901 Add files via upload 1 yıl önce
main.tcl 74bb9d3901 Add files via upload 1 yıl önce
menu.tcl 74bb9d3901 Add files via upload 1 yıl önce
radxide.tcl df24b7ec57 Update radxide.tcl 1 yıl önce
tree.tcl 74bb9d3901 Add files via upload 1 yıl önce
win.tcl 74bb9d3901 Add files via upload 1 yıl önce

README.md

RADXIDE

One more IDE but thought for RAD - Tcl-Tk <= 8.6

The software check for the existance of the Working Dir in /home/YourUser/.radxwork and must configured for this in radxide.tcl, variable dan(WORKDIR).

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

/home/YourUser/.radxwork/.examples

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

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

RADXIDE and most of code here presented and distributed contain excerpts from [alited](https://github.com/aplsimple/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 to this RadXIDE have no knowledge about.

Code Library scaffolding and most of its code 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 to RadXIDE have no knowledge about. For the related copyright notice refer part of this software.

License: MIT.
Copyright (c) 2023-2024 5 Mode (Last implementation and adaptations.)
Copyright (c) 2021-2023 Alex Plotnikov https://aplsimple.github.io (original scaffolding and excerpts.)