Skip to content

Commit

Permalink
Fix wrapping in README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
robinverduijn committed Jul 19, 2013
1 parent 2438ea5 commit e1d20da
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ It is still in a rudimentary state but already provides some basic functionality

- Registers itself with the IDEA Vcs API like a good citizen.
- Configurable from within the IDEA settings panel.
- Handles local file operations done by IDEA, executing the appropriate p4 edit/add/delete/revert commands.
- Leaves a pending (default) changelist with all the local changes; use your full-fledged Perforce GUI (P4V or P4Win)
to submit these changes, diff them, move them to other changelists, etc.
- Handles local file operations done by IDEA, executing the appropriate
P4 edit/add/delete/revert commands.
- Leaves a pending (default) changelist with all the local changes; use your full-fledged
Perforce GUI (P4V or P4Win) to submit these changes, diff them, move them to other
changelists, etc.

Future improvements include making sure refactoring is fully supported (e.g. using P4 integrate/copy/smart move),
allowing the plugin to offer named changelists, fixing the inevitable bugs as I find them,
and ensuring performance is good.
Future improvements include making sure refactoring is fully supported (e.g. using
P4 integrate/copy/smart move), allowing the plugin to offer named changelists, fixing
the inevitable bugs as I find them, and ensuring performance is good.

0 comments on commit e1d20da

Please sign in to comment.