|
|
| Added: |
> > |
I was reviewing my IDEA Tracker entries. I had forgotten about this plugin. Anyway, it no longer works. |
|
|
| Changed: |
< < |
This plugin was tested with IntelliJ IDEA 3.0 Build 650 on Windows 2000.
| > > |
This plugin was tested with IntelliJ IDEA Build 963 on Windows 2000.
|
| Added: |
> > |
- Updated plugin.xml for Aurora's Plugin Manager
|
| Deleted: |
< < |
-- ChrisBartley - 27 Sep 2002
You have to change group-id "EditorActions" to "EditorPopupMenu" at plugin.xml
-- RomanPorotnikov - 22 Nov 2002
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="1.1"}%
| > > |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="1.2"}%
|
| Changed: |
< < |
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}%
| > > |
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsWin2K"}%
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.1.zip" attr="" comment="v 1.1" date="1033166282" path="C:\z\ToggleCharacterCase-1.1.zip" size="28377" user="ChrisBartley" version="1.1"}%
| > > |
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.1.zip" attr="h" comment="v 1.1" date="1033166282" path="C:\z\ToggleCharacterCase-1.1.zip" size="28377" user="ChrisBartley" version="1.1"}%
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.2.zip" attr="" comment="v 1.2" date="1068258082" path="C:\data_bartley\projects\IDEAOpenAPI\project\openapi\ToggleCharacterCase\ToggleCharacterCase-1.2.zip" size="30213" user="ChrisBartley" version="1.1"}% |
|
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value=""}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value=""}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value=""}%
| > > |
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value="ToggleCharacterCase"}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="1.1"}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value="Chris Bartley"}%
|
| Changed: |
< < |
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}%
| > > |
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}% |
|
|
| Changed: |
< < |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginArchive"}%
| > > |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}% |
|
|
| Changed: |
< < |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
| > > |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginArchive"}% |
|
|
| Changed: |
< < |
%META:FORM{name="WebForm"}%
| > > |
%META:FORM{name="IntelliJPluginWebForm"}%
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value=""}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value=""}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value=""}%
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value=""}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value=""}%
%META:FIELD{name="IntelliJPluginClassification" title="IntelliJPluginClassification" value=""}% |
|
|
| Changed: |
< < |
%META:FORM{name="PluginWebForm"}%
| > > |
%META:FORM{name="WebForm"}% |
|
|
| Added: |
> > |
%META:FORM{name="PluginWebForm"}%
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="If there is no selection in the editor, this action toggles the case of the character immediately following the caret (if any) and moves the caret to the position immediately after the changed character"}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}% |
|
|
| Added: |
> > |
You have to change group-id "EditorActions" to "EditorPopupMenu" at plugin.xml
-- RomanPorotnikov - 22 Nov 2002 |
|
|
| Changed: |
< < |
This plugin provides an action that toggles the case of the character immediately following the caret (if any) and moves the caret to the position immediately after the changed character. If the caret is at the end of a line, but not the end of the document, then the caret is simply moved to the beginning of the next line. If the caret is at the end of the document, nothing happens.
| > > |
If there is no selection in the editor, this action toggles the case of the character immediately following the caret (if any) and moves the caret to the position immediately after the changed character. If the caret is at the end of a line, but not the end of the document, then the caret is simply moved to the beginning of the next line. If the caret is at the end of the document, nothing happens.
If there is a selection in the editor, the case of each selected character is toggled (thus "This Is A Test" becomes "tHIS iS a tEST") and the caret position is left unchanged.
|
| Changed: |
< < |
| > > |
|
| Changed: |
< < |
| > > |
- Now also toggles the case of individual characters in selected text (thanks to JonSteelman for catching the selected text bug in the previous version)
|
| Changed: |
< < |
| > > |
|
| Added: |
> > |
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.0.zip" attr="" comment="v 1.0" date="1033157798" path="C:\z\ToggleCharacterCase-1.0.zip" size="26802" user="ChrisBartley" version="1.1"}%
| > > |
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.0.zip" attr="h" comment="v 1.0" date="1033157798" path="C:\z\ToggleCharacterCase-1.0.zip" size="26802" user="ChrisBartley" version="1.1"}%
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.1.zip" attr="" comment="v 1.1" date="1033166282" path="C:\z\ToggleCharacterCase-1.1.zip" size="28377" user="ChrisBartley" version="1.1"}% |
|
|
| Added: |
> > |
%META:TOPICINFO{author="ChrisBartley" date="1033158060" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="WebHome"}%
This plugin provides an action that toggles the case of the character immediately following the caret (if any) and moves the caret to the position immediately after the changed character. If the caret is at the end of a line, but not the end of the document, then the caret is simply moved to the beginning of the next line. If the caret is at the end of the document, nothing happens.
No keymap is associated with this action. To use it, you'll first need to define a key mapping for it. You should find this action in the Keymap dialog under the Editor Actions section.
The idea for this plugin was inspired by an IDEA Tracker feature request from DonaldFMcLean.
This plugin was tested with IntelliJ IDEA 3.0 Build 650 on Windows 2000.
-- ChrisBartley - 27 Sep 2002
%META:FILEATTACHMENT{name="ToggleCharacterCase-1.0.zip" attr="" comment="v 1.0" date="1033157798" path="C:\z\ToggleCharacterCase-1.0.zip" size="26802" user="ChrisBartley" version="1.1"}% |
View
| Diffs | r1.12 | > | r1.11 | > | r1.10
| More
|
|