Tom

- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 9
-
-
-
-
Tom 创建了一个帖子, how to work back from a psiElement to the versioned library that provided the file?
I noticed that that libraries that use gobject introspection, such as gtk, glib and gimp have gobject introspection files containing xml of all their types, classes and methods: This would be usefu... -
Tom 进行了评论, -
Tom 创建了一个帖子, 已回答how to switch project from meson to Makefile and back again?
I have a project that was an autotools / Makefile build, but has been partially switched to meson. Now clion has seen the meson.build file, it is stuck like that.During this development phase from ... -
Tom 创建了一个帖子, getting sources or docs into clion plugin for the jars that have source available?
Hi, I am looking at a docs plugin for a clion library. So I have a gradle v2 build against the followed runide environment```platformType = CLplatformVersion = 2025.1.1```However because there is n... -
Tom 创建了一个帖子, 已回答In tools -> services -> docker i see no containers listed. Images and volumes populated, but containers not
I use the tools → services → docker window to inspect ad-hoc docker containers, but I noticed that recently this is unpopulated. I tried disconnect and reconnect, but nothing. it should be showing ... -
Tom 创建了一个帖子, How to structure project with venv in root of project folder for search and scopes?
Hi,I work with several python projects that as part of setup, or packaging or testing, they create a virtual environment in the root of the project.In the default case this makes a problem for the ... -
Tom 创建了一个帖子, how to open pycharm professional with a jetbrains://pycharm/navigate/reference?project= link
Hi,I have embedded some links back to the source code in my django project using the jetbrains:// link format, however this is opening the file in pycharm community version, I want it to open in pr...