Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intellij icon over project files

intellij has placed what look like no entry signs over my java files (red circles with a line through) searched around but cannot find why? Would anyone know please.

It's a maven project if that makes a difference

like image 252
Shaun Hare Avatar asked Apr 28 '10 09:04

Shaun Hare


People also ask

What are symbols in IntelliJ?

A symbol is a semantic element in some model, e.g., language or framework model. The IntelliJ Platform uses Symbol to represent symbols, and Symbol serves as a link between Platform APIs, such as navigation, finding usages, or renaming.

What does dot on folder mean in IntelliJ?

The blue dot package icon is an indicator that the Web Facet has been configured correctly and is usually seen on the web source directory src/main/webapp .

What is gutter icon in IntelliJ?

Gutter IconsThey invoke some basic actions and other framework- and technology-specific features. Use the Gutter Icons page in Settings/Preferences to hide or show icons in the gutter. Note that technology-related icons are displayed only if the corresponding plugin is installed and enabled.

How do I get the run symbol in IntelliJ?

In the same menu as the picture above 1 Click main toolbar then toolbar run actions. 2 At the "Toolbar Run Actions" leve, click the + button and "add action". 3 In the new popup, choose the "main menu" folder then the "run" folder. 4 Click on the "Run" icon and click ok.


1 Answers

It means those files aren't part of the project settings. How did you create that project?

I'm not sure which version of IntelliJ you're using - I run 9.0.1. I'd recommend opening the project structure (icon to the right of the "wrench" or Ctrl+Alt+Shift+S), click on "Modules", and designate the directory where the .java files are located as a source directory (it'll change to a blue color).

like image 143
duffymo Avatar answered Sep 20 '22 01:09

duffymo