Frederick N. Brier
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Created Developer PowerShell for VS2022 in the terminal tab.
AnsweredIn Settings -> Tools -> Terminal, the Shell Path lets you specify PowerShell, but for the Terminal to have all the environmental variables, path and setup included in the Developer PowerShell for V... -
Created Automate Debugger Attach to Process
I have not read through the Attach Me plugin project yet, but I was wondering it was possible to trigger attaching CLion to multiple processes that are spawned at a breakpoint? Do those APIs exist ... -
Created Associating .ui file extension with external program, ie: designer-qt4
AnsweredIn File->Settings->Editor->File Types, "Qt UI Designer Form" is associated with "*.ui". Great. How do I associate "Qt UI Designer Form" with a binary and launch an external tool whenever a file is ... -
Created Launcher wants to run as super user
Product: PHPStorm 9.0.2Operating System Fedora 22/MateI installed PHPStorm and set it up the same way I have IntelliJ and PyCharm set up. I unpack it. Move it to /var/opt. Create a symlink witho... -
Created PHPUnit and "Mark Directory As"
I am primarily a Java Developer and have used IntelliJ for years. So I set up my project and moved all my php files under ./src and create a PHPUnit test under ./test. I used the IDE "Mark Direct... -
Created slf4j-android messages not shown in Logcat
Using the Android Log class works correctly and messages are shown in the Logcat window. However, when using the slf4j Logger with slf4j-android specified as a dependency (Maven), messages do not ... -
Created Lock up and no text dialog buttons
I am using IntelliJ IDEA Ultimate 10.5.2 on Fedora 15, 64 bit with OpenJDK 1.6.0_22. This usually happens when I have two projects open. I attempt to perform some action, perhaps renaming a class... -
Created Refactor/Rename of GWT module
Shouldn't the rename of a GWT module file, for instance "Greeting.gwt.xml" to "Common.gwt.xml" change the inherit statements in other gwt.xml files that referenced that Greeting.gwt.xml file? I wa... -
Created Multi-module Maven and JPA
My project is getting a NoClassDefFoundError when runing/debugging a GWT Configuration in IDEA. It deploys fine to Tomcat. This is a multi-module Maven project using Spring/Hibernate with one mod... -
Created GWT Development Mode - 404 Error
I am likely missing a configuration option or have a wrong value.I started with GWT 2.0 and the Google Eclipse plugin in Eclipse 3.5.1 and generated the base "greeting" project.Then I reorganized t...