Commit graph

7 commits

Author SHA1 Message Date
ghen
eaf13d7029 Update to Texmaker 1.8.
New in 1.7:
- New search widget
- Spell checking is now based on hunspell and uses OpenOffice.org dictionaries.
- New LaTeX log errors detection
- Indentation "memory"
- Code completion

New in 1.7.1:
- no more crash with the "Previous LaTeX error" command and the syntax
  highlighting
- the "find" command starts at cursor and not at the beginning of the document

New in 1.8:
- texmaker can now be only started once per user : inverse search will no more
  launch a new instance of texmaker
- the spell checker is now based on hunspell-1.2.4
- the latex errors detection has been improved
- the background color of the selected symbol is now always the same (to be
  sure that the symbol is always visible)
- parentheses matching is back
- "\end{...}" is now added automatically after "\begin{...}" while using
  autocompletion
2008-12-03 08:26:15 +00:00
ghen
22c6dd5a22 Update to Texmaker 1.6.
* Users can now change several keyboard shortcuts ("latex" and "math" menus).
  The default keyboard accelerators have been changed (trouble with non latin1
  keyboard configuration).
* The spell checking bug has been fixed (when the misspelled word and the
  corrected word had not the same size).
* German, russian and chinese translations have been added (thanks to Alexey
  Oblozhko, Tao WEI and Flynn Marquardt).
* The default system browser is now used for the documentation.
* A "-master" option has been added to the program command line. The new
  synopsis is texmaker file [-master] [-line xxx]
* The user manual has been enhanced.
2008-01-08 07:35:25 +00:00
ghen
cf915f12b3 Update to texmaker-1.5.
* A summary of the latex errors and warnings is displayed before the
  full log file.
* A "most used symbols" panel has been added.
* The math mode "$$...$$" has been replaced by "\[ \]".
* The colors for the syntax highlighting can now be modified.
* The current line number can be added to the latex related commands.
* Some bugs has been fixed (dialogs layout, french translation...)
2007-03-23 15:07:21 +00:00
ghen
05ec607148 Update to texmaker-1.4.
* Spell checker has been added (aspell is required).
* The main pstricks commands can be inserted with just one click.
* Brace matching has been integrated in the editor.
* The support for the "\[ \]" math mode has been added to the syntax
  highlighter.
* Some bugs has been fixed (replace dialog, close event...)
2007-01-02 11:27:42 +00:00
ghen
7bcaace8bb Fix the configure (qmake) stage. With the right environment, it works correct
without patch-aa.
2006-03-02 15:09:49 +00:00
ghen
997711a696 Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.
ChangeLog:

version 1.2.1 -> 1.3 :
----------------------
- Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support
  library is no more required. The editor is now based on the qt4 QtextEdit
  object and the symbols icon view is an qt4 QTableWidget object.
- For each file, three bookmarks can be used to speed up navigation.

version 1.2 -> 1.2.1 : Bugs fixed
---------------------------------
- Don't use anymore double-clic to open a file from the structure view
  (Qt-4.0.0 bug). A simple clic must be used now.
- Don't use anymore / to separate commands (quick build and users commands) but
  | to avoid confusion with the directories separator.
- A selected icon is no more highlighted (trouble on windows and macosx - the
  selected icon was masked).
- Added the option '-line' for the application.
  New synopsis for texmaker : texmaker document.tex [-line xxx]
  Can be used for inverse search.

Changes between 1.12 and 1.2: not documented (anymore).
2006-02-27 14:46:18 +00:00
drochner
b01a4ea7f4 import texmaker-1.12, another LaTeX frontend, from pkgsrc-wip 2005-09-08 19:59:13 +00:00