Changeset 4223
- Timestamp:
- 10/06/03 15:01:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Editor.java
r3807 r4223 3 3 * 4 4 * Copyright (C) 1998-2003 Peter Graves 5 * $Id: Editor.java,v 1.11 5 2003-09-16 01:38:04piso Exp $5 * $Id: Editor.java,v 1.116 2003-10-06 15:01:16 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 5538 5538 CompoundEdit compoundEdit = beginCompoundEdit(); 5539 5539 if (mark == null && Utilities.isLinePaste(toBeInserted) && 5540 mode.acceptsLinePaste(this) )5540 mode.acceptsLinePaste(this) && buffer.getBooleanProperty(Property.AUTO_PASTE_LINES)) 5541 5541 { 5542 5542 // We want to the caret to be in the same column when we're done.
Note: See TracChangeset
for help on using the changeset viewer.