Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/#464 module resolve #466

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 4, 2021

  1. LineMarkerProvider was implemented for rule inheritance.

    Resolves: #429
    Dmitry committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    522b9f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Merge branch 'master' of https://github.com/JetBrains-Research/snakec…

    …harm into features/#429-icon-for-use
    
    � Conflicts:
    �	CHANGELOG.md
    �	src/main/kotlin/com/jetbrains/snakecharm/lang/psi/SmkPsiElements.kt
    �	src/main/kotlin/com/jetbrains/snakecharm/lang/psi/impl/SmkUseImpl.kt
    �	src/main/resources/SnakemakeBundle.properties
    Dmitry committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    49fd4c6 View commit details
    Browse the repository at this point in the history
  2. Now rule names are resolved properly.

    Resolves: #455
    Dmitry committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    ab65a0e View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    dakochik authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    fe4261a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Tests were added. Minor fixes in marker provider and smk use implemen…

    …tation.
    
    Resolves: #429
    Dmitry committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b50ba5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486e511 View commit details
    Browse the repository at this point in the history
  3. Now rules which were imported via 'include' are supported too.

    Resolves: #429
    Dmitry committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4510e23 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. refactor: code cleanup

    iromeo committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    ae940f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge branch 'master' of https://github.com/JetBrains-Research/snakec…

    …harm into features/#429-icon-for-use
    
    � Conflicts:
    �	CHANGELOG.md
    �	src/main/kotlin/com/jetbrains/snakecharm/lang/psi/SmkFile.kt
    Dmitry committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7c72c6d View commit details
    Browse the repository at this point in the history
  2. Code cleanup.

    Resolves: #429
    Dmitry committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    83c436b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Tests fix.

    Resolves: #429
    Dmitry committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    9c62dda View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. New index for inherited rules was created. Behaviour of creating gutt…

    …er icons in case of overridden rules was changed. Corresponding tests were extended.
    
    Resolves: #462, #463, #429
    Dmitry committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    6380fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfdbcb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e890bbd View commit details
    Browse the repository at this point in the history