Posts
Showing posts from May, 2015
CodeTags или какие ещё бывают TODO.
- Get link
- X
- Other Apps
http://legacy.python.org/dev/peps/pep-0350/ TODO ( MILESTONE, MLSTN, DONE, YAGNI, TBD, TOBEDONE ) To do: Informal tasks/features that are pending completion. FIXME ( XXX, DEBUG, BROKEN, REFACTOR, REFACT, RFCTR, OOPS, SMELL, NEEDSWORK, INSPECT ) Fix me: Areas of problematic or ugly code needing refactoring or cleanup. BUG ( BUGFIX ) Bugs: Reported defects tracked in bug database. NOBUG ( NOFIX, WONTFIX, DONTFIX, NEVERFIX, UNFIXABLE, CANTFIX ) Will Not Be Fixed: Problems that are well-known but will never be addressed due to design problems or domain limitations. REQ ( REQUIREMENT, STORY ) Requirements: Satisfactions of specific, formal requirements. RFE ( FEETCH, NYI, FR, FTRQ, FTR ) Requests For Enhancement: Roadmap items not yet implemented. IDEA Ideas: Possible RFE candidates, but less formal than RFE. ??? ( QUESTION, QUEST, QSTN,...
Некоторые клавиши и настройки Midnight Commander
- Get link
- X
- Other Apps
Некоторые клавиши и настройки Midnight Commander + editor запуск MidnightCommander-a без псевдографики: mc -a (юзабельно, если не настроена локаль) запуск MidnightCommander-a в ч/б режиме: mc -b Ctrl+2 - подсчитывает место занятое каталогом Ctrl+x,c - вызывет права доступа файла Ctrl+x,t - копирует имя выделенного файла в коммандную стороку. Alt+t - переключает вид (сокращенный, полный и т.п) активной панели Alt-o - sync view non active panel with the active one Midnight commander editor shortcuts: ctrl - f (copy to buffer) ctrl - shift - f5 (paste from buffer) ctrl - u - отмена действия, undo alt + r - повтор действия, redo (works only in En keyboard layout) ctrl - l - удалить строку alt + l (перейти к строке) ctrl+s (вкл/выкл подсветки синтаксиса) (M-?) --> это (Alt + Shift + ?) Смена дефолтного текстового редактора Замена текстового редактора в MC MC: tips