Leandro Melo
823064d90a
Generic highlighter: Changed interface of the definition and adaptated relevant code.
2010-06-03 12:29:09 +02:00
Leandro Melo
c2f2d13111
Generic highlighter: Refactored how format configuration is done.
...
Now the highlighter engine does not directly depend on TextEditor::FontSettings. This also makes things easier for unit testing.
2010-05-31 15:00:03 +02:00
Leandro Melo
2dc7a6a1eb
More functionality for the generic highlighter options. Other small changes.
2010-05-28 15:04:44 +02:00
Leandro Melo
f0af012226
Generic highlighter: Mime type aliases and parents are now considered when searching for a definition.
2010-05-21 15:54:35 +02:00
Leandro Melo
55b26868e6
Generic highlighter is now part of the text editor plugin.
2010-05-20 14:10:34 +02:00
Leandro Melo
06fc31d4c0
Indenter is now a separate class which can be reused through composition. Added it to the generic editor.
2010-05-14 10:12:25 +02:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
con
a24738ffab
Fixes: Diff editors don't get correct name.
...
They were no longer showing e.g. the file name of the diffed file.
Also separate editor id and editor context a bit.
2010-01-11 16:54:30 +01:00
Tobias Hunger
a6ad773722
Make method naming more consistent.
...
* Use id() for methods returning a string used to represent
some type of object.
* Use displayName() for strings that are meant to be user
visible.
* Quieten some warnings while touching the files anyway.
* Move Factories to their products in the plugins where that
was not done before.
Reviewed-by: dt
2010-01-07 18:17:24 +01:00
Friedemann Kleint
2986ccafd2
PLain Text Editor: Remove list indentation
...
As it causes dashed lists to be formatted as
- i1
- i2
Just do paragraph formatting.
Task-number: QTCREATORBUG-538
Initial-patch-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2010-01-06 13:53:50 +01:00
Thorbjørn Lindeijer
a248406644
A bit of include cleanup
2009-12-08 18:22:52 +01:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
Alessandro Portale
5438a3f72f
Missed some unused ';' after Q_UNUSED
2009-07-13 18:55:11 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
hjk
592560b578
Fixes: rempve unnneded icore.h #include
...
Task: 180315
RevBy:
Details:
2009-01-21 18:30:45 +01:00
Thorbjørn Lindeijer
6adecf3767
Avoid going through ICore when it's not necessary
...
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
hjk
897c05f57c
replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()
2009-01-20 15:31:33 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
hjk
cf11b69643
more code cosmetics
2008-12-02 16:19:05 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00