forked from psemiletov/tea-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a5ffdc
commit 9ea437d
Showing
14 changed files
with
370 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
=====NEWS ABOUT TEA==== | ||
TEA 44.1.1, November 2017 | ||
TEA 45.0.0, July 2018 | ||
--------------------------------------- | ||
http://semiletov.org/tea - official size #1 | ||
http://tea.ourproject.org - official size #1 | ||
https://github.com/psemiletov/tea-qt - development | ||
https://vk.com/teaeditor - VK-community | ||
https://www.facebook.com/groups/766324686841748/ - FB-community | ||
--------------------------------------- | ||
|
||
This release fixes the desktop file and icons stuff (I hope it had not broke distros packages specs too much). Also you can build tea without QML using new option: | ||
After a long gap here is a new release, with all know bugs fixed, especially the syntax highlighting stuff. With such fixes, I can develop TEA further, based on this stable release. Almost each line of the code was reviewed. | ||
But, what's new? | ||
On Linux, you can use the joystick to move cursor keys (this function is turned off by default and can be enabled via Tune - Common). | ||
The recent list and bookmarks now saved the word wrap settings. | ||
"Sum by last column" - can evaluate expressions and knows comments. | ||
And more :) | ||
|
||
qmake "CONFIG+=noqml" | ||
|
||
It slightly reduces the memory footprint and useful for some purposes. | ||
|
||
Stay tuned. | ||
Peter Semiletov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
====НОВОСТИ ПРО TEA==== | ||
TEA 44.1.1, ноябрь 2017 | ||
TEA 45.0.0, июль 2018 | ||
--------------------------------------- | ||
http://semiletov.org/tea - офсайт | ||
http://tea.ourproject.org - второй офсайт | ||
https://github.com/psemiletov/tea-qt - свежак | ||
https://vk.com/teaeditor - сообщество TEA | ||
https://www.facebook.com/groups/766324686841748/ - FB-сообщество | ||
--------------------------------------- | ||
|
||
В этой версии исправлен desktop-файл и сопутствующие иконные дела, надеюсь я не шибко сильно поломал существующие spec-файлы сборщиков пакетов. | ||
Также добавился ключик сборки | ||
После продолжительного перерыва, новый выпуск TEA! В нем исправлены все известные мне ошибки, а особенно это касается подсветки синтаксиса. Теперь, на основе этой, стабильной версии, я более свободно и быстро буду развивать редактор дальше - есть много задумок. | ||
Однако, новый выпуск не может быть без новых функций. Одна из них это управление курсором при помощи джойстика. Сие работает только под Linux, однако не связано с появившейся в библиотеке Qt поддержкой джойстика. По умолчанию поддержка джойстика выключена и включается через Наладку - Общие. | ||
Далее, закладки и список последних открытых файлов запоминают теперь настройки переноса строк. | ||
Функция "Сложить по последнему столбцу" поддерживает теперь математические выражения в этих самых столбцах. | ||
Есть и другие мелочи, о которых мне лень писать. | ||
|
||
qmake "CONFIG+=noqml" | ||
|
||
отключающий QML, что несколько снижает потребление памяти, да и полезно для кое-каких дел. | ||
|
||
С кирпичным пролетарским приветом, Петр Семилетов! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.