Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vkravets/FileTemplatesVariable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1-pre
Choose a base ref
...
head repository: vkravets/FileTemplatesVariable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 16 files changed
  • 4 contributors

Commits on Feb 26, 2014

  1. Configuration menu
    Copy the full SHA
    ebceef9 View commit details
    Browse the repository at this point in the history
  2. Adding logging for error which may be appeared during parsing (calcul…

    …ating) variables in the one File and Code Template.
    vkravets committed Feb 26, 2014
    Configuration menu
    Copy the full SHA
    6e86288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634586d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Fix vendor url in plugin.xml

    azu committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    97850d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Merge pull request #4 from azu/patch-1

    Fix vendor url in plugin.xml
    vkravets committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    284b61d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Fix #5.

    vkravets committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    ba994bc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Compatible with Java 1.6

    vkravets committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    18b4b82 View commit details
    Browse the repository at this point in the history
  2. Update version to 4.1.2

    vkravets committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    0cb2980 View commit details
    Browse the repository at this point in the history
  3. Bump to 4.1.3

    vkravets committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    1558525 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Pass all required args to function

    This is apparently is a result of JetBrains/intellij-community@0ec2768#diff-da751a166c55451a00fb447791ba3b9eL130. The problem is that the signature of that function was changed to expect a fourth parameter, which should be the `Project` object. Fortunately we have one handy in the `project` attribute.
    
    Note that this is my first ever foray into Java from a PHP world, and that I haven't tested this fix yet.
    
    Fixes #12, #13, #14
    JDGrimes authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    08c69a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Merge pull request #15 from JDGrimes/issue/12

    Pass all required args to function
    vkravets authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    3068610 View commit details
    Browse the repository at this point in the history
  2. Prepare for release 0.4.3

    Vladimir Kravets committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    56426ed View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Fixed plugin id because of duplicate in Jetbrains platform

    Vladimir Kravets committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    26c7057 View commit details
    Browse the repository at this point in the history
  2. Prepare for release 0.4.5

    Vladimir Kravets committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a38e121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e057c View commit details
    Browse the repository at this point in the history
  4. Prepare for release 0.5.0

    Vladimir Kravets committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0375322 View commit details
    Browse the repository at this point in the history
Loading