1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

DevTools: Remove VisualBuilder and FormCompiler

This functionality is being moved to HackStudio so let's not confuse
people by keeping the old stuff around.
This commit is contained in:
Andreas Kling 2020-10-01 20:06:18 +02:00
parent 6c9a3ecf42
commit 0245e0f03a
26 changed files with 1 additions and 2033 deletions

View file

@ -7,7 +7,6 @@ alias ms=Minesweeper
alias sh=Shell
alias sn=Snake
alias tb=Taskbar
alias vb=VisualBuilder
alias wg=WidgetGallery
alias te=TextEditor
alias he=HexEditor

View file

@ -10,7 +10,6 @@ jpeg=/bin/QuickShow
html=/bin/Browser
wav=/bin/SoundPlayer
txt=/bin/TextEditor
frm=/bin/VisualBuilder
font=/bin/FontEditor
hackstudio=/bin/HackStudio
*=/bin/TextEditor

View file

@ -1,11 +0,0 @@
[App]
Name=Visual Builder
Executable=/bin/VisualBuilder
Category=Development
[Icons]
16x16=/res/icons/16x16/app-visual-builder.png
32x32=/res/icons/32x32/app-visual-builder.png
[Launcher]
FileTypes=frm

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

View file

@ -51,8 +51,7 @@ Serenity includes several development tools to enable you to create new
applications for Serenity. You can build a new graphical tool, craft a new
server, hack on a kernel, hammer the browser... the possibilities are endless!
This is all possibly by using HackStudio, Visual Builder, Terminal, and the
(optional) GNU tools.
This is all possibly by using HackStudio, Terminal, and the (optional) GNU tools.
* Multimedia
$ /res/icons/16x16/audio-volume-medium.png