Skip to content

Commit

Permalink
Properly handle unversioned files and refresh of the Changes view
Browse files Browse the repository at this point in the history
  • Loading branch information
robinverduijn committed Jul 24, 2013
1 parent 6b1582b commit 08c0e36
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>net.rvd.idea.p4idea</id>
<name>Perforce VCS Integration</name>
<version>1.0</version>
<version>1.0.1</version>
<vendor email="robinverduijn.github@gmail.com" url="http://www.github.com">RVD</vendor>

<description><![CDATA[
Expand All @@ -10,18 +10,19 @@

<change-notes><![CDATA[
<ul>
<li>0.1: Initial revision.
<li>0.2: Basic plugin structure in place, settings are prompted for and persisted, P4 authentication working.
<li>0.3: Proper integration in IDEA settings panel, first stubs for proper VCS provider implementation, get rid
of old dialog-based configuration.
<li>0.4: Further flesh out proper VCS api, hook up first real P4Java calls, get rid of old crufty components.
<li>0.5: First fully working implementation of open-for-edit. Fundamentals are now basically solid for further
feature development.
<li>0.6: Rudimentary support for add/edit/delete in a pending default changelist.
<li>0.7: Support for .p4ignore files.
<li>0.8: Properly track client state so that "Changes" view is correct.
<li>0.9: Rudimentary caching support, use "P4 have" list for smarter operation, better logging.
<li>1.0: Initial support for P4 actions other than just add/edit/delete.
<li>0.1: Initial revision.
<li>0.2: Basic plugin structure in place, settings are prompted for and persisted, P4 authentication working.
<li>0.3: Proper integration in IDEA settings panel, first stubs for proper VCS provider implementation, get rid
of old dialog-based configuration.
<li>0.4: Further flesh out proper VCS api, hook up first real P4Java calls, get rid of old crufty components.
<li>0.5: First fully working implementation of open-for-edit. Fundamentals are now basically solid for further
feature development.
<li>0.6: Rudimentary support for add/edit/delete in a pending default changelist.
<li>0.7: Support for .p4ignore files.
<li>0.8: Properly track client state so that "Changes" view is correct.
<li>0.9: Rudimentary caching support, use "P4 have" list for smarter operation, better logging.
<li>1.0: Initial support for P4 actions other than just add/edit/delete.
<li>1.0.1: Properly handle unversioned files and refresh of the "Changes" view.
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 08c0e36

Please sign in to comment.