Quoting and Inserting code on the forum

Drop in here to discuss whatever you want.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
CVH
Premier Member
Posts: 3415
Joined: Wed Sep 27, 2017 4:17 pm

Quoting and Inserting code on the forum

Post by CVH » Sat Aug 24, 2019 10:11 pm

Before posting a new topic about a contribution it would be nice to properly 'Quote' and 'Insert code'.
My earlier attempts failed and they were all displayed in plain text.
I thought it was my browser or ...

Code: Select all

    // This should look as code
    // Terminate without any entity selected
    if (idn == 0) {
        // Push warning to history
        EAction.handleUserWarning("No entities selected!");
        this.terminate();
        return;
    }
CVH wrote:
Sat Aug 24, 2019 7:06 pm
This should be a quote.

There is surely something with Layers being selected and/or being active (edit mode).
This time I had two active Layers
The solution was to NOT set BBCode to disabled.
That was not stated in the BBCode tutorial and afterwards it now seems obvious.

Regards
CVH

Post Reply

Return to “Chat”