Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества? Помогите нам с документацией!
0 Пользователей и 1 Гость просматривают эту тему.
Я буду и дальше как текстовый редактор использовать Geany.
sudo apt install copyq
Кстати, а что на счет Abiword. У него же все есть.
AbiWord — бесплатный текстовый процессор, распространяемый согласно GNU General Public License
Современные текстовые процессоры имеют также функции компоновки макета текста и предварительного просмотра документов в том виде, в котором они будут напечатаны. Современные текстовые процессоры помимо форматирования шрифтов и абзацев и проверки орфографии включают возможности, ранее бывшие доступными лишь настольным издательским системам, в том числе создание таблиц и вставку графических изображений
Geany хорошо подходит для написания кода
When enabled, auto-indentation happens when pressing Enter in the Editor. It adds a certain amount of indentation to the new line so the user doesn't always have to indent each line manually.Geany has four types of auto-indentation: None Disables auto-indentation completely. Basic Adds the same amount of whitespace on a new line as on the previous line. For the Tabs and the Spaces indent types the indentation will use the same combination of characters as the previous line. The Tabs and Spaces indentation type converts as explained above. Current chars Does the same as Basic but also indents a new line after an opening brace '{', and de-indents when typing a closing brace '}'. For Python, a new line will be indented after typing ':' at the end of the previous line. Match braces Similar to Current chars but the closing brace will be aligned to match the indentation of the line with the opening brace. This requires the filetype to be one where Geany knows that the Scintilla lexer understands matching braces (C, C++, D, HTML, Pascal, Bash, Perl, TCL).
Страница сгенерирована за 0.058 секунд. Запросов: 25.