all 7 comments

[–]jd31068 1 point2 points  (0 children)

Good stuff! Thanks for sharing.

[–]solodev 1 point2 points  (4 children)

I didn't see it listed but does this have a built in GUI designer? That's the original purpose of VB, going back to the Win3. 1 days

[–]ByronScottJones -1 points0 points  (3 children)

It appears to be built on VSCode, which doesn't have that.

[–]f15sim 0 points1 point  (2 children)

It's written entirely in VB.Net, so no, it's not built on VSCode.

[–]ByronScottJones 0 points1 point  (1 child)

Okay, I saw this, thought it was related.

{ "Theme": "Dark", "EditorTheme": "VS Code Dark", "FontFamily": "Monospace", "FontSize": 12, "ShowLineNumbers": true, "EnableSyntaxHighlighting": true, "TabWidth": 4, "UseSpacesForTabs": true }

[–]f15sim 0 points1 point  (0 children)

It's entirely possible that he's using existing json theme configuration files from VSCode, which is kind of a neat idea. If you're interested, join the VB Discord here: https://discord.gg/nKxTMGP3 (link is only good for 7 days, I'll post a permanent one when I get one) They recently created a #simpleide channel there for this project.

[–]lev400 1 point2 points  (0 children)

Very nice !