cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Our Community
Ask questions about this community and the platform.

Post Formatting Wish: Add more Code Highlighting Options (GDL, PowerShell, bash/zsh, CMake)

Hi!

This wish mainly concerns the Developer Forum, but since the implementation would probably affect all forums, I'm opening the topic here.

I'm finding myself answering quite a lot of questions in the developer forum with code examples & snippets.

It would be great if we had code highlighting support for all relevant languages for developing Archicad Add-Ons and objects.

 

The relevant languages I'm missing are:

  • GDL for Archicad Objects
  • PowerShell: The most relevant CLI language on Windows
  • bash/zsh: The two most relevant CLI languages on macOS
  • CMake: For modern AC Add-On build configurations

 

Best,

Bernd

Bernd Schwarzenbacher - Archicad Add-On Developer - Get Add-Ons & Archicad Tips on my Website: Archi-XT.com
2 REPLIES 2
Lingwisyer
Guru

Yeah, it is funny that the forum does not include GDL highlighting, more so since it is apparently coming with the GDL refresh, when ever that is happening.

AC22-23 AUS 7000Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win10 | R5 2600 | 16GB | GTX1660
GAG
Advocate

I totally agree with you.

I'd like to add just one universal feature — full Markdown (CommonMark specification) support, which will be enough.

Then we could use md code tag (```) with a wide range of different languages supported:

 

 

```py
# Python code here
```

```sh
# bash/zsh code here
```

 

 

George

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!