Lingvisa
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
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... -
Created Why do ignored files still appear as 'unversioned files'?
AnsweredI just added a data/ directory in my .ignored file, but in VCS, they still appear as "un-versioned files". I don't want to add all these individual files in .ignored files. I have another data ... -
Created Why doesn't my package (.jar) contain my data/ directory?
AnsweredIn IntelliJ, I "view", "tools window", "Maven project", and then I use "package" to create a *.jar-with-dependencies.jar file for my project. I specified my main class in the pom.xml. When I run it...