Gidi Gal
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created IntelliJ Idea on Mac and Selenium
AnsweredHello, I am trying to help a friend who wants to learn Selenium with IntelliJ community edition on Mac. I have a PC. I downloaded Selenium for Java ("Selenium Clients and WebDriver Language Binding... -
Created IntelliJ 2023.1.1 plugin development - adding dependencies to IntelliJ SDK
AnsweredHello, I'm new to IntelliJ plugin development. I am trying to write a small Java plugin. I am going through this tutorial: https://plugins.jetbrains.com/docs/intellij/creating-plugin-project.html#c... -
Created Loading plugin without installing it - is it possible ?
AnsweredHello, Is it possible to configure Idea to load a plugin without installing it ? I am working with Idea (CLion, to be more precise, but I am assuming the mechanism is defined in Idea) installation ... -
Created Evaluating Expression Information...
Hello, Clion displays for a long time indication for two processes running with the title "Evaluating Expression Information..." Trying to close these processes seems to not have any effect. This s... -
Created CLion Variables view - how do I view a specific entry in std::map ?
AnsweredHi, I am debugging C++ code with CLion. The code contains std::map variable. I am able to see the variable. I am able to collapse it and view the different entries in the map. I have a specific ent... -
Created ModuleNotFoundError: No module named 'Tkinter' and mixed 3.8.x python versions
AnsweredWhen I run python3 from terminal (not inside pycharm) I am able to use tkinter and the version is 3.8.5: gidi@gidi-Precision-3510:/usr/bin$ python3Python 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC...