Блог пользователя joao123

Автор joao123, 11 лет назад, По-английски

On the last year i saw many coders using far manager like tourist and others. What is the advantage of using far manager as a IDE ? why so many programmers are using this ?

  • Проголосовать: нравится
  • +14
  • Проголосовать: не нравится

»
11 лет назад, скрыть # |
 
Проголосовать: нравится +82 Проголосовать: не нравится

why so many programmers are using this ?

because they don't know VIM, of course :)

»
11 лет назад, скрыть # |
← Rev. 2  
Проголосовать: нравится +33 Проголосовать: не нравится
  1. Integrated terminal. No need to switch between windows.
  2. No need to use the mouse.
  3. Pretty standard editing workflow: you can use block selection, copy-paste and stuff, which is not the case for vim. UPD: I mean that all these things can be performed in a way similar to other editors (Word, Kate, Notepad, IntelliJ IDEA).
  4. Integrated file manager. I hate navigating with cd && ls, I prefer to have everything on the screen.
  5. Very good intergration with terminal: I can navigate with cd when I want, I can use panes, I can switch current directory between panes, I can immediately open and edit any file right here, I can run any commands without re-typing file name over and over.
  6. Stability and speed — everything is instant (except editing of huge files — they're fully loaded in memory).