1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 00:45:06 +00:00
serenity/Userland/Applications/TextEditor
Idan Horowitz 77601e09c8 FontEditor+TextEditor+Playground: Refuse to load device files
This prevents the undefined behaviour that would come up as a result of
doing so. (For example: opening "infinite" devices like /dev/full will
result in an infinite loop until exhaustion of memory)
2021-03-30 11:29:52 +02:00
..
CMakeLists.txt LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
main.cpp Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
TextEditorWidget.cpp FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00
TextEditorWidget.h TextEditorWidget: Whitespace related options 2021-03-25 11:01:49 +01:00
TextEditorWindow.gml TextEditor+LibGUI: Add case matching and wrap around optionality 2021-02-22 09:21:30 +01:00