mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 12:05:06 +00:00
Base: Remove *.hsp files
HackStudio no longer has dedicated project files, so let's get rid of the *.hsp file concept. It'll eventually produce some files again, but they won't be the same kind of "project" files.
This commit is contained in:
parent
dd3e6451ac
commit
c139b7fe78
5 changed files with 0 additions and 13 deletions
|
@ -1,7 +1,6 @@
|
||||||
[Icons]
|
[Icons]
|
||||||
cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
||||||
form=*.frm
|
form=*.frm
|
||||||
hackstudio=*.hsp
|
|
||||||
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
||||||
html=*.html,*.htm
|
html=*.html,*.htm
|
||||||
ini=*.ini
|
ini=*.ini
|
||||||
|
|
|
@ -11,7 +11,6 @@ html=/bin/Browser
|
||||||
wav=/bin/SoundPlayer
|
wav=/bin/SoundPlayer
|
||||||
txt=/bin/TextEditor
|
txt=/bin/TextEditor
|
||||||
font=/bin/FontEditor
|
font=/bin/FontEditor
|
||||||
hsp=/bin/HackStudio
|
|
||||||
sheets=/bin/Spreadsheet
|
sheets=/bin/Spreadsheet
|
||||||
*=/bin/TextEditor
|
*=/bin/TextEditor
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
javascript.hsp
|
|
||||||
*.js
|
|
|
@ -1,6 +0,0 @@
|
||||||
main.cpp
|
|
||||||
Makefile
|
|
||||||
little.hsp
|
|
||||||
test.frm
|
|
||||||
other.cpp
|
|
||||||
other.h
|
|
|
@ -6,6 +6,3 @@ Category=Development
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/app-hack-studio.png
|
16x16=/res/icons/16x16/app-hack-studio.png
|
||||||
32x32=/res/icons/32x32/app-hack-studio.png
|
32x32=/res/icons/32x32/app-hack-studio.png
|
||||||
|
|
||||||
[Launcher]
|
|
||||||
FileTypes=hsp
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue