Geoffrey Wiseman

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Created Dropping Characters?
AnsweredIntelliJ IDEA 2024.1.2 is dropping characters for me on macOS, as if it's lagging and has no keyboard buffer. I can type similar things in VSCode and no characters are lost.Tried to open a support ... -
Created Structural Search Help: Method Invocation inside Method Implementation?
AnsweredHey, I'm trying to find a case in a codebase where the implementation of an interface method invokes another method. So I have an interface, "WizardSectionSwitchHandler" with a method "onWizardSect... -
Created CLion Failed to detect error in Rust?
AnsweredI'm going through the Rust book, and discovered something that surprised me -- I haven't spent much time in CLion other than playing with rust, but normally a build error in an IntelliJ IDE would s... -
Created Duplicate Warnings in Inspections?
Brought a pre-existing Ruby project into RubyMine, ran inspections, and i'm seeing tons of duplicate warnings; by way of example: So the same file is showing the same 8 warnings multiple times... -
Created GWT Facet & Source Level
AnsweredI have a client that has some GWT projects, and both myself and one of the client's onsite developers are using IntelliJ (the rest of the team is using Eclipse). The whole team is using JDK 8, but ... -
Created DataGrip and SSH Tunnels
AnsweredStill struggling to configure DataGrip with SSH Tunnels, which is a big blocker for me to use it more - I keep going back to dbvisualizer (which is fine, really -- but since I have DataGrip too, i'... -
Created Awkward Quote Pair Behaviour
AnsweredSome awkward behaviour that I think it caused by the quote pair insertion functionality: Basically if you want to insert a string at the position where a string already exists, IntelliJ's default ... -
Created Selecting Tables for DataGrip Diagram
I have a decent-size database with a fair number of tables. A diagram of the entire database is overwhelming. A diagram containing just those tables I care about would be useful. Is there any way t... -
Created Connection to <Database> failed
I'm trying to set up a connection to a postgres database over SSH with key. I think I have the settings right, but the connection is failing. It's entirely possible that one of the settings is wron...