serenity/Userland/DevTools/SQLStudio
Timothy Flynn 74cd0a0c82 SQLStudio: Simplify action handling a bit
Most actions do not need to care about whether there is an open editor
tab, as we can (and should) disable those actions when there isn't an
open tab. We can also hide the verify_cast handling inside a helper
function.
2022-12-30 14:17:18 +01:00
..
CMakeLists.txt SQLStudio: Convert SQLStudio to GML 2022-12-30 14:17:18 +01:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MainWidget.cpp SQLStudio: Simplify action handling a bit 2022-12-30 14:17:18 +01:00
MainWidget.h SQLStudio: Simplify action handling a bit 2022-12-30 14:17:18 +01:00
ScriptEditor.cpp SQLStudio: Protect against possible crash when saving an empty file 2022-12-30 14:17:18 +01:00
ScriptEditor.h sql+SQLStudio: Recover from errors preparing SQL statements 2022-12-30 14:17:18 +01:00
SQLStudio.gml SQLStudio: Convert SQLStudio to GML 2022-12-30 14:17:18 +01:00