Enable undo/redo and find/replace in document editor
This commit is contained in:
parent
491743c7bb
commit
c5dd7e277a
|
@ -62,7 +62,7 @@ Gw
|
||||||
<rect key="frame" x="0.0" y="0.0" width="465" height="235"/>
|
<rect key="frame" x="0.0" y="0.0" width="465" height="235"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" id="1aa-Vo-yPS" customClass="JavaScriptEditorView" customModule="MongoView" customModuleProvider="target">
|
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="bar" incrementalSearchingEnabled="YES" allowsUndo="YES" id="1aa-Vo-yPS" customClass="JavaScriptEditorView" customModule="MongoView" customModuleProvider="target">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="465" height="235"/>
|
<rect key="frame" x="0.0" y="0.0" width="465" height="235"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
|
Loading…
Reference in New Issue