We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A list of tasks you can do if you want to help the project. Also you can check out the issues section for bug reports!
Dont forget to reference this issue when submitting a task fixing PR!
src/cache.rs:62
src/command_handler.rs:345,356
monitor_manager.rs
src/command_handler.rs:401,450,483
src/command_handler.rs:451
remote_text_editor
text_editor
src/configuration.rs:44,46
src/connection_manager.rs
src/file_handler.rs:92,99
src/frontend/frontend.rs
src/frontend/frontend.rs:11
src/frontend/frontend.rs:35
src/frontend/qt/models/config_manager_model.rs:15
src/frontend/qt/models/host_data_manager_model.rs:15
src/frontend/qt/models/config_manager_model.rs:632
src/frontend/qt/models/desktop_portal_model.rs:146,169
src/frontend/qt/models/theme_model.rs:48
src/frontend/qt/models/theme_model.rs:77
I collected those from code comments that are like this:
// TODO: blah blah blah
To view all comments like this, do this:
$ grep -n TODO $(find src -type f)
The text was updated successfully, but these errors were encountered:
Just checked one box since I added some path validations. By the way, any non-trivial code contributions should be discussed first to avoid problems.
Sorry, something went wrong.
By the way, any non-trivial code contributions should be discussed first to avoid problems.
I agree! I opened this issue just to help collect the TODO stuff (cmon the code is about 15 thousand lines)
Prime example is the kirrigami thing. Sounds pretty pointless to me and is kind of an overkill
No branches or pull requests
A list of tasks you can do if you want to help the project.
Also you can check out the issues section for bug reports!
Dont forget to reference this issue when submitting a task fixing PR!
src/cache.rs:62
src/command_handler.rs:345,356
monitor_manager.rs
):src/command_handler.rs:401,450,483
src/command_handler.rs:451
remote_text_editor
andtext_editor
are valid executables:src/configuration.rs:44,46
src/connection_manager.rs
src/file_handler.rs:92,99
src/frontend/frontend.rs
:src/frontend/frontend.rs:11
src/frontend/frontend.rs:35
src/frontend/qt/models/config_manager_model.rs:15
,src/frontend/qt/models/host_data_manager_model.rs:15
src/frontend/qt/models/config_manager_model.rs:632
src/frontend/qt/models/desktop_portal_model.rs:146,169
src/frontend/qt/models/theme_model.rs:48
src/frontend/qt/models/theme_model.rs:77
I collected those from code comments that are like this:
// TODO: blah blah blah
To view all comments like this, do this:
$ grep -n TODO $(find src -type f)
The text was updated successfully, but these errors were encountered: