Wednesday, November 12, 2014

Re: Super Dev mode, intellij Idea 14 and "File size exceeds configured limit..."

It seems like a timing issue / bug in intellij. If you use the step over, step into buttons etc it should switch back to java source at some point.

The message you are seeing has nothing to do with source maps itself. It means that IntelliJ will not give you code insight features for the JavaScript file because the file is too big. That means you do not get advanced JavaScript code completion / code analysis and such things. It does not mean it can not display source maps.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment