vs2008
chrome-extensions
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
chrome-extensions
(root)
/
Auto-Copy
/
trunk
/
css
/
options.css
@ 68
– Rev 72
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
72
1698 d 23 h
hill
/Auto-Copy/trunk/
- Added copy delay - wait specified seconds before executing copy
- Added clear clipboard - wait specified seconds before clearing the clipboard after copy
- Added trim whitespaces - remove leading and trailing whitespaces from selection
- Added native system notification
- Renamed blacklist to blocklist
68
2278 d 13 h
hill
/Auto-Copy/trunk/
- Added Privacy Policy
- Published as an Microsoft Edge Addon
- Allow for enable / disable of informational comment via a modifier key
- Enabled alert on copy by default
- Updated look and feel of options page
- bug fix: double clicking a selection would fail to copy after triple clicking
- bug fix: 'Add the comment to the end of the copied text' option failed to restore when options page was reloaded or relaunched
- bug fix: 'Only include the comment if more than X words are selected' would cause the selected text to appear twice in the clipboard
- bug fix: Enable / disable auto copy using a modifier key failed to work reliably
66
2521 d 21 h
hill
/Auto-Copy/trunk/
Added ability to enable debugging
Added new comment variable for date/time
Bug fix: options screen had id incorrectly identified
64
3143 d 23 h
hill
/Auto-Copy/trunk/
fixed issue with not detecting nested content editable elements
Eliminated the triple click delay
Allowed alert on copy notice to be configurable
50
3157 d 17 h
hill
/Auto-Copy/trunk/
- Allowed disabling in content editable elements.
- Fixed bug where auto copy would execute on text deselection
- Fixed issue with triple clicking to select causing multiple fires of auto copy
- Allowed for selecting whether ctrl/shift enables or disables auto copy
- Changed font size on options page
- Reworked handling of options
- Added <all_urls> to manifest to try and get it working for
file:///
48
3915 d 15 h
hill
/Auto-Copy/trunk/
Added new features: copy notification, remove selection on copy, url blacklisting, copy as link, disable with ctrl/shift key
33
4835 d 17 h
hill
/Auto-Copy/trunk/
Finished up changes to implement blacklist. Updated to use newer API elements
32
4836 d 15 h
hill
/Auto-Copy/trunk/
Changed add blacklist entry from javascript popup to an overlay
31
4838 d 0 h
hill
/Auto-Copy/trunk/css/
Added min-height for the blacklist box
30
4838 d 1 h
hill
/Auto-Copy/trunk/
Finished up blacklist options page implementation.
29
4838 d 12 h
hill
/Auto-Copy/trunk/
Organizational changes. Working on adding blacklists feature.