Page 1 of 1

Quoting and Inserting code on the forum

Posted: Sat Aug 24, 2019 10:11 pm
by CVH
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