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

Create a welcome IdeHook #65

Merged
merged 12 commits into from
Jan 30, 2023
Merged

Create a welcome IdeHook #65

merged 12 commits into from
Jan 30, 2023

Conversation

nedtwigg
Copy link
Collaborator

@nedtwigg nedtwigg commented Jan 25, 2023

This is a simple example of an IdeHook for showing some URL, such as a contributing guide, as a welcome page.

It looks like this in Gradle

equoIde {
  welcome().openUrlOnStartup('https://github.com/equodev/equo-ide')
  ...

And like this in Maven

<configuration>
  <welcome>
    <openUrlOnStartup>https://github.com/equodev/equo-ide'</openUrlOnStartup>
  </welcome>
  ...

@nedtwigg nedtwigg marked this pull request as ready for review January 30, 2023 21:06
@nedtwigg nedtwigg merged commit 45356d3 into main Jan 30, 2023
@nedtwigg nedtwigg deleted the feat/welcome-plugin branch January 30, 2023 21:30
nedtwigg added a commit that referenced this pull request Feb 1, 2023
nedtwigg added a commit to diffplug/spotless that referenced this pull request Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant