Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Aaron Woodhouse

#1
Off Topic / Re: Reference Manual Web Page
June 05, 2025, 01:49:54 PM
Hi James,

Thanks for noticing this. It was due to some css styling.

The old truncating behaviour should now be used again after refreshing your browser page & cache by using shift-f5
#2
v22.00 will be out very soon
Keep your eyes peeled ;)

Make sure to check out the release notes when it does, we've got some cool stuff coming 8)
#3
Programming / Re: Visual Studio extension
September 25, 2024, 04:57:38 PM
Hello,

Just to answer your question on VS Code: VS Code does not include the ability to compile without the use of a compiler extension. It was built as a "Code Editor", unlike Visual Studio which has the ability to compile and run your code directly.

Hope this helps!