Skip to content

Commit 37f3b1e

Browse files
author
Travis
committed
search bar UI change a little
1 parent 2262b16 commit 37f3b1e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
## XToDo -- Xcode plugin
2-
to collect and list the `TODO`,`FIXME`,`???`,`!!!`
32

43
![image](screenshots/1.png)
54

65
![image](screenshots/2.png)
76

7+
### What Can XToDo do?
8+
9+
- collect and list the `TODO`,`FIXME`,`???`,`!!!`
10+
- show stat for an item finished or not (still can not switch on/off)
11+
- filter results if you have too much todos
12+
- snippets make a todo comment easily
13+
- standalone App if you'd like not to wait for 10-sec Xcode starting
14+
815
### Install
9-
clone this repo Build the project and it's done!
16+
clone this repo, Build the project and it's done!
1017

1118
or you can download from [this link](https://www.dropbox.com/s/bgn4x4i9rt7s0uw/XToDo.xcplugin.zip) and move the plugin to path
1219
`~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/`

XToDo/XToDoWindowController.xib

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7528.3" systemVersion="14C1514" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7528.3"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6751"/>
66
</dependencies>
77
<objects>
88
<customObject id="-2" userLabel="File's Owner" customClass="XToDoWindowController">
@@ -27,9 +27,9 @@
2727
<autoresizingMask key="autoresizingMask"/>
2828
<subviews>
2929
<searchField wantsLayer="YES" verticalHuggingPriority="750" id="ab7-DL-Ufn">
30-
<rect key="frame" x="1" y="380" width="317" height="22"/>
30+
<rect key="frame" x="0.0" y="379" width="320" height="22"/>
3131
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
32-
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="Filter results" usesSingleLineMode="YES" bezelStyle="round" sendsSearchStringImmediately="YES" maximumRecents="10" id="s1O-JS-boD">
32+
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" placeholderString="Filter results" drawsBackground="YES" usesSingleLineMode="YES" sendsSearchStringImmediately="YES" maximumRecents="10" id="s1O-JS-boD">
3333
<font key="font" metaFont="system"/>
3434
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
3535
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -46,7 +46,6 @@
4646
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
4747
<subviews>
4848
<outlineView appearanceType="vibrantLight" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="systemDefault" viewBased="YES" indentationPerLevel="16" outlineTableColumn="poP-lE-uPQ" id="IEj-77-EWU">
49-
<rect key="frame" x="0.0" y="0.0" width="320" height="0.0"/>
5049
<autoresizingMask key="autoresizingMask"/>
5150
<size key="intercellSpacing" width="3" height="2"/>
5251
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)