Richard Osbaldeston
- Total activity 571
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 167
-
Created Show changes on branch and diff with local
I'm running into something that's got me confused here. I'm trying to merge from an old branch to trunk and its too ugly to trust to merge or integrate.What I was trying to do was browse svn repo, ... -
Created Missing Incoming Changes in IDEA 10.5.2
Having problems with a large project and IDEA. Basically the project is created via the Eclipse plugin, everything appears to work apart from the Subversion intergration never shows incoming change... -
Created Breakpoint state not painted correctly in 107.535
Anybody else seeing issues with the breakpoint state not being painted/refreshed with latest ideaIU-107.535? or am I imagining it?I'm debugging via a local tomcat server (ie launched inside IDE) an... -
Created Auto-complete annoyance in 10.5.1
Anybody else getting annoyances like this with 10.5?public enum Bob { RED, GREEN, BLUE; ..now type: public<space>static<space>final<space>}What happens in my IDE is final above gets replace... -
Created Include shared fields in equals() and hascode()?
Just after some clarification on 'Generate equals() and hashcode()..' behaviour. I've noticed that when you invoke it on subclasses whose parent(s) don't have their own equals() and hascode() metho... -
Created Problem with the Navigation Bar when browsing search results?
Possibly might be more an EAP issue, quick search on the forums didnt find anything. Anybody seen the navigation bar do this? (happens for several packages in my project results) Suspect the actual... -
Created Support of multiple dialects of certain filetypes?
Another off the wall more general observation. I'm working on a webapp project that has a mix of normal web CSS stylesheets and SVG CSS stylesheets. IDEA dosen't understand the SVG CSS stylesheets ... -
Created Visible toggle for editor newline style
Just wondering if anybody has seen a plugin that could display the linefeed style for a given file in the editor and ideally offter a toggle to an alternative style. Talking about the age old Windo... -
Created Review Board / Code Review integrations?
Just wondering if anybodies got a ReviewBoard integration for IntelliJ IDEA?The last mention I could find is VCS - Review Board integration Which'd add a menu option to the changes view, is this an... -
Created Dark theme leakage
Just noticed another spot where my editors dark theme dosen't play nice with the rest of IDEA (10.5). When I inspect an expression containing an regex I get black text on a very dark background. I'...