We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-06-17 01:07 PM - last edited on 2022-09-26 10:50 PM by Daniel Kassai
2022-02-19 11:54 AM
@Peter Baksa Six months is a long time in software development; is there any change in GS policy direction with regards internal scripting either being deprecated or possibly upgraded?
As has been mentioned by others, I also would be reluctant to take my scripting outside Archicad, as my primary objects are closely tied with CALL functions and MVO values. How do you check these things are communicating correctly if you don't have access to those values?
The saving process from VSCode and testing in AC would need to be seamless if this is the way forward. Personally, I think the AC GDL interface could be significantly improved with a few cosmetic changes and save us all the grief of trying to adopt & understand the VSCode workflow.
The goal of GDL was a simple language like BASIC that could be adopted & understood by many.
GS investing time in VSCode is just a distraction from the core library part development tool which is needed by many to create unique solutions in AC to their particular problems. Would it really be that difficult to refresh the AC GDL user interface with line numbers, syntax highlighting etc?
2022-02-24 01:22 AM
Thanks
2022-03-02 03:22 PM
There is some progress about this, GS treats the upgrade of the GDL editor with high priority among planned features.
In its current form it suits beginners and the vscode extension is targeted for handling large libraries, the segment between the two needs the best of both.
Internal scripting will definitely stay, the project environment is very important for testing the scripts (attributes, labeled objects, model information...)
2022-03-02 03:58 PM
Great! Will the new improved GDL editor be in AC 26? 27?
2022-03-03 05:46 PM
@Peter Baksa wrote:There is some progress about this, GS treats the upgrade of the GDL editor with high priority among planned features.
In its current form it suits beginners and the vscode extension is targeted for handling large libraries, the segment between the two needs the best of both.
Internal scripting will definitely stay, the project environment is very important for testing the scripts (attributes, labeled objects, model information...)
Thank you Peter, this is reassuring news!
2022-03-07 08:37 AM
Not in AC26, please ask again in six months if it will make it into AC27.
2022-11-15 05:54 PM
Hello @Peter Baksa ,
I was reading this thread and stumbled upon your message. Any news about a GDL editor update for AC27 ? 🙂
2022-11-16 06:19 PM
Hi,
development is almost ready, it is very probable that it will be in the next version.
2022-11-21 06:53 AM
Cool!
2023-03-11 08:53 AM
Hello,
do I gather that can we expect soon a direct communication between Visual Studio Code and Archicad? This is very good, I began learning GDL and was shocked to read that there is no communication between the Editor and AC. What is that good for?
I come from Vectorworks development (Pascal, Python). There you can just use any editor and test your objects while scripting. The communication between script files and AC is seamless. Moreover, the include system is fully developed both in Pascal and in Python. This allows a great efficiency and flexibiltiy in your development.
For this reason nobody wants to use the internal editor any longer (which has been modernised recently from the '80s).