Difference between revisions of "Clipboard page"

From TED Notepad
Line 4: Line 4:
  
 
The {{field|Settings:Clipboard|Auto-select upon Copy with empty selection}} allows to automatically select nearby text, if {{feature|Copy}} or {{feature|Cut}} is invoked while nothing is selected. The amount of text automatically selected can be one of the following:
 
The {{field|Settings:Clipboard|Auto-select upon Copy with empty selection}} allows to automatically select nearby text, if {{feature|Copy}} or {{feature|Cut}} is invoked while nothing is selected. The amount of text automatically selected can be one of the following:
* {{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Disabled}} — nothing is automatically selected.
+
* '''{{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Disabled}}''' — nothing is automatically selected.
* {{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Word}} — one word, all white-spaces, or one delimiter is selected.
+
* '''{{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Word}}''' — one word, all white-spaces, or one delimiter is selected.
* {{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Line}} — current entire unwrapped line is selected.
+
* '''{{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Line}}''' — current entire unwrapped line is selected.
* {{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Paragraph}} — current entire paragraph is selected.
+
* '''{{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Paragraph}}''' — current entire paragraph is selected.
* {{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Entire document}} — entire document is selected.
+
* '''{{field|Settings:Clipboard|Auto-select upon Copy with empty selection: Entire document}}''' — entire document is selected.
  
 
===={{field|Settings:Clipboard|Copy with mouse}}====
 
===={{field|Settings:Clipboard|Copy with mouse}}====
  
The {{field|Settings:Clipboard|Auto-copy when selecting with mouse}} automatically invokes {{feature|Copy}} into system Clipboard when the mouse button is released after selecting text.
+
The '''{{field|Settings:Clipboard|Auto-copy when selecting with mouse}}''' automatically invokes {{feature|Copy}} into system Clipboard when the mouse button is released after selecting text.
  
 
Note: This automated {{feature|Copy}} thru mouse may {{feature|Copy}} several times upon multi-click mouse selecting. This is because multi-clicking involves multiple mouse button releases. And each such mouse button release is registered as selection change and must invoke {{feature|Copy}} (just in case there comes no further mouse action).
 
Note: This automated {{feature|Copy}} thru mouse may {{feature|Copy}} several times upon multi-click mouse selecting. This is because multi-clicking involves multiple mouse button releases. And each such mouse button release is registered as selection change and must invoke {{feature|Copy}} (just in case there comes no further mouse action).
  
The {{field|Settings:Clipboard|Only when Ctrl is pressed while selecting}} invokes {{feature|Copy}} upon mouse selecting only when {{hotkey|Ctrl}} is pressed while selecting. On the other hand, if this option is turned off, the {{hotkey|Ctrl}} key is checked upon mouse selecting anyway, and instead prevents {{feature|Copy}} when pressed. In other words, the value of {{field|Settings:Clipboard|Only when Ctrl is pressed while selecting}} determines, whether automated {{feature|Copy}} thru mouse selecting is to be used with or without {{hotkey|Ctrl}} key.
+
The '''{{field|Settings:Clipboard|Only when Ctrl is pressed while selecting}}''' invokes {{feature|Copy}} upon mouse selecting only when {{hotkey|Ctrl}} is pressed while selecting. On the other hand, if this option is turned off, the {{hotkey|Ctrl}} key is checked upon mouse selecting anyway, and instead prevents {{feature|Copy}} when pressed. In other words, the value of {{field|Settings:Clipboard|Only when Ctrl is pressed while selecting}} determines, whether automated {{feature|Copy}} thru mouse selecting is to be used with or without {{hotkey|Ctrl}} key.
  
 
Note: The {{hotkey|Ctrl}} key is checked only upon mouse button release, therefore, it only needs to be pressed (or not pressed) upon releasing the mouse button after selecting. This is, however, misleading upon multi-clicking, since when multi-clicking, multiple mouse button releases occur, which can trigger {{feature|Copy}} as well.
 
Note: The {{hotkey|Ctrl}} key is checked only upon mouse button release, therefore, it only needs to be pressed (or not pressed) upon releasing the mouse button after selecting. This is, however, misleading upon multi-clicking, since when multi-clicking, multiple mouse button releases occur, which can trigger {{feature|Copy}} as well.
Line 26: Line 26:
 
By default, mouse {{hotkey|Right-click}} displays small {{feature|Right-click context menu}}, similar to the one known from other Windows applications. Using {{hotkey|Ctrl+Right-click}} on the other hand allows to {{feature|Paste}} text from system Clipboard conveniently thru mouse. Option {{field|Settings:Clipboard|Paste with mouse upon}} alters this behaviour by switching the meaning of the {{hotkey|Ctrl}} upon {{hotkey|Right-click}}:
 
