Bjorn Winckler
|
ba058d45a9
|
- All user default key variables end with 'key' - Added user default keys: typesetter, cellwidthmultiplier, baselineoffset - Cell width calculations based on widht of 'm' (so that 'cellwidthmultiplier' is the width of a cell in em-units)
git-svn-id: http://macvim.googlecode.com/svn/trunk@108 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-08-09 10:22:52 +00:00 |
|
Bjorn Winckler
|
a15c9110c0
|
Added custom typesetter (better wide-font support, can typeset proportional fonts)
git-svn-id: http://macvim.googlecode.com/svn/trunk@105 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-08-08 19:18:16 +00:00 |
|
Bjorn Winckler
|
6c59edb93e
|
Code cleanup.
git-svn-id: http://macvim.googlecode.com/svn/trunk@101 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-08-08 09:58:41 +00:00 |
|
Bjorn Winckler
|
9495317748
|
No longer uses stringWithFormat: when creating emptyRowString (%255c does not work as a format string).
git-svn-id: http://macvim.googlecode.com/svn/trunk@86 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-08-05 18:53:39 +00:00 |
|
Bjorn Winckler
|
d1d6ab7382
|
- Simpler size calculations, which don't use NSLayoutManager - Lazy resizing - Width calculations based on cellWidth instead of widthOfEmptyRow
git-svn-id: http://macvim.googlecode.com/svn/trunk@42 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-08-01 06:45:32 +00:00 |
|
Bjorn Winckler
|
c2b80619a0
|
- The range is clipped to maxRows in rectForRowsInRange: - The range is clipped to maxColumns in rectForColumnsInRange:
git-svn-id: http://macvim.googlecode.com/svn/trunk@35 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-07-29 17:10:05 +00:00 |
|
Bjorn Winckler
|
5381551a05
|
colorscheme now works (even after resizing window).
git-svn-id: http://macvim.googlecode.com/svn/trunk@27 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-07-29 11:10:45 +00:00 |
|
Bjorn Winckler
|
2bb270f60c
|
- Added support for Distributed Objects, as an alternative to NSPortMessage for communicating between processes (MM_USE_DO=0 to disable in MacVim.h) - MMWindowController, MMTextView does not communicate directly with backend anymore, instead they have to go through MMVimController sendMessage:data:wait:. - If window is closed by clicking the red button, Vim now displays a message if a buffer has been modified.
git-svn-id: http://macvim.googlecode.com/svn/trunk@20 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-07-28 20:19:20 +00:00 |
|
Bjorn Winckler
|
0f60f1a416
|
Changed the misnomer 'emptyColumn*' to 'emptyRow*'.
git-svn-id: http://macvim.googlecode.com/svn/trunk@19 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-07-27 06:24:00 +00:00 |
|
Bjorn Winckler
|
9ed9a9f105
|
Initial import
git-svn-id: http://macvim.googlecode.com/svn/trunk@5 96c4425d-ca35-0410-94e5-3396d5c13a8f
|
2007-07-25 07:09:26 +00:00 |
|