Log of /branches/kate

View Directory Listing Directory Listing


Sticky Revision:

Revision 830555 - Directory Listing
Modified Thu Jul 10 19:18:48 2008 UTC (15 years, 4 months ago) by ehamberg
synchronize with trunk @ 830554

Revision 830105 - Directory Listing
Modified Wed Jul 9 19:25:04 2008 UTC (15 years, 4 months ago) by ehamberg
fix word forward/back motions bugs regarding start of line characters


Revision 829695 - Directory Listing
Modified Tue Jul 8 21:25:48 2008 UTC (15 years, 4 months ago) by ehamberg
don't steal key presses we don't use


Revision 829694 - Directory Listing
Modified Tue Jul 8 21:25:45 2008 UTC (15 years, 4 months ago) by ehamberg
make handleKeypress() return false only when the key press wasn't used at all


Revision 828881 - Directory Listing
Modified Sun Jul 6 21:22:44 2008 UTC (15 years, 5 months ago) by ehamberg
working word/WORD forward/backward commands


Revision 828722 - Directory Listing
Modified Sun Jul 6 13:15:30 2008 UTC (15 years, 5 months ago) by ehamberg
synchronize with trunk @ 828721


Revision 828360 - Directory Listing
Modified Sat Jul 5 14:17:33 2008 UTC (15 years, 5 months ago) by ehamberg
clean-up. add licence.


Revision 828356 - Directory Listing
Modified Sat Jul 5 14:13:43 2008 UTC (15 years, 5 months ago) by ehamberg
new key handler which represents key presses w/ modifiers as QChars.
it is possible to steal all key presses (for testing). to do this add "Vi Input Mode Steal Keys=true" under view defaults in katerc.

implemented a redo command (<c-r>).


Revision 828355 - Directory Listing
Modified Sat Jul 5 14:13:40 2008 UTC (15 years, 5 months ago) by ehamberg
move error message to the right place


Revision 827773 - Directory Listing
Modified Thu Jul 3 18:56:36 2008 UTC (15 years, 5 months ago) by rpedersen
Removed garbage output

Revision 827772 - Directory Listing
Modified Thu Jul 3 18:52:27 2008 UTC (15 years, 5 months ago) by rpedersen
Synchronized with trunk @ 827427

Revision 827507 - Directory Listing
Modified Thu Jul 3 08:06:12 2008 UTC (15 years, 5 months ago) by ehamberg
implement find next and find previous commands (n/N). don't select the matching pattern if using the vi input mode.


Revision 827506 - Directory Listing
Modified Thu Jul 3 08:01:42 2008 UTC (15 years, 5 months ago) by ehamberg
create smart cursors for marks as internal cursors so they won't be deleted on document reload, etc.

Hamish: is this the correct way to do it? :-)

CCMAIL: rodda@kde.org


Revision 827099 - Directory Listing
Modified Wed Jul 2 09:33:32 2008 UTC (15 years, 5 months ago) by ehamberg
make delete command honour ranges and fix the 'inner double quotes' text object


Revision 826519 - Directory Listing
Modified Mon Jun 30 21:30:06 2008 UTC (15 years, 5 months ago) by rpedersen
When highlighting mode is changed, it is checked if the new highlighter provides the style required by the indenter. If not, it changes to normal indenting.

Revision 826423 - Directory Listing
Modified Mon Jun 30 18:15:35 2008 UTC (15 years, 5 months ago) by rpedersen
Synchronized with trunk @ 826421

Revision 824839 - Directory Listing
Modified Thu Jun 26 17:53:03 2008 UTC (15 years, 5 months ago) by rpedersen
Now it's not possible to set incorrect indent mode from the command line.
Cleaned up code.

Revision 824829 - Directory Listing
Modified Thu Jun 26 17:25:52 2008 UTC (15 years, 5 months ago) by ehamberg
merge from trunk @ 824827

Revision 824825 - Directory Listing
Modified Thu Jun 26 17:17:22 2008 UTC (15 years, 5 months ago) by rpedersen
Synchronized with trunk @ 824821

Revision 824460 - Directory Listing
Modified Wed Jun 25 20:41:13 2008 UTC (15 years, 5 months ago) by ehamberg
make the caret 50 % transparent in normal mode


