Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sam Quintanar
Total activity
39
Last activity
December 18, 2023 17:46
Member since
April 18, 2016 20:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
15
Activity overview
Posts (14)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
December 18, 2023 17:46
Hey Phil,I tried to download your project with the link https://drive.google.com/file/d/1yI4qPhH5aqtBex6734sH7IkiXmwrZqvf/view?usp=drive_link, but access is denied. Can you give me permission or ch...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 11, 2023 22:25
Mr. Phil Troy,Could you please post a link of the code/app/project so others can run it and examine it in detail?Kotlin+JavaFX+Gradle has been a time-consuming adventure that your contribution may ...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 01, 2023 17:41
Thanks for helping!
Community
IntelliJ IDEA Users
Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
0 votes
Created
December 01, 2023 07:48
Ethan Yin – When I removed the module-info.java file from the app the IDE complained, so that didn't work. I did find (from seeing the link you recommended) that the app would run if I use the ...
Community
IntelliJ IDEA Users
Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
0 votes
Created
March 24, 2023 19:39
SQ: The solution was to remove instances of pyqt from the anaconda environment by doing ‘conda list pyqt’. Apparently, they were interfering with system access by PyCharm venv dependencies.
Community
PyCharm
Please help me with an Import error I get when running code in Pycharm
0 votes
Created
August 16, 2021 01:48
Using WebStorm2021.2 on Ubuntu 18.04. So...I figured it out! Here are the steps: 1. Installed python-based virtualenv using: sudo apt-get install virtualenv2. Open WebStorm 1) Left-click on ‘...
Community
WebStorm
Does anyone have a concrete example of having Node.js in a virtual environment and then using it in WebStorm?
0 votes
Created
August 07, 2021 20:19
After doing 'Help' menu >Edit Custom Properties; added idea.max.intellisense.filesize=25000, I did the following within the venv of PyCharm: 1- Started a new project 2- pip3 install pycairo 3- pip...
Community
PyCharm
Show me clear way to get code completion with PyGObject
0 votes
Created
May 26, 2021 02:40
I managed to solve the problem! I used 'sudo apt install' from within my venv to install all the libs; then use 'pip install' to install the python module into the venv. The problems stemmed from...
Community
PyCharm
Need Help installing GMPY2 2.0.8 into my PyCharm venv
0 votes
Created
May 15, 2020 06:54
I am using the Community version of IntelliJ version 2020.1.1, Build #IC-201.7723.91m built on April 29, 2020. Using OpenJDK 11.
Community
IntelliJ IDEA Users
Need help to get a set of files from a jar file running in Intellij community version on Ubuntu Linux
0 votes
Created
April 19, 2016 06:04
The problem was all about ownership of the folders and files. Changing the owner with sudo chown -R username:group directory recursively changed the owner from root to me and then all was well.
Community
PyCharm
[SOLVED]---- Trouble saving edited files in Pycharm 4.5
0 votes