主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sam Quintanar
活动总数
39
最后的活动
2023年12月18日 17:46
成员加入日期
2016年04月18日 20:33
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
15
活动概览
帖子(14)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月18日 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...
社区
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 票
创建于
2023年12月11日 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 ...
社区
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 票
创建于
2023年12月01日 17:41
Thanks for helping!
社区
IntelliJ IDEA Users
Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
0 票
创建于
2023年12月01日 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 ...
社区
IntelliJ IDEA Users
Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
0 票
创建于
2023年03月24日 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.
社区
PyCharm
Please help me with an Import error I get when running code in Pycharm
0 票
创建于
2021年08月16日 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 ‘...
社区
WebStorm
Does anyone have a concrete example of having Node.js in a virtual environment and then using it in WebStorm?
0 票
创建于
2021年08月07日 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...
社区
PyCharm
Show me clear way to get code completion with PyGObject
0 票
创建于
2021年05月26日 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...
社区
PyCharm
Need Help installing GMPY2 2.0.8 into my PyCharm venv
0 票
创建于
2020年05月15日 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.
社区
IntelliJ IDEA Users
Need help to get a set of files from a jar file running in Intellij community version on Ubuntu Linux
0 票
创建于
2016年04月19日 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.
社区
PyCharm
[SOLVED]---- Trouble saving edited files in Pycharm 4.5
0 票