Revision 824370 - Directory Listing
Modified Wed Jun 25 17:03:16 2008 UTC (15 years, 5 months ago) by ehamberg
ignore special keys for now


Revision 824072 - Directory Listing
Modified Tue Jun 24 19:58:49 2008 UTC (15 years, 5 months ago) by ehamberg
code clean-ups


Revision 824071 - Directory Listing
Modified Tue Jun 24 19:58:47 2008 UTC (15 years, 5 months ago) by ehamberg
don't dereference null pointer


Revision 824070 - Directory Listing
Modified Tue Jun 24 19:58:45 2008 UTC (15 years, 5 months ago) by ehamberg
print error messages that are going to be displayed to the user in red


Revision 824069 - Directory Listing
Modified Tue Jun 24 19:58:43 2008 UTC (15 years, 5 months ago) by ehamberg
make it possible to set and jump to marks. smartcursors rock! thank you, Hamish


Revision 824068 - Directory Listing
Modified Tue Jun 24 19:58:40 2008 UTC (15 years, 5 months ago) by ehamberg
make yank line command respect count


Revision 824067 - Directory Listing
Modified Tue Jun 24 19:58:38 2008 UTC (15 years, 5 months ago) by ehamberg
fix count issue


Revision 824015 - Directory Listing
Modified Tue Jun 24 16:33:28 2008 UTC (15 years, 5 months ago) by rpedersen
Synchronized with trunk @ 823976

Revision 823677 - Directory Listing
Modified Mon Jun 23 20:50:43 2008 UTC (15 years, 5 months ago) by ehamberg
inner double quotes text object


Revision 823676 - Directory Listing
Modified Mon Jun 23 20:50:41 2008 UTC (15 years, 5 months ago) by ehamberg
move the cursor to the beginning of the pasted text


Revision 823675 - Directory Listing
Modified Mon Jun 23 20:50:38 2008 UTC (15 years, 5 months ago) by ehamberg
add support for the system clipboard and system selection registers


Revision 823245 - Directory Listing
Modified Sun Jun 22 21:27:51 2008 UTC (15 years, 5 months ago) by ehamberg
fix warnings


Revision 823244 - Directory Listing
Modified Sun Jun 22 21:27:49 2008 UTC (15 years, 5 months ago) by ehamberg
make uppercase/lowercase commands


Revision 823243 - Directory Listing
Modified Sun Jun 22 21:27:47 2008 UTC (15 years, 5 months ago) by ehamberg
fix bug making it impossible to specify register 1-9, correctly handle the 'black hole' register


Revision 823016 - Directory Listing
Modified Sun Jun 22 11:42:34 2008 UTC (15 years, 5 months ago) by ehamberg
clean up register code, don't store things twice, the default register is now only a char pointing to the appropriate register.


Revision 822550 - Directory Listing
Modified Fri Jun 20 16:19:16 2008 UTC (15 years, 5 months ago) by ehamberg
undo command


Revision 822549 - Directory Listing
Modified Fri Jun 20 16:18:43 2008 UTC (15 years, 5 months ago) by ehamberg
merge changes from trunk

Revision 822540 - Directory Listing
Modified Fri Jun 20 15:23:51 2008 UTC (15 years, 5 months ago) by ehamberg
change line command


Revision 822535 - Directory Listing
Modified Fri Jun 20 15:13:07 2008 UTC (15 years, 5 months ago) by ehamberg
added yank line command


Revision 822534 - Directory Listing
Modified Fri Jun 20 15:13:05 2008 UTC (15 years, 5 months ago) by ehamberg
added change commands


Revision 822533 - Directory Listing
Modified Fri Jun 20 15:13:03 2008 UTC (15 years, 5 months ago) by ehamberg
update vim incompatibilities


Revision 822337 - Directory Listing
Modified Thu Jun 19 20:48:09 2008 UTC (15 years, 5 months ago) by ehamberg
document Vim incompatibilities


Revision 822333 - Directory Listing
Modified Thu Jun 19 20:45:12 2008 UTC (15 years, 5 months ago) by ehamberg
restore kate actions when in insert mode for now


