0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve action button behavior More... about 13 years ago
Skip running ‘mate’ if we lack the support folder More... about 13 years ago
Make action buttons work (again) More... about 13 years ago
Don’t deselect files when TM_SELECTED_FILES is set More... about 13 years ago
Fix warnings (64 bit / “modern” SDK) More... about 13 years ago
Add ‘target’ file for TextMate’s build system More... about 13 years ago
Move sources and resources to subfolders More... about 13 years ago
Delete Xcode project file More... about 13 years ago
Merge pull request #1 from gknops/master More... over 14 years ago
[NEW] Commit window fontfamily name and size can now be changed via user defaults. Example: defaults write com.cjack.tmbundles.commit-window CommitWindowFontName "Menlo"; defaults write com.cjack.tmbundles.commit-window CommitWindowFontSize 14 More... over 14 years ago
Adding a new option, --log, which takes a single string argument and pre-fills the commit log textview with it. More... almost 18 years ago
- Update "Revert to Default Choices" to use the current default choices - Update the inclusion state after the Modify popup is used More... over 18 years ago
• let absolutePathForPath: instantly return the passed in path, if it is already absolute (I had some problems with which screwing up the path, and this solves it, but which is buggy, try for example ‘which CocoaDialog’ in TextMate (⌃R) and then ‘type -p CocoaDialog’, for me the former fails, the latter gives the path) More... about 19 years ago
• add intercellSpacing to rowHeight and divide deltaVisibleHeight by two (since expansion/shrinking is in both directions) — this makes the initial size of the table view approximate its content better, but strangely, I have one project with 20 files, where there are ~18 extra pixels at the bottom, and another project with 33 files, where the content overflows by 7 pixels More... about 19 years ago
• stretch the hair spaces (using NSExpansionAttributeName) around the status letters so that the background of each letter amounts to the same width (±1 pixel) More... over 19 years ago
• when launching a task, write data to the input file handle in a background thread, as writeData: will block if we are writing more than 4 KB More... over 19 years ago
• call stringByStandardizingPath on the paths before using them as arguments for svn (so that the tilde gets expanded) -- it might be better to store them as expanded and have a special displayPath in the record shown in the list More... over 19 years ago
Implement CommitWindow per-item action menu. More... over 19 years ago
• Get the absolute path to the diff command before launching it. More... over 19 years ago
Make buttons look clickable. More... over 19 years ago
• There's now a visible diff button, as a first step toward status window convergence. Double-clicking continues to invoke diff as well. The UI is subject to change. Feedback welcome. More... over 19 years ago
Adjust highlighting More... over 19 years ago
More work-in-progress More... over 19 years ago
More work in progress More... over 19 years ago
• make the array controller not “avoid empty selection” nor “select inserted objects” More... over 19 years ago
Safety checkin; work in progress. More... over 19 years ago
Fix resize artifacts (hopefully) More... over 19 years ago
CommitWindow: More... over 19 years ago
Do not use objectDidBegin/EndEditing. These methods are unnecessary and may cause problems in the future. More... over 19 years ago
[FIXED] Add undo/redo support to previous summary text replacement. More... over 19 years ago