GDL Syntax Highlight for VSCode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-06-17 01:07 PM - last edited on ‎2022-09-26 10:50 PM by Daniel Kassai
You can download it from VSCode marketplace or install it directly from VSCode->Extensions (search for GDL).
- Labels:
-
Library (GDL)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-27 07:24 PM
Just a question (due to the lack of experience in this type of workflow), most who would script in GDL (including myself) would need a window to view the evolution of our scripts for 2D and 3D representation and UI script for the user interface.
Would your method provide us with those graphical windows?
Beside, there are other factors that may come into play, such as global parameters and settings that are only available within the targeted project template, which I believe (please correct me if I was wrong) would remain hidden from the external IDE with the method you're proposing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-27 07:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-27 08:23 PM
Ive written a custom addon installed in ac (ac runs in backgroud) which implements a rest service that receives gdl code from vscode, creates a library part, extracts 3d info and returns data for javascript to draw a 3d object in vscode window.
Not that complicated, unfortunatelly uncompleted due to lack of time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-27 10:38 PM
vuego wrote:Exciting news!
The preview window in vscode can be done. I have a half-working proof of concept which i intended to implement.
Ive written a custom addon installed in ac (ac runs in backgroud) which implements a rest service that receives gdl code from vscode, creates a library part, extracts 3d info and returns data for javascript to draw a 3d object in vscode window.
Not that complicated, unfortunatelly uncompleted due to lack of time
It sounds like the best thing that can happen is GS open sources their tool and "we" the community can enhance it!
I am assuming you are using three.js?
It would be great if they made Param-O opensource pushing to that window for updates would be great. What we really dont need are many different windows all open that are essentially doing similar tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-28 10:23 AM
What video?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-29 02:15 AM
Moonlight wrote:
@Joe Putnam
What video?
The image in Joe's post is the video link.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-29 10:47 AM
@Putnam Got it
Well I wouldn't mind working this way, the only inconvenient that I may think of is that of the force of habit for working in ArchiCAD's GDL Editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-03-21 03:14 PM
EACCES: permission denied, open '/Users/james/.vscode/extensions/graphisoft.gdl-1.24.3/package.json'
Failed Installing Extensions: file:///Users/james/Documents/perms/GRAPHISOFT.gdl-1.24.3.vsix
Any advice would be appreciated. Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-07-07 01:18 PM
- Document symbols (Ctrl-Shift-O)
- Workspace symbols (Ctrl-T)
- IntelliSense lists parameters and master script constants (toggle with Ctrl-Shift-Space)
- Show parameter info in hover
- Show parameters with bold font
- Highlighting of built-in property ID strings
- Highlighting of deprecated global variables
- Reference guide updates
Software Engineer, Library
Graphisoft SE, Budapest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-02-19 07:53 AM
I think we need to use it in Archicad gdl editor!!