summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Coreplugin: Header cleanup.Friedemann Kleint2010-11-022-0/+2
* Fix painting ordermae2010-11-021-22/+43
* Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-0110-122/+196
* Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
* Generic highlighter: Don't search for pre-installed definitions on mac.Leandro Melo2010-11-011-1/+1
* TextEditor: Amend Coding style.Friedemann Kleint2010-10-291-1/+2
* TextEditor: Some exported header cleanup.Friedemann Kleint2010-10-294-207/+322
* Support UTF-8 BOM in TextEditorTakumi ASAKI2010-10-284-5/+78
* move default encoding setting to text editor/behaviorOswald Buddenhagen2010-10-283-5/+104
* less bizarre title and tool tips for "storage" groupboxOswald Buddenhagen2010-10-281-2/+5
* Fix margin drawing when disabled code has a 'transparent' backgroundFrancois Ferrand2010-10-261-1/+2
* Saveguard against deletion.con2010-10-251-1/+1
* Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-2/+2
|\
| * Open files from search result list with right encoding, even on Windows.con2010-10-191-2/+2
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-185-10/+6
|\ \ | |/
| * Fixed find scopemae2010-10-181-4/+4
| * Don't cut off zoomed font sizes to the nearest integer point sizeThorbjørn Lindeijer2010-10-152-2/+2
| * Trim the snippets to avoid adding superfluous newlines at the endThorbjørn Lindeijer2010-10-151-1/+1
| * Text editor: Fix potential crash in the plain text editor.Leandro Melo2010-10-132-7/+3
* | Implement "Jump To File Under Cursor" in profile editorJarek Kobus2010-10-141-1/+3
* | Merge remote branch 'origin/2.1'dt2010-10-122-36/+25
|\ \ | |/
| * Generic highlighter: Apply format only if it's a configured one; Remove hard-...Leandro Melo2010-10-122-36/+25
* | Merge branch '2.1'Bill King2010-10-126-10/+28
|\ \ | |/
| * Generic highlighter: Don't nag about the missing definition if info bar was o...Leandro Melo2010-10-115-10/+26
| * Snippets: Escape characters for the tip preview.Leandro Melo2010-10-111-0/+2
* | Use the encoding settings when doing multi-file searches.con2010-10-114-5/+29
* | Share some code between all projects and current projects find.con2010-10-115-5/+5
* | Add method for default text encoding to editor manager.con2010-10-111-6/+1
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-112-7/+8
|\ \ | |/
| * version bump: 2.0.92 -> 2.0.93hjk2010-10-081-4/+4
| * version bump: 2.0.91 -> 2.0.92v2.1.0-betahjk2010-10-071-4/+4
| * Fix crash related to 'add definition from declaration' quickfix.Christian Kamm2010-10-071-5/+6
| * Fix color tooltip crash on mac.Leandro Melo2010-10-061-2/+2
* | Create a reusable item delegate wich supports "annotations".Leandro Melo2010-10-061-0/+2
* | Merge remote branch 'origin/2.1'dt2010-10-046-25/+34
|\ \ | |/
| * Profile editor: Add proper format to white spaces.Leandro Melo2010-09-304-18/+19
| * Generic highlighter: Create default dir for definitions on user's area (at ru...Leandro Melo2010-09-292-7/+15
* | version bump 2.0.91 -> 2.1.81hjk2010-09-301-4/+4
* | Merge remote branch 'origin/2.1'Friedemann Kleint2010-09-291-24/+26
|\ \ | |/
| * Generic highlighter: Make the editor more flexible concerning highlighting.Leandro Melo2010-09-291-24/+26
* | Merge remote branch 'origin/2.1'Friedemann Kleint2010-09-291-3/+3
|\ \ | |/
| * Fixed option dialog not selecting smallest font sizeThorbjørn Lindeijer2010-09-281-3/+3
* | Fixed find scopemae2010-09-281-4/+4
|/
* version bump 2.0.90 -> 2.0.91hjk2010-09-271-4/+4
* Snippets: Check if file exists.Leandro Melo2010-09-241-73/+76
* Add destructor to BaseHoverHandler.Leandro Melo2010-09-242-0/+4
* Add support for C++ snippets.Leandro Melo2010-09-246-3/+207
* Editor: cleanup special cases for snippets.Erik Verbruggen2010-09-243-58/+21
* Editor: leave completion mode when user pasts.Erik Verbruggen2010-09-241-0/+7
* Editor: don't leave snippet mode when user pasts/completes.Erik Verbruggen2010-09-243-3/+15