diff options
author | Tarek Oraby <42799254+tarekoraby@users.noreply.github.com> | 2020-09-03 18:30:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 18:30:06 +0300 |
commit | 10f7e15da976f2cd9ffd19674121cb1d403ef355 (patch) | |
tree | 2f686e7290397e22e85d4bfd1d8fcfbbc968fefc /README-DEV.md | |
parent | dcd550ec74575f77eeee0bc730fb98aa3b6acec2 (diff) | |
download | vaadin-framework-10f7e15da976f2cd9ffd19674121cb1d403ef355.tar.gz vaadin-framework-10f7e15da976f2cd9ffd19674121cb1d403ef355.zip |
Update README-DEV.md (#12089)
Diffstat (limited to 'README-DEV.md')
-rw-r--r-- | README-DEV.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README-DEV.md b/README-DEV.md index d787b6ba4a..c8135f4580 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -65,9 +65,9 @@ The following preferences need to be set to keep the project consistent. You nee 1. Open *Window* -> *Preferences* (Windows) or *Eclipse* -> *Preferences* (Mac) 1. Go to *Java* -> *Code Style* -> *Clean Up* - - Import /eclipse/VaadinCleanup.xml + - Import [eclipse/VaadinCleanup.xml](/eclipse/VaadinCleanup.xml) 1. Go to *Java* -> *Code Style* -> *Formatter* - - Import /eclipse/VaadinJavaConventions.xml + - Import [eclipse/VaadinJavaConventions.xml](/eclipse/VaadinJavaConventions.xml) #### Save actions @@ -161,7 +161,7 @@ For Eclipse users, see [Eclipse Quick Setup](#eclipse-quick-setup). 1. Have a coffee break while IDEA is loading dependencies and indexing the project 1. Run Maven targets <code>clean</code> and <code>install</code> using *Maven Projects* tool window to compile the whole project -Unfortunately there is no easy way to replicate [Eclipse workspace preferences](#workspace-preferences) in their entirety in IDEA, but you can use [Eclipse Code Formatter plugin](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter) to import /eclipse/VaadinCleanup.xml and /eclipse/VaadinJavaConventions.xml as a starting point. +Unfortunately there is no easy way to replicate [Eclipse workspace preferences](#workspace-preferences) in their entirety in IDEA, but you can use [Eclipse Code Formatter plugin](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter) to import [eclipse/VaadinCleanup.xml](/eclipse/VaadinCleanup.xml) and [eclipse/VaadinJavaConventions.xml](/eclipse/VaadinJavaConventions.xml) as a starting point. ### Running a specific UI test |