jactor-rises
jactor-rises

Reputation: 3091

What does the tick in the project window in IntelliJ mean?

I have a several multi-modules of maven projects imported in IntelliJ. I recently pressed some short-cut on the keyboard and one of them (the bottom one) was marked with a tick:

screen shot of the project window in IntelliJ

What does this mean? ...and how do I get rid of it?

Upvotes: 1

Views: 299

Answers (2)

mgershen
mgershen

Reputation: 1667

You have added it your bookmarks. To remove it:

  1. Click on the directory with the mouse (or mark it some other way).
  2. Remove bookmark using a shortcut. Linux/Windows shortcut is F11. Mac shortcut is F3

If you want to view your bookmarks list, in Linux/Windows shortcut is shift + F11, in Mac shortcut is F3

Upvotes: 2

yole
yole

Reputation: 97128

This is a bookmark. Use Navigate | Bookmarks | Toggle Bookmark or the corresponding keyboard shortcut to remove it.

Upvotes: 0

Related Questions