From 0cb58a43fb5a3a8cae5deee78fbdf228e3564073 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 25 Nov 2022 11:07:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 753a575..1ab9b38 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,39 @@ -ABOUT +# About ProjMan (aka "Tcl/Tk Project Manager") is a editor for programming in TCL/Tk (and other language). -It includes a file manager, a source editor with syntax highlighting and procedure navigation, a context-sensitive -help system, and much more. -Working an Linux. +It includes a file manager, a source editor with syntax highlighting and code navigation, a context-sensitive help system, Git support, and much more. +Working an Linux and Windows. -REQUIREMENTS +# Support languages + +Highlightning and source code navigation: + +* Tcl/Tk +* GO +* Perl +* Python +* Ruby +* Shell (BASH) +* Markdown +* YAML (Ansible support) + +Highlightning: + +* HTML +* XML + +# Requirements For UNIX-like OS Tcl/Tk >= 8.6 http://tcl.tk tcllib, tklib -CREDITS +# Credits +Sergey Kalinin - author svk@nuk-svk.ru http://nuk-svk.ru Laurent Riesterer - VisualREGEXP and TkDIFF+ parts laurent.riesterer@free.fr http://laurent.riesterer.free.fr - - - - - -