From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/extending-dte-editor.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/extending-dte-editor.html') diff --git a/public/extending-dte-editor.html b/public/extending-dte-editor.html index bc6cf2b..83459d9 100755 --- a/public/extending-dte-editor.html +++ b/public/extending-dte-editor.html @@ -1,9 +1,12 @@ -Extending dte editor

Extending dte editor

note, May 31, 2023 on Mitja Felicijan's blog

dte is an interesting editor I started using lately more and more. Since it is using execvp() it can be easily extended. I needed comment/uncomment feature so I created a small utility that does this for @@ -38,7 +41,7 @@ above.

Next one will be invoking formatter based on the type of a file.

My c hi keyword red; hi linenumber blue; hi comment cyan; -


Posts from blogs I follow around the net