mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 09:01:00 +00:00
This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
| rename 's/ClientConnection\.h/ConnectionFromClient.h/'
find . -name ClientConnection.cpp
| rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'
|
||
|---|---|---|
| .. | ||
| Cpp | ||
| Shell | ||
| CMakeLists.txt | ||
| CodeComprehensionEngine.cpp | ||
| CodeComprehensionEngine.h | ||
| ConnectionFromClient.cpp | ||
| ConnectionFromClient.h | ||
| FileDB.cpp | ||
| FileDB.h | ||
| LanguageClient.ipc | ||
| LanguageServer.ipc | ||