From 87ae490b94f71bfd89199b56b45bb36d59b5e698 Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 22 Dec 2022 19:42:53 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.woodpecker/.build.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 80ddf83..6b92896 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,6 +1,6 @@ pipeline: build: - image: svk28/tcltk-build-debian + image: svk28/tcltk-build-debian:latest commands: - cd debian - ./build-deb-projman.sh From 0b92e4a1f0836b9b6f92edde8ce58e6b6cdb5c41 Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 22 Dec 2022 19:48:06 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.woodpecker/.build.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 6b92896..b228221 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,8 +1,6 @@ pipeline: build: - image: svk28/tcltk-build-debian:latest + image: svk28/tcltk-build-debian commands: - cd debian - ./build-deb-projman.sh - when: - branch: master From 6180a3571829c959716ee5cd11b759f551ee936e Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 22 Dec 2022 19:59:05 +0300 Subject: [PATCH 3/4] Test --- .woodpecker/.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index b228221..f4a8a44 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,6 +1,6 @@ pipeline: build: - image: svk28/tcltk-build-debian + image: svk28/tcltk-build-debian:latest commands: - cd debian - ./build-deb-projman.sh From 336a05cd61e48884f25c269c7a5c853682a26801 Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 23 Feb 2023 13:46:56 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index c3548fa..25ce87c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,35 @@ For UNIX-like OS Tcl/Tk >= 8.6 http://tcl.tk tcllib, tklib +## Screenshots + +- Navigation the source code structure + +![projman-1.png](https://nuk-svk.ru/images/projman/projman-1.png) + +- Hints when entering names of variables and procedures + +![projman-2.png](https://nuk-svk.ru/images/projman/projman-2.png) + +- Searching for a variable definition in ansible files + +![projman-ansible-1.png](https://nuk-svk.ru/images/projman/projman-ansible-1.png) + +- Navigation the ansible source code structure + +![projman-ansible-2.png](https://nuk-svk.ru/images/projman/projman-ansible-2.png) + +- Navigation the markdown source code structure + +![projman-md-1.png](https://nuk-svk.ru/images/projman/projman-md-1.png) + +- Git dialog (commit history) + +![projman-git-1.png](https://nuk-svk.ru/images/projman/projman-git-1.png) + +- Git dialog (changes) + +![projman-git-2.png](https://nuk-svk.ru/images/projman/projman-git-2.png) ## Getting source code