-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added Gif in index.md #34
base: main
Are you sure you want to change the base?
Conversation
Added code for Gif addition in Line 80
@@ -77,6 +77,8 @@ Click Import and then select the `eclipse-format.xml` file in the `ide-config` d | |||
Next navigate to Java -> Code Style -> Organize Imports. | |||
Click Import and select the `eclipse.importorder` file in the `ide-config` directory. | |||
|
|||
![Eclipse Code Formatter Settings](eclipse-code-formatter-settings.gif "Eclipse Code Formatter Plugin") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this gif hosted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, it seems to be here #33 . Why did you create a separate PR for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mistakenly, I made separate PR's , Sorry will not repeat it again.
Please, add your changes to a single PR so we can track everything there. If you check the IntelliJ version, even though it has lots of room for improvement, there is a full description of what the user should do. You included a screen recording that "shows" a few of the required steps to add the importorder file, but it's quite confusing (IMHO), and completely lacking accessibility (remember that there might be users who use a screen reader or other devices and are completely left over if you only include this kind of content). |
@manusa Ok I will add all my PR. |
Your Regarding docs, you can provide a separate screenshot of each configuration tab if you think they are relevant relevant |
74bd552
to
ea1ab4b
Compare
Added code for Gif addition in Line 80