ladybird/Userland/DevTools/SQLStudio
Timothy Flynn 640e22bbdb SQLStudio: Only display the character/word count of selected text
It's not particularly useful to see the word count of a SQL script,
except for when displaying the number of selected words. This changes
SQLStudio to behave exactly like HackStudio in this regard. We will use
segment 0 to display the selected text stats (if any) and segment 2 for
the cursor position. Segment 1 will be used in an upcoming commit for
the current SQL connection status. We also now handle displaying action
text the same way as HackStudio.
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: Only display the character/word count of selected text 2022-12-30 14:17:18 +01:00
MainWidget.h SQLStudio: Close the current SQL connection before opening a new one 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