KhtSimpleText

Rating: 
0
No votes yet

A text editor for Harmattan devices (n950, n9) and MeeGo/Mer device with basic syntax highlighting feature

Application versions: 
AttachmentSizeDate
File khtsimpletext_2.4.0-4_armel.deb2.15 MB04/08/2013 - 23:07
Changelog: 

khtsimpletext (2.4.0-4) stable; urgency=low

0.4.1 :
* Implement MarkDown preview
* Syntax Highlighting (not in realtime due to qml limitation)
* Fix loading of large text (But can appear frozen sometime due to qml limitations)
* Add a busy cursor when loading text
0.4.2 :
* Fix creation of new file
* Remove threading, seems to slow donw more things and make some sync problem on signals
0.4.3 :
* Reactivate threading, fix removal of space bugs on syntax highlighted text, improve signals
1.0.0 :
* Giant bump number release just to conform to nokia ovi rules
1.0.1 :
* fix missing package beautifulsoup in the package dependencies
1.1.0 :
* fix reading of highlighting setting, and add support for decoding utf-16 file
1.1.1:
* fix the 1.1.0 fix :)
1.1.2:
* fix the 1.1.1 fix :p
1.1.3:
* Deal a problem with harmattan invoker
1.1.4:
* Fix packaging
1.2.0:
* Improve text flickering
* ensure new written text visible on horizontal flickering (Fork and improve qml qt component TextArea
2.0.0:
* Mostly rewritten, fix some bugs due to implementation
2.1.0:
* Fix delete feature
* Fix new file feature
* Add changelog in about screen
2.1.1:
* Adaptation for MeeGo Mer/Nemoi
2.1.2:
* Add missing import of QGLFormat
2.1.3:
* Fix for Nemomobile/Mer to use real user path
2.1.4:
* Add 64x64 icon for nemo mobile, clean make.py
2.2.0:
* Open by default the last opened folder
2.2.1:
* Fix unsaved dialog which appear when there is none modification
2.3.0:
* Add an UI to the preference diablog
* Fix the word wrap in about page
* Add hide virtual keyboard preference
* Upgrade pygments for newer lexers (qml highlighting)
* Better icon
* Fix unsaved dialog appearing after a just saved file
2.4.0:
* Fix initial size of text area on empty file