Tom
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 9
-
-
-
-
Tom created a post, 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 commented, -
Tom created a post, Answeredhow 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 created a post, 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 created a post, AnsweredIn 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 created a post, 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 created a post, 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...