
Purpose This is how to get the “Function List” in n++ up and running when editing CATScript source code files.
I am using the Notepad++ text editor for quite a while and was not aware about the “Function List”, which is quite handy to navigate through the source.
Continue reading...

QLOCKTWO - Javascript version Build in pure html, css and javascript. No image were used. It supports five languages (english, german, french, italian and spanish) and you can change the color.
.full-screen {
/* padding: 10px;
height: 200px;
width: 95%;
background-color: #1c87c9; */
}
.
Continue reading...

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 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...

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 Welcome to the filerename 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.
I am pretty sure one can find already tons of software applications out there which support such a functionality (or maybe not).
Continue reading...

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 & 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 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...

Page Bundles in Hugo Page bundles are available in hugo (a static web site site generator which is great fun) for quite a while now.
I always wanted to store files (assets and images, etc…) which belongs to an article in the same directory as the article itself - or at least in a sibling directory down below the content tree.
Continue reading...