- 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>
-
- Sep 24, 2013
-
-
hjk authored
Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Added 639 lines, removed 1391. Change-Id: I15ec7dd056d4f7ad79c6dd6a4181007ad14f6a43 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 20, 2013
-
-
hjk authored
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 18, 2013
-
-
jkobus authored
Change-Id: I25c2f68528ede12fa900ea86973c6df39667c421 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
... for the same function Task-number: QTCREATORBUG-5748 Change-Id: Iadf5be76c24f95cf057c2112a8248bea2a9e20cf Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Sep 16, 2013
-
-
David Schulz authored
Change-Id: Idb327a9ecefe5a4b55e9f0f47edfec30ae634289 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 13, 2013
-
-
hjk authored
Change-Id: If4908e7a5d5ce749ff1e2efc7a026604821737be Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 12, 2013
-
-
Orgad Shaneh authored
Change-Id: Ia49320b7dfc759b3255c83ad1b282e7b1dd648fe Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 11, 2013
-
-
Leena Miettinen authored
Fix grammar and style issues and punctuation. Use the \a command instead of \param (not a QDoc command). Change-Id: Ib048f0219a2c857e5fc3fcd858afbcbd58819193 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Sep 10, 2013
-
-
Nikolai Kosjar authored
Change-Id: I82ada400aeca5e4a4f5facf64f3f7f7d5d378b06 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Sep 09, 2013
-
-
Erik Verbruggen authored
And not from the global object pool. This way, the editors that have different highlighters for various language dialects, or editors that support multiple languages in a single editor, can decide themselves on what CompletionAssistProvider to provide. Change-Id: Ieebc4a8e7b3de6470fdb8103035aa3b8b2ba6598 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Sep 06, 2013
-
-
hjk authored
Change-Id: Ib401b6eca8c291526268ccea4d9e7e66f08abe1c Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 05, 2013
-
-
hjk authored
Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by:
David Schulz <david.schulz@digia.com>
-