0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make the target of the Delete Note item the first responder instead of AppController, and make the editor remove its key equivalent before validating it and restore it upon resigning first responder More... over 13 years ago
automatically create nv:// URLs for text between double-brackets; initial support for note-title completion More... over 13 years ago
temporary work-around for URLs next to markdown-format brackets More... over 13 years ago
add nv:// scheme as well as other common schemes, and ignore file-resource URLs More... over 13 years ago
use the precompiled flex-based parser from Adium's Auto Hyperlinks framework instead of NFA regular expressions compiled at runtime More... over 13 years ago
use an indeterminate progress bar while importing a URL following data transfer More... over 13 years ago
recognize PHP-file headers More... over 13 years ago
in progress: UI support for setting custom note-body foreground and background colors More... over 13 years ago
use regular expressions for identifying URLs and email addresses via CocoaICU and libicucore More... over 13 years ago
use shorter synthetic titles for imported data (36) than for known notes (60) More... over 13 years ago
slightly smarter determination of titles from imported files; and don't strip the leading characters from the body More... over 13 years ago
use a timeout for other HTML parsing More... over 13 years ago
fix importing URLs when the pasteboard contains only plaintext (e.g., text copied or dragged to the Dock icon) More... over 13 years ago
apply paste-preserves-styles preference to importing URLs More... over 13 years ago
slightly improved file-title importing More... over 13 years ago
allow retrieving styled text from any HTML on the pasteboard in the absence of any other RTF data (e.g., in the case of text copied from Chrome) More... over 13 years ago
Merge branch 'master' of github.com:scrod/nv More... over 13 years ago
reformat line-points More... over 13 years ago
ensure that PTF text on the pasteboard is actually valid before allowing it to override other pasteboard types during paste More... over 13 years ago
German Strikethrough menu item and keyboard shortcut translations More... over 13 years ago
Merge branch 'master' of github.com:scrod/nv More... over 13 years ago
add a strikethrough formatting implementation, mapping double and/or colored strikethrough styles to single-line; More... over 13 years ago
update localizations for strikethrough command & shortcut More... over 13 years ago
Underline menu item is removed. Strikethrough item is added. More... over 13 years ago
German localization by Benedikt Hopmann More... over 13 years ago
Command-Shift-J/K should not trigger the next/previous note keyboard shortcuts -- only Command-J/K More... over 13 years ago
added localized files More... over 13 years ago
French translation of Services menu item title More... over 13 years ago
when pasting-as-a-new-note, highlight the part of the body that's duplicated in the title instead of trimming it More... over 13 years ago
-[NSString prefixWithSourceString:] returns the modified string that was actually used as a prefix More... over 13 years ago