From c139b7fe785373d0b8bd123083d23f86271f4cd7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 10 Dec 2020 20:43:19 +0100 Subject: [PATCH] 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. --- Base/etc/FileIconProvider.ini | 1 - Base/home/anon/.config/LaunchServer.ini | 1 - Base/home/anon/Source/js/javascript.hsp | 2 -- Base/home/anon/Source/little/little.hsp | 6 ------ Base/res/apps/HackStudio.af | 3 --- 5 files changed, 13 deletions(-) delete mode 100644 Base/home/anon/Source/js/javascript.hsp delete mode 100644 Base/home/anon/Source/little/little.hsp diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 480a9f38e5..d700accd85 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -1,7 +1,6 @@ [Icons] cplusplus=*.cpp,*.cxx,*.cc,*.c++ form=*.frm -hackstudio=*.hsp header=*.h,*.hpp,*.hxx,*.hh,*.h++ html=*.html,*.htm ini=*.ini diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 4a27548ebe..57149940d8 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -11,7 +11,6 @@ html=/bin/Browser wav=/bin/SoundPlayer txt=/bin/TextEditor font=/bin/FontEditor -hsp=/bin/HackStudio sheets=/bin/Spreadsheet *=/bin/TextEditor diff --git a/Base/home/anon/Source/js/javascript.hsp b/Base/home/anon/Source/js/javascript.hsp deleted file mode 100644 index 28bed34814..0000000000 --- a/Base/home/anon/Source/js/javascript.hsp +++ /dev/null @@ -1,2 +0,0 @@ -javascript.hsp -*.js diff --git a/Base/home/anon/Source/little/little.hsp b/Base/home/anon/Source/little/little.hsp deleted file mode 100644 index 6f1e3299c7..0000000000 --- a/Base/home/anon/Source/little/little.hsp +++ /dev/null @@ -1,6 +0,0 @@ -main.cpp -Makefile -little.hsp -test.frm -other.cpp -other.h diff --git a/Base/res/apps/HackStudio.af b/Base/res/apps/HackStudio.af index 64363e1d7c..a70b0c29fd 100644 --- a/Base/res/apps/HackStudio.af +++ b/Base/res/apps/HackStudio.af @@ -6,6 +6,3 @@ Category=Development [Icons] 16x16=/res/icons/16x16/app-hack-studio.png 32x32=/res/icons/32x32/app-hack-studio.png - -[Launcher] -FileTypes=hsp