Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (448 - 450 of 1030)

Ticket Resolution Summary Owner Reporter
#45 fixed resizing editor window shouldn't scroll content Jeremy Jones Jeremy Jones
Description

When an editor window is resized, the text is scrolled so that the insertion point is in the middle of the window. The text that is at the beginning of the window should remain at the beginning of the window.

#46 fixed control-w during isearch should add word to search string Jeremy Jones Jeremy Jones
Description

During an incremental search, control-w should add the word following the insertion point to the search string.

#24 fixed No "undo/redo" support Jeremy Jones Gary Byers
Description

Of the three general schemes for implementing undo/redo that I can think of - namely:

  1. Use the Cocoa text system's built-in support
  1. Use an NSUndoManager to track changes to the buffer/textstorage
  1. Do it all at the lisp level

I think that either (2) or (3) would be the most attractive.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.