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

Custom citrus-application.properties files #17

Open
picimako opened this issue Jan 18, 2024 · 0 comments
Open

Custom citrus-application.properties files #17

picimako opened this issue Jan 18, 2024 · 0 comments
Labels
feature A completely new feature

Comments

@picimako
Copy link
Owner

Summary

Citrus supports defining custom locations for the citrus-application.properties file. Support for custom locations could be added, so that

  • code completions,
  • inspections,
  • language injections,
  • and custom project view icons

are available for them.

Tasks

  • Add a textfield or table in the Citrus plugin settings UI to be able to add custom Citrus settings file locations.
  • The location paths
    • when starting with / (forward slash), would be treated as paths relative to the project root. This would add IDE support for these specific files.
    • when not starting with /, would be treated as file names without their paths. This would add IDE support for all files having the configured names.
  • citrus-application.properties would be supported regardless of the presence of any additional paths/file names in the plugin settings.

Resources

@picimako picimako added the enhancement New feature or request label Jan 18, 2024
@picimako picimako added feature A completely new feature and removed enhancement New feature or request labels Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant