Thomas Matthijs

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Thomas Matthijs created a post, AnsweredWhy is Intellijs own classpath included in 'all places' and indexed ?
This seems to have started with the recent 2020.3 EAPs, Is there a way to have it not index or include intellijs own classpath in search results for classes ? -
-
Thomas Matthijs created a post, Source files outside project directory
Hey,Is there a way to make intellij show source files outside of the project dir?I have some maven builds that set the source directory to "../../foo".When opening this pom, the project dir is that... -
-
Thomas Matthijs created a post, maven + modules + webapp + reload
Hey,When you import a maven project with multiple modules, and one is a webapp, it will auto create a webapp artifact .In this artifact the depend modules are included packaged as jars.This is real... -
Thomas Matthijs created a post, annotation processor
Hello,It seems to be impossible to disable the annotation processor in the latest build (10.0.1) by specifiying -proc:none as a compiler option.This worked fine in the previous build (10.0.0(?)). I... -
Thomas Matthijs commented, -
Thomas Matthijs commented, -
Thomas Matthijs created a post, new* functions and completion
Hello,I have a few libraries which include a few newFoobar() function in base classes, so when extending those and coding everytime you type new<space> it completes to that function and it's absolu... -