Dave Merrill

- Total activity 195
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
-
Created Per-project code style 2019
AnsweredIs this answer about per-project code style still correct as of IntelliJ IDEA 2019.2.2, Build #IU-192.6603.28? That answer and all the others I've found are very old and don't seem to apply. Code S... -
Created SVN Commit Changes says there aren't any, but there are lots
AnsweredThis morning I checked out a project from remote SVN, and had IDEA create a new project for it. I've made a bunch of changes locally, which I see when I compare individual files to the Same or Repo... -
Created Breaking out some directories as separate projects, in IDEA and source control
I have an app that's existed for a long time as a single monolithic project. It's being refactored into a main app plus a series of add-ons that I want to make into separate IDEA projects, each wit... -
Created Thought you could have tabs both multi-row and alpha sorted
My computer had a power-down hissy-fit, and I've lost some of my IDEA setttings. (Before you ask, yes I wish my backups weren't broken at the moment, and I'm working on it...)I'm pretty much certai... -
Created UglifyJS file watcher in IDEA minifies already minified files during Ant build
(This is a near-clone of a StackOverflow question I asked, please feel free to respond there or here.)I have an UglifyJS file watcher set up in IDEA, and it works great while I'm editing -- I modif... -
Created Specifying SVN user name and password from Ant in IDEA
Apologies if this is super obvious, but I'm trying to create an Ant target that among other things, creates a subversion tag from trunk. Subversion works fine from the IDE itself, I have the Subver... -
Created Is it possible to add a specific Ant task to IDEA's Build menu?
In the Build menu, I see myproject -> <default target>, very useful.There's one other Ant target I need to run pretty frequently, and it'd be great if I could add it to that menu too. Is there a wa... -
Created Ant in IDEA vs on the command line
When I run a bild in IDEA, I don't see any echo'd output. I see it when run it from IDEA's terminal window, or the command line, but not when I run it in IDEA as intended.Do I have something set u... -
Created Antlib taskdef in IDEA
I need to work with .7z files in an Ant build I write and run in IDEA. To do that, I've installed Apache Compress Antlib in Ant's lib directory, and added this to the relevant build target:<taskdef... -
Created How do you change the set of file types listed for new scratch files?
I work in ColdFusion a lot, and neither CFC nor CFM file types are available. There are also some types I might remove if I could, because I'm unlikely to use them.Is this something we can control?...