Changeset 3806
- Timestamp:
- 09/16/03 01:32:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Property.java
r2671 r3806 3 3 * 4 4 * Copyright (C) 2000-2003 Peter Graves 5 * $Id: Property.java,v 1.2 5 2003-06-30 17:02:05piso Exp $5 * $Id: Property.java,v 1.26 2003-09-16 01:32:43 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 182 182 public static final Property SAVE_IN_PLACE = 183 183 createProperty("saveInPlace", false); 184 public static final Property SCROLL_CARET = 185 createProperty("scrollCaret", true); 184 186 public static final Property SELECT_COMPLETION = 185 187 createProperty("selectCompletion", true);
Note: See TracChangeset
for help on using the changeset viewer.