Revision 822332 - Directory Listing
Modified Thu Jun 19 20:45:08 2008 UTC (15 years, 5 months ago) by ehamberg
reset sticky column with left/right motions


Revision 822331 - Directory Listing
Modified Thu Jun 19 20:45:02 2008 UTC (15 years, 5 months ago) by ehamberg
make o and O open count lines (incompatible with Vim's behaviour)


Revision 822330 - Directory Listing
Modified Thu Jun 19 20:44:58 2008 UTC (15 years, 5 months ago) by ehamberg
make unimplemented motions return invalid positions to prevent kate from crashing


Revision 822329 - Directory Listing
Modified Thu Jun 19 20:44:54 2008 UTC (15 years, 5 months ago) by ehamberg
make sure cursor stays in right column and never disappears to column -1


Revision 822328 - Directory Listing
Modified Thu Jun 19 20:44:49 2008 UTC (15 years, 5 months ago) by ehamberg
only move cursor left when exiting insert mode if cursor is at column > 0


Revision 821908 - Directory Listing
Modified Wed Jun 18 19:39:23 2008 UTC (15 years, 5 months ago) by ehamberg
esc aborts incomplete command


Revision 821907 - Directory Listing
Modified Wed Jun 18 19:39:18 2008 UTC (15 years, 5 months ago) by ehamberg
correctly add multiple deleted lines to the correct register


Revision 821883 - Directory Listing
Modified Wed Jun 18 19:14:38 2008 UTC (15 years, 5 months ago) by ehamberg
added a method to set a register to a string. made multiline pasting possible


Revision 821849 - Directory Listing
Modified Wed Jun 18 16:33:11 2008 UTC (15 years, 5 months ago) by ehamberg
clean-up


Revision 821848 - Directory Listing
Modified Wed Jun 18 16:33:09 2008 UTC (15 years, 5 months ago) by ehamberg
made delete lines command honour supplied count


Revision 821847 - Directory Listing
Modified Wed Jun 18 16:33:07 2008 UTC (15 years, 5 months ago) by ehamberg
added paste commands


Revision 821846 - Directory Listing
Modified Wed Jun 18 16:33:04 2008 UTC (15 years, 5 months ago) by ehamberg
start of registers support. deleted text is now put in register


Revision 821845 - Directory Listing
Modified Wed Jun 18 16:33:01 2008 UTC (15 years, 5 months ago) by ehamberg
add textRemoved( QString & ) signal to katedocument to make it easy to get deleted text


Revision 821172 - Directory Listing
Modified Mon Jun 16 17:13:26 2008 UTC (15 years, 5 months ago) by ehamberg
make it possible to mark ranges as inclusive or exclusive. make the delete command respect this.


Revision 821171 - Directory Listing
Modified Mon Jun 16 17:13:23 2008 UTC (15 years, 5 months ago) by ehamberg
find command


Revision 820869 - Directory Listing
Modified Sun Jun 15 16:24:52 2008 UTC (15 years, 5 months ago) by ehamberg
merge changes from trunk



Revision 820861 - Directory Listing
Modified Sun Jun 15 16:01:02 2008 UTC (15 years, 5 months ago) by rpedersen
Added optional style attribute to DTD

Revision 820860 - Directory Listing
Modified Sun Jun 15 16:00:32 2008 UTC (15 years, 5 months ago) by rpedersen
Added documentation

Revision 820749 - Directory Listing
Modified Sun Jun 15 10:47:09 2008 UTC (15 years, 5 months ago) by ehamberg
remove forgotten debug message


Revision 820748 - Directory Listing
Modified Sun Jun 15 10:46:41 2008 UTC (15 years, 5 months ago) by ehamberg
make it possible to specify additional counts in mid-command.
example: 10d2j - "delete 2 lines down, 10 times"


Revision 820747 - Directory Listing
Modified Sun Jun 15 10:46:24 2008 UTC (15 years, 5 months ago) by ehamberg
command for showing the kate command line


Revision 820746 - Directory Listing
Modified Sun Jun 15 10:46:00 2008 UTC (15 years, 5 months ago) by ehamberg
fix command handling regarding motion matching


Revision 820405 - Directory Listing
Modified Sat Jun 14 07:19:42 2008 UTC (15 years, 5 months ago) by rpedersen
SVN_SILENT renamed

Revision 820404 - Directory Listing
Modified Sat Jun 14 07:18:10 2008 UTC (15 years, 5 months ago) by rpedersen
Simplified and clarified doIndent much by separating the relative indent feature out in a different function, instead of using a switch argument.

Revision 820401 - Directory Listing
Modified Sat Jun 14 06:45:44 2008 UTC (15 years, 5 months ago) by rpedersen
Changed parameter order

Revision 820367 - Directory Listing
Modified Fri Jun 13 23:44:37 2008 UTC (15 years, 5 months ago) by rpedersen
Ruby indenter uses alignment feature to align lists. (parameter lists, arrays, hashes etc.)

Revision 820365 - Directory Listing
Modified Fri Jun 13 23:43:06 2008 UTC (15 years, 5 months ago) by rpedersen
Indentation script can (as an alternative to the current way of returning the indent) return an array of two elements:

First element is the indent like before.

Second element is an absolute value representing a column for "alignment". If this value is higher then the indent value, the difference represents a number of spaces to be added after the indent. Otherwise, it's ignored.

Example:
Assume using tabs to indent, and tab width is 4. Here ">" represents a tab, and "." represents a space:

1: >   >   foobar("hello",
2: >   >   ......."world"

When indenting line 2, the script returns [8, 15]. Two tabs are inserted to indent to column 8, and 7 spaces are added to align the second parameter under the first, so that it stays aligned if the file is viewed with a different tab width.

Revision 820354 - Directory Listing
Modified Fri Jun 13 23:04:24 2008 UTC (15 years, 5 months ago) by rpedersen
Indentation menu item is disabled if the current syntax highlighter doesn't provide the required "style" attribute

Revision 820350 - Directory Listing
Modified Fri Jun 13 22:58:09 2008 UTC (15 years, 5 months ago) by rpedersen
Syntax highlighter reads "style" attribute from xml root element

Revision 820348 - Directory Listing
Modified Fri Jun 13 22:55:30 2008 UTC (15 years, 5 months ago) by rpedersen
Script manager reads required-syntax-style from script header

Revision 820347 - Directory Listing
Modified Fri Jun 13 22:51:52 2008 UTC (15 years, 5 months ago) by rpedersen
Feature branch for new scripting functionality in kate


Revision 818870 - Directory Listing
Modified Mon Jun 9 21:25:08 2008 UTC (15 years, 5 months ago) by ehamberg
added quite a few features:
* joining of lines
* go to column motion
* open new line over/under cursor
* fixed delete commands
* delete char command


Revision 818585 - Directory Listing
Modified Sun Jun 8 21:14:28 2008 UTC (15 years, 5 months ago) by ehamberg
fix commandEnterInsertModeAppendEOL to work with wrapped lines


Revision 818444 - Directory Listing
Modified Sun Jun 8 15:20:03 2008 UTC (15 years, 5 months ago) by ehamberg
merge changes from trunk



Revision 818435 - Directory Listing
Modified Sun Jun 8 15:00:09 2008 UTC (15 years, 5 months ago) by ehamberg
word/WORD motions


Revision 818434 - Directory Listing
Modified Sun Jun 8 14:59:58 2008 UTC (15 years, 5 months ago) by ehamberg
actually execute commands after a matching command + motion has been entered


Revision 818063 - Directory Listing
Modified Sat Jun 7 15:34:02 2008 UTC (15 years, 5 months ago) by ehamberg
fixed stupid bug that led m_motionOperatorIndex to be out of sync. this made the command parser run the wrong command when using motions


Revision 818062 - Directory Listing
Modified Sat Jun 7 15:34:00 2008 UTC (15 years, 5 months ago) by ehamberg
make up/down/right/left motions use count


Revision 818061 - Directory Listing
Modified Sat Jun 7 15:33:58 2008 UTC (15 years, 5 months ago) by ehamberg
implement word ('w') motion.


Revision 818060 - Directory Listing
Modified Sat Jun 7 15:33:56 2008 UTC (15 years, 5 months ago) by ehamberg
fix find/to motions and implement gg and G motions


Revision 818059 - Directory Listing
Modified Sat Jun 7 15:33:54 2008 UTC (15 years, 5 months ago) by ehamberg
only use positions returned from motions/text objects when valid


Revision 818058 - Directory Listing
Modified Sat Jun 7 15:33:52 2008 UTC (15 years, 5 months ago) by ehamberg
fixed bug making commands like 'gg' not work because it found several commands
starting with a g needing a motion/text object.


Revision 818057 - Directory Listing
Modified Sat Jun 7 15:33:48 2008 UTC (15 years, 5 months ago) by ehamberg
make the command parser correctly handle commands that use motions or text objects.
declare a lot of commands and motions.
still only for testing.


Revision 814512 - Directory Listing
Modified Fri May 30 14:34:15 2008 UTC (15 years, 6 months ago) by ehamberg
move development to a branch again



Revision 804258 - Directory Listing
Modified Mon May 5 13:02:38 2008 UTC (15 years, 7 months ago) by ehamberg
This has been merged with trunk

Revision 804253 - Directory Listing
Modified Mon May 5 12:51:02 2008 UTC (15 years, 7 months ago) by ehamberg
Merge from trunk in preparation of merging my branch



Revision 803858 - Directory Listing
Modified Sun May 4 10:54:34 2008 UTC (15 years, 7 months ago) by ehamberg
Merged changes from trunk.
Resolved conflicts in kateconfig.h and kateconfig.cpp



Revision 803702 - Directory Listing
Modified Sat May 3 23:24:06 2008 UTC (15 years, 7 months ago) by ehamberg
GPL 2+3



Revision 800419 - Directory Listing
Modified Thu Apr 24 08:05:24 2008 UTC (15 years, 7 months ago) by ehamberg
Don't read option from file twice



Revision 800293 - Directory Listing
Modified Wed Apr 23 20:46:49 2008 UTC (15 years, 7 months ago) by ehamberg
Make the vi input mode an option (disabled by default)
To use it, put "Vi Input Mode=true" under view options in katerc



Revision 799137 - Directory Listing
Modified Sun Apr 20 14:27:41 2008 UTC (15 years, 7 months ago) by ehamberg
Merge changes from trunk



Revision 798526 - Directory Listing
Modified Fri Apr 18 14:10:06 2008 UTC (15 years, 7 months ago) by ehamberg
Merge changes from trunk.



Revision 798525 - Directory Listing
Modified Fri Apr 18 14:07:16 2008 UTC (15 years, 7 months ago) by ehamberg
Move vi input mode stuff from document to view.



Revision 797398 - Directory Listing
Modified Tue Apr 15 18:29:50 2008 UTC (15 years, 7 months ago) by ehamberg
Merge changes



Revision 797389 - Directory Listing
Modified Tue Apr 15 18:03:03 2008 UTC (15 years, 7 months ago) by ehamberg
The start of a vi command parser for the vi input mode



Revision 797387 - Directory Listing
Modified Tue Apr 15 18:00:13 2008 UTC (15 years, 7 months ago) by ehamberg
A branch for implementing a vi input mode in kate



Revision 796449 - Directory Listing
Modified Sun Apr 13 15:56:10 2008 UTC (15 years, 7 months ago) by cullmann
merged



Revision 796432 - Directory Listing
Modified Sun Apr 13 15:09:45 2008 UTC (15 years, 7 months ago) by giannaros
Forgot to add the script/ directory ;)



Revision 796431 - Directory Listing
Modified Sun Apr 13 15:09:14 2008 UTC (15 years, 7 months ago) by giannaros
QtScript port -- reasonably well advanced.



Revision 796427 - Directory Listing
Modified Sun Apr 13 15:04:44 2008 UTC (15 years, 7 months ago) by giannaros
QtScript port



Revision 417087 - Directory Listing
Modified Sun May 22 19:31:12 2005 UTC (18 years, 6 months ago) by cullmann
sort out fun branch of myself, no need to have this, atm, only interesting attic branch is
the bidi stuff, perhaps useful for kde4 port


Revision 409205 - Directory Listing
Added Wed May 4 06:07:06 2005 UTC (18 years, 7 months ago) by (unknown author)
sort out branches