History of
README.markdown
@master
git clone https://git.catseye.tc/tideay/
- Make it not possible to open 2 copies of the same file or watcher. Chris Pressey 10 years ago
- Add Lua to the language-sniffing. Chris Pressey 10 years ago
- Move cursor to top when syncing buffer from disk. Less annoying. Chris Pressey 10 years ago
- `tideay foo` when tideay is already running tells it to open foo. Chris Pressey 10 years ago
- make_file_completion is pretty Tideay-specific. Chris Pressey 10 years ago
- Refactor widget creation (sort of.) Chris Pressey 10 years ago
- Only one instance of tideay can be started from each directory. Chris Pressey 10 years ago
- Only one instance of tideay is allowed to run at a time. Cat's Eye Technologies 10 years ago
- Update README with latest features (cd) and some notes. catseye 11 years ago
- Remove Markdown hack; make note of Markdown highlighting protip. catseye 11 years ago
- Add more rewriting rules, and some more notes to README. catseye 11 years ago
- Mostly README updates. Also hack to let it highlight Markdown. catseye 11 years ago
- Shift+Backspace does destructive rewriting. catseye 11 years ago
- Add "pipe mode" command execution, i.e. `|indent` Ctrl+Enter. catseye 11 years ago
- Show full (relative) path to file in window title. catseye 11 years ago
- Some edits and additions to editors-rant. catseye 11 years ago
- My editing confessional... catseye 11 years ago
- Add pseudo-shell functionality, which is really sort of weird. catseye 11 years ago
- Indent four spaces if the line begins like a Markdown list item. catseye 11 years ago
- Ctrl+Enter executes line as command (I'm using it now!) catseye 11 years ago
- Improve hashbang sniffing... a bit, anyway. catseye 11 years ago
- Pressing Enter after one of {([: indents next line four spaces. catseye 11 years ago
- Notebook tabs smaller, fixed size, only show file's basename. catseye 11 years ago
- __init__() needs to be split up. For now, put it in right place. catseye 11 years ago
- Implement rewriting end of string left of cursor with <tab>! catseye 11 years ago
- Pressing <tab> in the editor pane inserts two spaces, for now. catseye 11 years ago
- Disable tab key only while in the editing pane. catseye 11 years ago
- Disable tab key completely, for now. catseye 11 years ago
- Remove tooltips. catseye 11 years ago
- Improve hashbang sniffing; only `python` is supported for now. catseye 11 years ago