aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevim.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake build filesEike Ziller2022-01-201-20/+0
| | | | | | | | | | Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* FakeVim: Aspectify settingshjk2021-03-031-1/+2
| | | | | Change-Id: Ic73edce82e192779ed3efe86a5cb747a52d94d36 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* FakeVim: Use a single "FakeVim" translation contexthjk2014-08-261-1/+2
| | | | | | Change-Id: I624dedddf88a017af107670794034282f0aafdcc Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* FakeVim: Move setting category icon from Core to FakeVimAlessandro Portale2014-06-021-0/+3
| | | | | | | | This image is used exclusively in the FakeVim plugin, thus belong into FakeVim resources. Change-Id: I1fcfdb6892a22dd105af72e44e40c799fdf970fd Reviewed-by: hjk <hjk121@nokiamail.com>
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-2/+0
| | | | | | | | the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
| | | | | Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
| | | | | Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* factor out all plugin dependencies to _dependencies.pri filesOswald Buddenhagen2013-03-271-3/+1
| | | | | | | | this makes it uniform for all plugins Change-Id: I46ede2cb576059dfbaa74c2448517a102eb44ddf Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-161-1/+0
| | | | | Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by: hjk <qthjk@ovi.com>
* FakeVim: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-091-1/+1
| | | | | | Change-Id: I5ed7bb6f39689d5657709e2ab4a2fa90594abb0e Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Lukas Holecek <hluk@email.cz>
* fakevim: Added testsLukas Holecek2012-08-311-0/+4
| | | | | Change-Id: I6b6e54817bf41402f5575142b1adb9362c717439 Reviewed-by: hjk <qthjk@ovi.com>
* fakevim: remove dead codehjk2011-01-121-2/+0
|
* Compile fixcon2011-01-071-3/+0
|
* centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-1/+0
|
* Get rid of the old deprecated indenter.Roberto Raggi2010-08-101-1/+0
|
* fakevim: start working on some syntax highlighting infrastructurehjk2010-04-281-0/+2
|
* factor out the commonalities between the keyboard shortcut & ex command ↵Martin Aumüller2010-03-111-2/+1
| | | | | | | mapping dialog Merge-request: 125 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* fakevim: configurable mapping of ex commands to actionsMartin Aumüller2010-01-221-10/+4
| | | | | | | | | | | default mapping: - :make -> build - :A -> switch header/source - :cn -> next issue item - :cp -> previous issue item Merge-request: 101 Reviewed-by: hjk <qtc-committer@nokia.com>
* for fakevim mode, terminate incremental search after pressing enter/returnMartin Aumüller2010-01-211-0/+1
| | | | | Merge-request: 97 Reviewed-by: hjk <qtc-committer@nokia.com>
* Fix path in fakevim.prodt2009-08-121-1/+1
|
* solaris link fixOswald Buddenhagen2009-07-271-1/+1
| | | | | reorder .pri includes to ensure relevant -L flags appear before the -l flags which need them
* Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
|
* Add the *.pluginspec to OTHER_FILES so that we can use Locator for themdt2009-04-221-0/+2
| | | | Hopefully i didn't miss a plugin.
* fakevim: move settings/action related code to files of their ownhjk2009-03-301-0/+2
|
* fakevim: re-organize settings handlinghjk2009-03-301-1/+3
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-1/+1
|
* fakevim: implement automatic indenting and '=' for reindentingMartin Aumueller2009-01-131-0/+3
|
* fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}hjk2009-01-091-4/+4
|
* fakevim: begin work on tab/space configurationhjk2009-01-091-1/+2
|
* Add some sandbox for hjkl folks.hjk2008-12-191-0/+19
Note that <Esc> is called <Shift-Esc>.