Command completion (with commands defined in the source, \ref your \label, \cite your bibitem and bibfile)
Integrated pdf viewer (auto sync during scrolling, reverse sync with Ctrl+Click on the pdf)
Spell checker
Hide auxiliary files
Search with regex
Splitable editor
Quickly open associted files (input, bibliography)
Autodetect the master file (if it is open)
Restore last session
Configure multiple builders
Configure keybinding and themes
Build on Linux
Ubuntu
svn checkout https://github.com/Bramas/texiteasy/trunk/source
sudo apt-get install libqt5gui5 libqt5network5 libqt5script5 qt5-qmake libpoppler-qt5-dev zlib1g-dev
cd source
qmake texiteasy.pro
make
ArchLinux
sudo pacman -S make gcc qt4 poppler-qt4 zlib texlive-core
wget https://github.com/Bramas/texiteasy/archive/master.tar.gz
tar -zxf master.tar.gz
cd texiteasy-master/source
qmake-qt4 texiteasy.pro
make
请发表评论