History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5214
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Keith Lea
Votes: 8
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Allow running "idea.sh diff" while IDEA is already running

Created: 30 Sep 05 19:50   Updated: 28 Aug 07 18:36
Component/s: Diff/Merge
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,506
Severity: High


 Description  « Hide
Currently when I try running "idea.sh diff" to diff files (as workaround for IDEA-5266), it doesn't work when IDEA is open, which makes it almost useless for our team.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 28 Aug 07 18:36
The IDEA architecture doesn't allow to safely initialize command-line applets without requiring a unique instance lock. If you already have IDEA running, you can invoke a diff in your running IDEA instance.