- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Nov 27, 2013
-
-
hjk authored
Change-Id: I9dab955a0b4a0d7d83a69cfc474633be43e7169f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Nov 26, 2013
-
-
Joerg Bornemann authored
Change-Id: I8dd6861219bc8221030a850779baed2a596d5944 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
Remove the TextBlockUserData base class BlockData and store the data of this class inside a CodeFormatter base class. This class can be added to the TextBlockUserData via setCodeFormatterData. Now we don't have to assume that the user data is a specific base class of TextBlockUserData. This removes a crash where the TextBlockUserData was created before the highlighter could create and set his base class. Task-number: QTCREATORBUG-10871 Change-Id: I167bdb68b9b1fecc64e4906bdad60bfbecb3bf47 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 22, 2013
-
-
Thomas BOUTROUE authored
Change-Id: I80d889c4db32d5ee69d3cfea0adadd96a44a7751 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Nov 15, 2013
-
-
Thomas BOUTROUE authored
- Added the right TextFormat for dsFunction - Added TODO comments for missing dsError and dsAlert Task-number: QTCREATORBUG-10788 Change-Id: I31862971ac5b47f13036aa9c55552778ad88d4ee Reviewed-by:
Thomas Boutroue <thebootroo@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Nov 14, 2013
-
-
Orgad Shaneh authored
Change-Id: I2e8ac37b2e980bed88e270ccd10cb7319f1f9ffd Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 12, 2013
-
-
Nikolai Kosjar authored
...otherwise subsequent events (e.g. Return) might trigger functions operating on an invalid model index (see activateCurrentProposalItem). Task-number: QTCREATORBUG-10589 Change-Id: Ib3e37c8c85c882135970d5d9418d6e69917494c6 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Nov 04, 2013
-
-
Eike Ziller authored
Broke with f1eb9c48 which exchanged setDefaultKeySequence with setKeySequence Task-number: QTCREATORBUG-10538 Change-Id: Id40bd8fd403cd586a39a19c248f59e23cf4cf8c0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 31, 2013
-
-
Nikolai Kosjar authored
...since it does not make sense for TextEditor::QuickFix and TextEditor::FollowSymbol. Regarding the bug: - The bug was exposed by having "Active completion" set to *not* "Manual" in Options > Text Editor > Completion. - After choosing one item from the overrides list the cursor was positioned just right before the beginning of a function name, which is a valid activation sequence (see CodeAssistantPrivate::process())) As a consequence, a new proposal was requested. Task-number: QTCREATORBUG-10345 Change-Id: Ib0d10192863fb33c0958a9afbf76ca8e7de772f8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Oct 30, 2013
-
-
David Schulz authored
Task-number: QTCREATORBUG-9188 Change-Id: I3448645397e7a39487f2e961728ebef924eec7f6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Searching with wrong case causes the code-model to have duplicate files when opening a file from the results Change-Id: Id3e4d875230e14c2ab23345a7440372f71f76e8b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 24, 2013
-
-
Orgad Shaneh authored
Workaround QTBUG-34283 Change-Id: Ia58c56a477d93722b21f17e54fc1acc89f1fb63f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 21, 2013
-
-
David Kaspar authored
BarDescriptorEditorWidget is using TextEditorActionHandler class to provide editor actions e.g. Undo, Redo, Cut, Copy, Paste accessible from main menu and using shortcuts. TextEditorActionHandler.resolveTextEditorWidget() virtual function is added to all resolving TextEditorWidget for an Editor. This allows to have IEditor->widget() to have non-BaseTextEditorWidget instances too. Task-number: QTCREATORBUG-10040 Change-Id: I6f433fc307c13ef2b2a20c48e6473826f2619544 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Oct 18, 2013
-
-
Eike Ziller authored
Since the changed signal was moved from the editor to the document, we now need to set up all the connections in the setupDocumentSignals. Otherwise split editors, which get a different document after creation, do no longer set up the right connections. Task-number: QTCREATORBUG-10301 Change-Id: Ifc7b426abf87ab73ea37379c1a55e5af2005fc43 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 16, 2013
-
-
Nikolai Kosjar authored
This reverts commit c5dfcce9, but the bug addressed by that commit remains fixed. FunctionHintProposals need to be fragile so they can be replaced by e.g. GenericProposals. Only one proposal can be "active". Change-Id: Ibca40063d46b8ef3bce4d72be7488f70885e75da Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Broken by 113c5600 Apparently SyntaxHighlighter::rehighlight is called too early Task-number: QTCREATORBUG-10026 Change-Id: Ifa76c156b5b84b79c869d2de1a0ad69c13ac6b48 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 11, 2013
-
-
hjk authored
Change-Id: Ib91f3ffd0c0539712d0797fa1ef378d96bd82db6 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 10, 2013
-
-
Nikolai Kosjar authored
Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb70. Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 09, 2013
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
This reverts commit 36552d17 because it broke Ctrl+v among others. Change-Id: I1c1eecdc9c3e003e96b9c836cd638ead9a3b444d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikolai Kosjar authored
In commit 3a64f8a3 the condition for displaying a replacement proposal was strengthened by making it only depend on the current proposal m_proposal. Since FuntionHintProposals were fragile, the automatic proposal timer was restarted in notifyChange() and as consequence the proposal was reset. Fixed by declaring that FunctionHintProposal are not fragile. Task-number: QTCREATORBUG-10283 Change-Id: I60828d733b781279be51228bd10d49f828aebe2b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
In Tools > Options > Text Editor > Behavior > "Mouse and Keyboard" the position of the checkbox "Using keyboard shortcut (Alt)" had an unclear relation to the mouse settings above. Users assumed those two were linked. Now the checkbox is moved above the mouse settings and it is not indentend any more. Further, both settings labels were slightly changed to clarify that. Task-number: QTCREATORBUG-10178 Change-Id: I01c01850213f1f34ed34ebd0d87e25243229b2d4 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-9820 Change-Id: I34493bf655cc2c5bc21d6dadbe2cf668093cfa0a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 08, 2013
-
-
Orgad Shaneh authored
basetexteditor.cpp:6013: warning: C4189: 'ts' : local variable is initialized but not referenced Change-Id: Ia5d6531f8dab8debbb41da79f1cdf152ee831676 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Oct 07, 2013
-
-
jkobus authored
Task-number: QTCREATORBUG-10235 Instead of rely on ICodeStylePreferences::destroyed() signal, when all other objects might be in destruction phase, clear project code style settings explicitly, when project closes. Change-Id: I0dd6675d54c5495d4006acbc9ad12c95f1d0a00c Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-10235 Instead of rely on ICodeStylePreferences::destroyed() signal, when all other objects might be in destruction phase, clear project code style settings explicitly, when project closes. Change-Id: I0dd6675d54c5495d4006acbc9ad12c95f1d0a00c Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Oct 02, 2013
-
-
Nikolai Kosjar authored
...by providing a default implementation of immediateProposal() in the base class. Change-Id: I4f4f9aa491fbfc9390cc7b7093f1b3c1c8e460a4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Oct 01, 2013
-
-
David Schulz authored
Change-Id: I99597a22b333c44346eb890ebe615193bdbe66d6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Kandeler authored
It's not necessary, and it lets people get away with using the wrong kind of include statement. Change-Id: I736a0aae93c930da37dbac548a3bb025838e7588 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Nikolai Kosjar authored
F2 on a virtual function call presents a list of overrides in derived classes. The function declaration of the static type is shown immediately at the top. Task-number: QTCREATORBUG-9611 Change-Id: I80ce906fa06272dc9fbd1662cd17500b8c77067f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Immediate proposals are displayed for asynchronous providers and fragile proposals. The idea is to show already available results immediately. The proposal calculated in the process runner can then replace the immediate proposal. Change-Id: I7903e6677c9dfeb4957eb416062fff1fb01ff23f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
...from CompletionAssistProvider, so other providers can be executed asynchronously, too. Change-Id: I6ec06f6d76bc2937bc272450b4e8dffd81ee868e Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Sep 30, 2013
-
-
Orgad Shaneh authored
Also add in Projects view Change-Id: I42145c742a38f5538a4ed44574963136aa18e134 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 27, 2013
-
-
Christian Kamm authored
Currently the line is completely reintented whenever an autoText insert is being done (like inserting a matching paren). This is un- necessary as well as actively harmful. Unnecessary, because the electric character mechanism is already supposed to trigger reindents where necessary. Harmful, because the reindent method that is used does not take care to preserve explicit user indentation. The electric character reindent does that (by only changing indentation if the actual current indent is the same as the previously expected indent). Change-Id: I19db853b6c30792f867baad919bd4eb9b4c23361 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I39069e1da20d34f9d5fd0f3caa996b13600ee5bb Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 26, 2013
-
-
hjk authored
Change-Id: I6984173acf86e80175f9e2346315b5b226d6bde9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 25, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-8713 Change-Id: Ic83c78a4caf7f768259c8f6830e7b81016c70e5e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Ia7210b0ff85667951e4e5554155d89ed6925f9ec Reviewed-by:
David Schulz <david.schulz@digia.com>
-