
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/psemiletov/tea-qt
TEA is the Qt-based text editor for UNIX-like systems and Windows. With an ultimate small size TEA provides you hundreds of functions.
44.0.0 3 years ago
This release features: vertical selections, new single-instance mode (works in all DE's), flexible file multi-rename tools, geo coordinates conversion tool, and many more.
44.0.0 3 years ago
This release features: vertical selections, new single-instance mode (works in all DE's), flexible file multi-rename tools, geo coordinates conversion tool, and many more.
43 4 years ago
PDF and DJVU text import, GUI optimization, new syntax highlighting engines, GIF animation support, many new text processing functions, fixes, Alt-WASD as cursor keys, and many more.
43 4 years ago
PDF and DJVU text import, GUI optimization, new syntax highlighting engines, GIF animation support, many new text processing functions, fixes, Alt-WASD as cursor keys, and many more.
major update 4 years ago
This release contains misc. fixes and new functions.
Command lines at Run menu now can use the separated file path parts (macros %fbasename, %ffilename, %fext, %fdir).
The markup mode has the basic Markdown support.
English manual fixes by Dr. Tobias Quathamer.
Many code fixes.
5 years ago
Just fixes.
lionhater
8 years ago
Please excuse me if these're absurd or beyond the scope of this app, but since you don't seem to worship minimalism:
1. Fully functional odt editing, compatible with LibreOffice Writer!!
2. Instead of (or along with) the markup, WYSIWYG editing; and a sidebar operation like Zim (note taker) with one-click file (note) opening/editing (i.e. not in a new tab, replacing the current file)!!
3. More beautiful and different palettes.
Yes, I'm a bit (or far) carried away, but these would make Tea half of an OS by itself! Text editor, note taker, word processor etc.
Report
marcaemus
9 years ago
Report
sintegrial
11 years ago
TEA seems to be a quite original tool, althought it's very raw for now.
A few suggestions, if you dont mind:
1. Please add a screenshot.. People love images :)
2. Please do something with GUI... it's not at all comfortable to work with (as a first thing, you could move the right-side tabs to the left side)
3. Menu structure is too complex to orient. Also, alot of menu items are just empty...
Report
xornot
9 years ago
Report
IndigoJo
12 years ago
Report
xornot
12 years ago
Report
xornot
12 years ago
Report
hosein-mec2
12 years ago
bash: /usr/lib/qt4/bin/qmake: No such file or directory
hosein@localhost ~/Desktop/tea-19.0.0 $ qmake
Project MESSAGE: ASpell enabled
hosein@localhost ~/Desktop/tea-19.0.0 $ make
g++ -c -pipe -march=i686 -O2 -fno-strict-aliasing -D_REENTRANT -Wall -W -DVERSION_NUMBER=\"19.0.0\" -DASPELL_ENABLE -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I. -I. -o rvln.o rvln.cpp
In file included from rvln.cpp:36:
norwegianwoodstyle.h:51: error: expected constructor, destructor, or type conversion before ‘class’
norwegianwoodstyle.h:55: error: expected constructor, destructor, or type conversion before ‘class’
make: *** [rvln.o] Error 1
Report
xornot
12 years ago
Report
hosein-mec2
12 years ago
in most of time , i compile source files successfully without need to install any package !
Report
xornot
12 years ago
Report
hosein-mec2
12 years ago
hosein@localhost ~/Desktop/tea-19.0.5 $ make
g++ -c -pipe -march=i686 -O2 -fno-strict-aliasing -D_REENTRANT -Wall -W -DVERSIO N_NUMBER=\"19.0.5\" -DASPELL_ENABLE -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB - DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share /qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore - I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGu i -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/ usr/include/qt4/QtSvg -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtScript -I/us r/include/qt4/QtScript -I/usr/include/qt4 -I. -I. -o rvln.o rvln.cpp
rvln.cpp: In member function ‘void rvln::newFile()’:
rvln.cpp:372: warning: unused variable ‘d’
rvln.cpp: In member function ‘void rvln::open()’:
rvln.cpp:406: error: no matching function for call to ‘QFileDialog::setFilter(QFlags<QDir::Filter>)’
/usr/include/qt4/QtGui/qfiledialog.h:107: note: candidates are: void QFileDialog::setFilter(const QString&)
rvln.cpp: In member function ‘bool rvln::saveAs()’:
rvln.cpp:619: error: no matching function for call to ‘QFileDialog::setFilter(QFlags<QDir::Filter>)’
/usr/include/qt4/QtGui/qfiledialog.h:107: note: candidates are: void QFileDialog::setFilter(const QString&)
rvln.cpp: At global scope:
rvln.cpp:1542: warning: unused parameter ‘previous’
rvln.cpp: In member function ‘void rvln::file_open_programs_file()’:
rvln.cpp:3509: warning: unused variable ‘d’
rvln.cpp: At global scope:
rvln.cpp:3665: warning: unused parameter ‘exitCode’
rvln.cpp:3665: warning: unused parameter ‘exitStatus’
rvln.cpp:3900: warning: unused parameter ‘previous’
rvln.cpp:4074: warning: unused parameter ‘editor’
make: *** [rvln.o] Error 1
Report
xornot
12 years ago
Report
hosein-mec2
12 years ago
Report