Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.iws
out/*
build/*
build/*
.DS_Store
*.ipr
.idea
*.iml
5 changes: 3 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<idea-plugin url="https://github.com/mustah/TabSwitch">
<name>TabSwitch</name>
<version>3.0.9</version>
<idea-version since-build="141.1532"/>
<version>3.1.0</version>
<idea-version since-build="141.178.9"/>

<description><![CDATA[
Open files/tabs switcher to quickly switch between tabs with less keystrokes than
Expand All @@ -18,6 +18,7 @@
]]>
</description>
<change-notes><![CDATA[
3.1.0: Ignore class file in Open Files list. Cleaning up some project cache files.<br/>
3.0.7: Bug-fix: reverse recent files array _before_ checking their validity do be added to list.<br/>
3.0.6: Remove TabSwitch settings. Is not used anymore.<br/>
3.0.5: Project is upgraded to use java 7.<br/>
Expand Down
208 changes: 0 additions & 208 deletions TabSwitch.iml

This file was deleted.

Loading