Changeset 4223


Ignore:
Timestamp:
10/06/03 15:01:16 (20 years ago)
Author:
piso
Message:

pasteInternal(): honor Property.AUTO_PASTE_LINES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/Editor.java

    r3807 r4223  
    33 *
    44 * Copyright (C) 1998-2003 Peter Graves
    5  * $Id: Editor.java,v 1.115 2003-09-16 01:38:04 piso Exp $
     5 * $Id: Editor.java,v 1.116 2003-10-06 15:01:16 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    55385538        CompoundEdit compoundEdit = beginCompoundEdit();
    55395539        if (mark == null && Utilities.isLinePaste(toBeInserted) &&
    5540             mode.acceptsLinePaste(this))
     5540            mode.acceptsLinePaste(this) && buffer.getBooleanProperty(Property.AUTO_PASTE_LINES))
    55415541        {
    55425542            // 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.