Steve Saliman

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
-
Steve Saliman created a post, AnsweredHow do I import a plugin DevKit project properly?
I've been trying all afternoon to import a simple theme plugin project into IntelliJ Idea 2019.1. I created the project on one box, and it runs fine, but I can't seem to import and build it on ano... -
-
Steve Saliman created a post, AnsweredIntellij Idea + Lombok + Gradle 5 = broken build
I'm trying to get Lombok to work with Gradle and Intellij Idea (2018.2.6). I have the following dependencies in my build.gradle: compileOnly "org.projectlombok:lombok:1.18.6" annotationProcessor "o... -
-
-
-
Steve Saliman created a post, How to find obsolete HTML tags and attributes
I'm looking for a way for IntelliJ IDEA to show me elements of HTML and JSP pages that are obsolete in HTML 5. Ideally, I seem to remember a code inspection doing this for me in a prior version of... -
Steve Saliman created a post, Idea 14 cannot resolve taglib with uri http://www.springframework.org/tags
I'm having a strange issue with taglibs in a JSP. I have a page that includes several taglibs, but I'm getting errors on almost every one. The http://www.springframework.org/tags taglib is in the...