Notepad++ "Function List" for CATScript

This is a guide on how to enable the “Function List” feature in Notepad++ when editing CATScript source code files.

Continue reading...

QLOCKTWO - Javascript Version

QLOCKTWO - Webapp Build in pure html, css and javascript. No images were used. It supports five languages (english, german, french, italian and spanish) and you can change the color. Full screen mode... ● ● ● ● en | de | fr | it | es Credits QLOCKTWO from Biegert & Funk (http://qlocktwo. Continue reading...

Win7 Registry edits

Win7 Registry edits Removing the MS Edge message Whenever MS Edge (in Windows 7) is launched, it shows a reminder telling me Edge is not supported any more and asks to get updated to a later Windows version. This message appears in the top-bar of the application window. Continue reading...

Tcl/tk HelpViewer widget based on Tkhtml 3.0

HelpViewer - a Tcl/Tk widget The helpviewer widget represents the core functionality for for the helpviewer application. The functionality is based on Tkhtml3.0 (shared library) and subsequently on the html3widget (tcl/tk source package). Usage: After download, the package might not run out of the box. Continue reading...

Create Markdown Table of Content

Create Markdown Table of Content A small utility function to create a table of content section at the beginning of a markdown file. Purpose Let’s assume the following work-flow: Usually I use a text editor (preferable with code highlighting for the markdown syntax) for text-writing. Continue reading...

Recursive directory listing for Hugo

How to program a recursive directory listing I came across the idea to create a summary page showing all files which are stored in a directiory down below Hugo’s /static folder. Here is a brief description of how such a shortcode could be implemented. Continue reading...

File rename utility

File rename utility Welcome to the file rename utility Purpose This utility renames all files of a given directory so that the last modified date of each individual file is added as prefix at the very beginning of the filename. Continue reading...

Font selection dialog

Font chooser / font selection dialog Although there are many similar font selection dialogs available, I always wanted to create a dialog which allows to choose a font in an easy and efficient way. This is a support package for tcl/tk which implements another kind of font selection dialog (or so called font chooser dialog). Continue reading...

Tag Cloud for Hugo

Tag and Categories Cloud for Hugo Tags and categories are a great choice for organizing content. In this post I’d like to show how to layout & program a tag cloud for hugo, a static site generator. When creating a new article in the content folder, don’t miss to enter the “tags” and “categories” taxonomy information. Continue reading...

Delete all unused Details

Delete all unused Details Purpose This CATScript macro for Catia can be used to delete all unused details which are currently available in one of the available detail sheet(s). An unused detail hereby is a detail which is not referenced in any of the available drawing views in a CATDrawing. Continue reading...