Lingvisa
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
Created How to go back to the original console?
AnsweredI often have such a problem: When my application is running, which may take quite a while, I can see all the log messages through the console. While I am waiting for the application to complete, I... -
Created IntelliJ can't find library but it works fine when compiling at terminal
AnsweredI used 'mvn clean install' and can't compile a project without any issue. But when working within IntelliJ, it reports it can't find a dependency. What's the issue? Please see the two attachment.... -
Created Installed a package failed
It shows that it failed to install the library "records", however, I was able to install through "pip install records", which was already installed, but probably not in this environment. In PyCharm... -
Created Can't find the "keymap" in Intellij Enterprise edition?
AnsweredI used to be able to open a method or class declaration by double click a method or class name. Why can't I find the keymap setting in IntelliJ now? -
Created How to fix "the URI is not registered" issue?
AnsweredPlease see the attached. I pasted the troubling URI to the setting, but it didn't fix the issue. Thanks. -
Created Why do these jar files occur in my 'Unvefrsioned Files'?
AnsweredI have been using the community version, and just switched to the enterprise version for a try. Why do these jar files occur in my unversioned files? Should I add the /lib directory to my .gitigno... -
Created Can't IntelliJ recognize my project?
AnsweredI have a Maven project which I can compile well with "mvn clean install" at command line. There is no any error message. However, after I import it into IntelliJ by selecting import from existing p... -
Created Does indexing is the same as synchronizing?
AnsweredMy IntelliJ keeps "synchronizing file ..." message in the background. I think I already excluded big folders that I don't want to index. How to disable 'synchronizing file...'? It really slows down... -
Created What does the different colors mean in the project tree?
AnsweredI am attaching a screen shot of my project tree. What does the orange, blue and gray represent? -
Created How to move some files from push list?
AnsweredI was pushing a set of files to repository, and then realized that some data directory contains large files so I added : src/main/resources/ngrams to my .gitignore file, so that I want this direct...