<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt-creator.git/src/plugins/texteditor/codeassist/defaultassistinterface.cpp, branch 2.5</title>
<subtitle>code.qt.io: qt-creator/qt-creator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/'/>
<entry>
<title>Rename IFile-&gt;IDocument and FileManager-&gt;DocumentManager</title>
<updated>2012-02-20T12:32:49+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@nokia.com</email>
</author>
<published>2012-02-14T15:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=d66acb51d0c8b511df9f679806cbd3d84cce41ef'/>
<id>d66acb51d0c8b511df9f679806cbd3d84cce41ef</id>
<content type='text'>
And adapt the other API respectively.

Change-Id: I1e04e555409be09242db6890f9e013396f83aeed
Reviewed-by: Bill King &lt;bill.king@nokia.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And adapt the other API respectively.

Change-Id: I1e04e555409be09242db6890f9e013396f83aeed
Reviewed-by: Bill King &lt;bill.king@nokia.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed module names from #include directives.</title>
<updated>2012-02-15T15:24:46+00:00</updated>
<author>
<name>Erik Verbruggen</name>
<email>erik.verbruggen@nokia.com</email>
</author>
<published>2012-02-15T09:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3fa55b7ab9b1d6ae10fac1c9bcc653e9000157f8'/>
<id>3fa55b7ab9b1d6ae10fac1c9bcc653e9000157f8</id>
<content type='text'>
Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Long live the king!</title>
<updated>2012-01-26T18:55:36+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2012-01-26T17:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=2931a499e6e0b7ca50c73d9fa0cac60dad8dbde5'/>
<id>2931a499e6e0b7ca50c73d9fa0cac60dad8dbde5</id>
<content type='text'>
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske &lt;daniel.teske@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske &lt;daniel.teske@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: s/info@qt.nokia.com/qt-info@nokia.com/</title>
<updated>2011-11-03T09:33:19+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2011-11-02T14:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=31600758de8ec8efb70d9ffe36ed08e094271e2a'/>
<id>31600758de8ec8efb70d9ffe36ed08e094271e2a</id>
<content type='text'>
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller &lt;eike.ziller@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Code assist: Fix doxygen completion</title>
<updated>2011-09-15T07:10:32+00:00</updated>
<author>
<name>Leandro Melo</name>
<email>leandro.melo@nokia.com</email>
</author>
<published>2011-09-14T14:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=63e8b9075b3a1d502cdcbb63cb2b19e0e6208263'/>
<id>63e8b9075b3a1d502cdcbb63cb2b19e0e6208263</id>
<content type='text'>
When the assist interface is detached the correct thing to do
is to clone the document, not simply to copy the text content.
Then data like the user state is preserved.

For the particular issue below, the problem is that the simple
lexer doesn't have the correct initial state and thus cannot
identify its inside a comment.

Task-number: QTCREATORBUG-6061
Change-Id: I59380eeb229e322bafb1e799d649df90327c0f54
Reviewed-on: http://codereview.qt-project.org/4912
Reviewed-by: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Christian Kamm &lt;christian.d.kamm@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the assist interface is detached the correct thing to do
is to clone the document, not simply to copy the text content.
Then data like the user state is preserved.

For the particular issue below, the problem is that the simple
lexer doesn't have the correct initial state and thus cannot
identify its inside a comment.

Task-number: QTCREATORBUG-6061
Change-Id: I59380eeb229e322bafb1e799d649df90327c0f54
Reviewed-on: http://codereview.qt-project.org/4912
Reviewed-by: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Christian Kamm &lt;christian.d.kamm@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New code assist API</title>
<updated>2011-05-18T08:46:20+00:00</updated>
<author>
<name>Leandro Melo</name>
<email>leandro.melo@nokia.com</email>
</author>
<published>2011-04-15T14:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=bec4f02495b97b17e0b0f8cb67d0909634c16228'/>
<id>bec4f02495b97b17e0b0f8cb67d0909634c16228</id>
<content type='text'>
This is a re-work of our completion engine. Primary goals are:

- Allow the computation to run in a separate thread so the GUI is not locked.
- Support a model-based approach. QStrings are still needed (filtering, etc), but
internal structures are free to use more efficient representations.
- Unifiy all kinds of *assist* into a more reusable and extensible framework.
- Remove unnecessary dependencies on the text editor so we have more generic
and easily "plugable" components (still things to be resolved).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a re-work of our completion engine. Primary goals are:

- Allow the computation to run in a separate thread so the GUI is not locked.
- Support a model-based approach. QStrings are still needed (filtering, etc), but
internal structures are free to use more efficient representations.
- Unifiy all kinds of *assist* into a more reusable and extensible framework.
- Remove unnecessary dependencies on the text editor so we have more generic
and easily "plugable" components (still things to be resolved).
</pre>
</div>
</content>
</entry>
</feed>
