From 7f7d2c6c81f77569a9edb3b4bd8aa5a45809dd81 Mon Sep 17 00:00:00 2001 From: "V. Lascik" Date: Tue, 19 Nov 2024 02:38:44 +0100 Subject: [PATCH] Fix ReadAction exceptions, remove deprecated APIs, add junit4 --- META-INF/plugin.xml | 5 +++-- Tabdir Redux.iml | 10 ++++++++++ build.xml | 2 +- lib/hamcrest-core-1.3-javadoc.jar | Bin 0 -> 242519 bytes lib/hamcrest-core-1.3.jar | Bin 0 -> 45024 bytes lib/junit-4.13.1-javadoc.jar | Bin 0 -> 1674093 bytes lib/junit-4.13.1.jar | Bin 0 -> 382708 bytes .../tabdir/SameFilenameTitleProvider.java | 3 ++- .../configuration/ui/MappingEditor.java | 15 ++++++++++----- .../configuration/ui/SharedSettingsPanel.java | 2 +- 10 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 lib/hamcrest-core-1.3-javadoc.jar create mode 100644 lib/hamcrest-core-1.3.jar create mode 100644 lib/junit-4.13.1-javadoc.jar create mode 100644 lib/junit-4.13.1.jar diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 86b6f2f..32f4156 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -20,7 +20,7 @@ Tabdir Redux

This plugin will allow you to have directory names added to tab labels, and use various ways to shorten them, including regex.

-

This is an updated and extended fork of IntelliJ plugin Tabdir, originally found on Github +

This is an updated and extended fork of IntelliJ plugin Tabdir, originally found on GitHub at crazyproger/Tabdir and IntelliJ Plugin Marketplace here.

You can install this fork of the plugin from the IntelliJ Marketplace here. You @@ -49,11 +49,12 @@ Apply buttons). After this you will find 'Tabdir Project Settings' confi ]]> - 2.0.3 + 2.0.4 Vladimir Rudev, V. Lascik +

  • 2.0.4 Fix ReadableAction exceptions, remove deprecated APIs
  • 2.0.3 Remove until-build from plugin definition
  • 2.0.2 Fix more exceptions
  • 2.0.1 Fix exceptions
  • diff --git a/Tabdir Redux.iml b/Tabdir Redux.iml index e57e06e..95515f2 100644 --- a/Tabdir Redux.iml +++ b/Tabdir Redux.iml @@ -13,6 +13,16 @@ + + + + + + + + + +