I am adding a new section to Limcon but the section shows up at the end of the list. Is it possible to make it appear at the top ?
Within Limcon, new sections can be added via GUI. Behind the scenes that gets converted to a Libraryname.asc file before it is compiled into Libraryname.lib, which resides in C:\ProgramData\Bentley\Engineering\Limcon\Lib.
After adding a new section, you may go to File > Configure > Edit Library Source file.
New sections are added as one line at the bottom of the each section category within the ASC file. If you cut and paste this line to the top, then close, you will be asked “if you want to compile library”, click yes; The newly added section will then appear at the top within Limcon.
Note that “$” signal a comment within ASC file.
For example: Newly added section ABC is showing up at the top as seen in the picture below