- Feb 26, 2015
-
-
Orgad Shaneh authored
If a document has a file name associated with it then the prefix is composed from path components (subdirectories), starting from the one where the file is located and going up the parents until the resulting name becomes unique among other open documents. If a document doesn't have an associated file name, then a sequential number (starting from 1) is appended to the display name of the document. This feature is useful when working with big projects that have lots of idendical file names across different subdirectories (e.g. Makefile.in, main.cpp, etc.) that need to be edited at the same time. It allows to easily recognize such a file when switching between documents in the editor, w/o the need to place the mouse pointer over the name entry to get its full path. Started-by:
Dmitriy Kuminov <coding@dmik.org> Task-number: QTCREATORBUG-10185 Change-Id: I633ea6d9b9b4fce8b67335dbcce1bda29254efde Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Feb 16, 2015
-
-
Tobias Hunger authored
Only expose Core::IDocument and keep DiffEditorDocument internal to the DiffEditor plugin. Change-Id: If39b82e2f20d40a65284503b4d4fd8dad919ad3a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 30, 2015
-
-
Tobias Hunger authored
Change-Id: Ie1b2df8eb336078ced59d1406020ae57d2b53682 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Jan 12, 2015
-
-
Orgad Shaneh authored
Change-Id: I85f7398aee59d0d36f0e5c3bf88ff3c96002e394 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Nov 13, 2014
-
-
Friedemann Kleint authored
Add property "plainText" to DiffEditorDocument which is queried as last resort by the code paster. Task-number: QTCREATORBUG-12546 Task-number: QTCREATORBUG-9669 Change-Id: Iea9cd0d296bcc8e8a7300072c1a4a9068c2ab102 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Save complete, git-applicable patch when saving the result of for example 'git show'. Strips some Creator-specific tags off the description and reformats the description such that it is accepted by git. Change-Id: I739d85a7263f97e2149a2794974ba026f2eca067 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change-Id: I168831b24bcece5ef825825c448edf684f4f536d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 12, 2014
-
-
Friedemann Kleint authored
Try to derive a git-format-patch type file name from the description. Change-Id: I581f4ba87a5ac4b82ca6519be8aa13fb4b4ebe43 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 07, 2014
-
-
jkobus authored
The description itself isn't saved so no need to keep it anymore. Change-Id: I8e521ce261261eb91a1f218f4e65092fc3fb44e8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Nov 05, 2014
-
-
jkobus authored
Remove unnecessary anymore "ignoreWhitespace" argument from functions which read a patch file. Transfer the ownership of reloader into controller. Task-number: QTCREATORBUG-13250 Change-Id: I68183005b845d6ece9ea2be9888abc8597310426 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Oct 24, 2014
-
-
jkobus authored
(cherry picked from commit 37ddb4e9) Change-Id: I06c41eb802b0a3318da3ddfa72bd3575c02867fa Task-number: QTCREATORBUG-13241 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-13241 Change-Id: I2785343ca94c19597ad954f2d35f8bf6536b0956 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Oct 09, 2014
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Sep 25, 2014
-
-
hjk authored
First step of some more 'Base' removal in TextEditor. s/Core::TextDocument/Core::BaseTextDocument/ s/TextEditor::BaseTextDocument/TextEditor::TextDocument/ Change-Id: I71ba325a2f0ad72ec9dae0d96846cbae72d326f7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 14, 2014
-
-
Orgad Shaneh authored
It helps when savingAs vcs diffs for the first time. Change-Id: I53b1c2c89641ee6b8106fb574c050ead60aa8da4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 07, 2014
-
-
jkobus authored
Change-Id: Ic6db2882c9468b9451a785e4657e4255b40fca4c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 04, 2014
-
-
jkobus authored
Task-number: QTCREATORBUG-12548 Task-number: QTCREATORBUG-12549 Change-Id: Ia27080cc689da48fc5401010e2277edaf0a01f4d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 01, 2014
-
-
hjk authored
Change-Id: I2e90ccf0a45ae8d00bcd00ec77fe0d9776f2f119 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Mar 10, 2014
-
-
jkobus authored
Task-number: QTCREATORBUG-11624 Change-Id: I9eeeeeb862e335c1a4d5cbd80d0908297ad6d1db Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Mar 05, 2014
-
-
Eike Ziller authored
Change-Id: Ib81076842ab1c16832224790194b001206404d64 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 18, 2014
-
-
jkobus authored
GitDiffSwitcher operates now on IDocument. GitDiffHandler operates now on DiffEditorController. "source" property now attached to editor's document (VcsBasePlugin). Change-Id: Ie2570a597b8b992ac1dc33b9179eca459c8a751a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Feb 10, 2014
-
-
Jarek Kobus authored
Prepare for making diff editor splittable. Change-Id: I285ad46d095a98f2707d385558dfda0b10b77c1f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 30, 2014
-
-
Jarek Kobus authored
The old name had nothing to do with a file in fact. The new name will be more appropriate for the new stuff, which will come soon. Change-Id: I17ad03dab5c643ff26e313a434ba86929a0f00c3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Jarek Kobus authored
Change-Id: I2771765bd331e81e09141a2f3088fb364d4bf90d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 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>
-
- Jul 19, 2013
-
-
Nikita Baryshnikov authored
Fix crash in GitClient::findExistingOrOpenNewDiffEditor as new DiffEditor is not created Change-Id: I7f0cd18ff3acffe1d83a5fad4d6f0df8c4d133f3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 17, 2013
-
-
Eike Ziller authored
The method is for setting the contents, so it belongs to the document, and should be named correspondingly. Change-Id: I40363dc08f11268f530885b512e4a88e8b10d096 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 12, 2013
-
-
Eike Ziller authored
It's a property of the document implementation, not of the specific editor instance working on it. Change-Id: I5c3dd054e21b646e2d94b891916a096d045923f8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 10, 2013
-
-
Eike Ziller authored
The display name is not editor instance specific, but belongs to the document. Change-Id: I3c936f04a86e10e6ca30063d85036d85b4b5880e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jul 09, 2013
-
-
Eike Ziller authored
Instead of requiring subclasses to implement a method. Also renames IDocument::rename to IDocument::setFileName, since it doesn't really rename any files or such. Change-Id: I1344025c24d2f74a6a983e04fb0a5245f1f37aad Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- May 15, 2013
-
-
jkobus authored
Change-Id: I7675fc1d994020f94f42f6bd7b4f75aa29e6edf6 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 26, 2012
-
-
Tobias Hunger authored
Change-Id: Ie34a39f7d5035ebb7c9bbec199680605c072181d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 09, 2012
-
-
hjk authored
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
hjk authored
Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-