By default, mouse {{hotkey|Right-click}} displays small {{feature|Right-click context menu}}, similar to the one known from other Windows applications. Using {{hotkey|Ctrl+Right-click}} on the other hand allows to {{feature|Paste}} text from system Clipboard conveniently thru mouse. Option {{field|Settings:Clipboard|Paste with mouse upon}} alters this behaviour by switching the meaning of the {{hotkey|Ctrl}} upon {{hotkey|Right-click}}:
  
* {{field|Settings:Clipboard|Paste with mouse upon: Right-click}}: {{feature|Paste}} thru {{hotkey|Right-click}}, {{feature|Right-click context menu}} thru {{hotkey|Ctrl+Right-click}}.
+
* '''{{field|Settings:Clipboard|Paste with mouse upon: Right-click}}''': {{feature|Paste}} thru {{hotkey|Right-click}}, {{feature|Right-click context menu}} thru {{hotkey|Ctrl+Right-click}}.
* {{field|Settings:Clipboard|Paste with mouse upon: Ctrl + Right-click}}: {{feature|Right-click context menu}} thru {{hotkey|Right-click}}, {{feature|Paste}} thru {{hotkey|Ctrl+Right-click}}.
+
* '''{{field|Settings:Clipboard|Paste with mouse upon: Ctrl + Right-click}}''': {{feature|Right-click context menu}} thru {{hotkey|Right-click}}, {{feature|Paste}} thru {{hotkey|Ctrl+Right-click}}.
  
 
===={{field|Settings:Clipboard|Enhanced}}====
 
===={{field|Settings:Clipboard|Enhanced}}====
  
The {{field|Settings:Clipboard|Mimic original case upon Paste}} enables to {{defined|mimic case}} upon replacing selection with {{feature|Paste}} from system Clipboard. Upon {{feature|Paste}}, if there is non-empty selection being replaced, text of the selection is scanned and {{defined|character case}} of text from the system Clipboard is converted just before replacing the selection.
+
The '''{{field|Settings:Clipboard|Mimic original case upon Paste}}''' enables to {{defined|mimic case}} upon replacing selection with {{feature|Paste}} from system Clipboard. Upon {{feature|Paste}}, if there is non-empty selection being replaced, text of the selection is scanned and {{defined|character case}} of text from the system Clipboard is converted just before replacing the selection.
  
 
Note: The {{defined|character case}} conversion within text from the system Clipboard does not modify the system Clipboard content. The conversion is applied onto the text while replacing the selection, after retreiving it from the system Clipboard.
 
Note: The {{defined|character case}} conversion within text from the system Clipboard does not modify the system Clipboard content. The conversion is applied onto the text while replacing the selection, after retreiving it from the system Clipboard.
  
 
See {{feature|Paste}} for further details.
 
See {{feature|Paste}} for further details.

Revision as of 17:55, 1 October 2013

This section is up to date for TED Notepad version 6.3.1.0.
Control page Control:dialog:Settings:Clipboard

Auto-select upon Copy with empty selection:

The Auto-select upon Copy with empty selection allows to automatically select nearby text, if Copy or Cut is invoked while nothing is selected. The amount of text automatically selected can be one of the following:

Copy with mouse

The Auto-copy when selecting with mouse automatically invokes Copy into system Clipboard when the mouse button is released after selecting text.

Note: This automated Copy thru mouse may Copy several times upon multi-click mouse selecting. This is because multi-clicking involves multiple mouse button releases. And each such mouse button release is registered as selection change and must invoke Copy (just in case there comes no further mouse action).

The Only when Ctrl is pressed while selecting invokes Copy upon mouse selecting only when Ctrl is pressed while selecting. On the other hand, if this option is turned off, the Ctrl key is checked upon mouse selecting anyway, and instead prevents Copy when pressed. In other words, the value of Only when Ctrl is pressed while selecting determines, whether automated Copy thru mouse selecting is to be used with or without Ctrl key.

Note: The Ctrl key is checked only upon mouse button release, therefore, it only needs to be pressed (or not pressed) upon releasing the mouse button after selecting. This is, however, misleading upon multi-clicking, since when multi-clicking, multiple mouse button releases occur, which can trigger Copy as well.

Paste with mouse upon:

The Paste with mouse upon allows to Paste text from system Clipboard by simple mouse Right-click.

By default, mouse Right-click displays small Right-click context menu, similar to the one known from other Windows applications. Using Ctrl+Right-click on the other hand allows to Paste text from system Clipboard conveniently thru mouse. Option Paste with mouse upon alters this behaviour by switching the meaning of the Ctrl upon Right-click:

Enhanced

The Mimic original case upon Paste enables to mimic case upon replacing selection with Paste from system Clipboard. Upon Paste, if there is non-empty selection being replaced, text of the selection is scanned and character case of text from the system Clipboard is converted just before replacing the selection.

Note: The character case conversion within text from the system Clipboard does not modify the system Clipboard content. The conversion is applied onto the text while replacing the selection, after retreiving it from the system Clipboard.

See Paste for further details.