Friday, May 10, 2024
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 1052  / 2 Years ago, sun, august 14, 2022, 10:53:08

I've just downloaded Ninja IDE and I really like it's interface.



Is there a way to configure the Quickly app to launch my project in Ninja IDE when I type quickly edit?


More From » command-line

 Answers
3

quickly should support the EDITOR environmental variable.



$ quickly help ubuntu-application edit
Usage: quickly edit

A convenience command to open all of your python files in your project
directory in your default editor, ready for editing.

If you put yourself EDITOR or SELECTED_EDITOR environment variable, this latter
will be used. Also, if you configured sensible-editor, this one will be
choosed.


I don't have any other GUI IDEs installed, but I tested it with $ export EDITOR=nano && quickly edit and all files were opened in nano instead of gedit. Adding export EDITOR=nano to your ~/.bashrc should make this change persistent.


[#41660] Tuesday, August 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nsuainner

Total Points: 141
Total Questions: 102
Total Answers: 109

Location: Maldives
Member since Sat, Jan 29, 2022
2 Years ago
nsuainner questions
Sat, Oct 22, 22, 22:47, 2 Years ago
Sun, Oct 2, 22, 12:53, 2 Years ago
Tue, May 31, 22, 05:35, 2 Years ago
;