Skip to content

Commit

Permalink
Merge branch 'mazter' of https://github.com/SpartanRefactoring/Main i…
Browse files Browse the repository at this point in the history
…nto mazter
  • Loading branch information
ravivos committed Jun 4, 2017
2 parents b1fc590 + ecc30f6 commit 424cc6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions il.org.spartan.spartanizer-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spartan Refactoring
Bundle-SymbolicName: il.org.spartan.plugin;singleton:=true
Bundle-Version: 2.12.0
Bundle-Version: 2.12.1
Bundle-Activator: il.org.spartan.spartanizer.plugin.Plugin
Bundle-Vendor: Technion--Israel Institute of Technology
Require-Bundle: org.eclipse.ui;bundle-version="[3.108.0,4.0.0]",
Expand Down Expand Up @@ -56,7 +56,7 @@ Export-Package: .,
il.org.spartan.spartanizer.leonidas,
il.org.spartan.spartanizer.meta,
il.org.spartan.spartanizer.plugin,
il.org.spartan.spartanizer.plugin.widget;version="2.12.0";
il.org.spartan.spartanizer.plugin.widget;version="2.12.1";
uses:="org.eclipse.jdt.core,
org.eclipse.jdt.core.dom.rewrite,
org.eclipse.ltk.core.refactoring,
Expand Down
2 changes: 1 addition & 1 deletion il.org.spartan.spartanizer-plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fg
<command commandId="il.org.spartan.TipsToggleOnOff" style="push" mnemonic="T"/>
</menu>
<menu label="Athenize..." mnemonic="A">
<command commandId="il.org.spartan.ZoomSelection" style="push" mnemonic="C" label="Current Selection"/>
<!--<command commandId="il.org.spartan.ZoomSelection" style="push" mnemonic="C" label="Current Selection"/>-->
<command commandId="il.org.spartan.ZoomTool" style="push" mnemonic="A" label="Active Window"/>
</menu>
<menu label="Zoomer" mnemonic="Z">
Expand Down
2 changes: 1 addition & 1 deletion il.org.spartan.spartanizer-plugin/spartanizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<tipper enabled="true" id="2174891198673495792"/>
<tipper enabled="true" id="-3384979771292763464"/>
<tipper enabled="true" id="3038270702130812581"/>
<tipper enabled="true" id="385127230110121984"/>
<tipper enabled="false" id="385127230110121984"/>
<tipper enabled="true" id="-8750113331278505320"/>
<tipper enabled="true" id="1956893636347087064"/>
<tipper enabled="true" id="1319731512145811654"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static Configuration freshCopyOfAllExpanders() {
new ToStringExpander(), //
new TernaryPushupStrings(), //
new MultiplicationToCast(), //
new BooleanExpressionBloater(), //
//new BooleanExpressionBloater(), //
null) //
.add(PrefixExpression.class, //
new PrefixToInfix(), //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public interface Configurations {
new BodyDeclarationModifiersSort<>(), //
new AnnotationSort<>(), //
new FieldInitializedSerialVersionUIDToHexadecimal(), //
new RenameClassFields(), //
null) //
.add(CastExpression.class, //
new CastToDouble2Multiply1(), //
Expand Down

0 comments on commit 424cc6d

Please sign in to comment.