Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sascha Weinreuter
Follow
New posts
New posts and comments
Total activity
403
Last activity
January 18, 2016 03:51
Member since
October 18, 2002 10:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
169
Activity overview
Posts (5)
Comments (229)
Sort by votes
Recent activity
Votes
Created
March 20, 2006 22:44
A DTD doesn't allow foreign-namespace elements, you should use a proper xml Schema for xslt and assign a namespace to all non-xslt tags. You can also try the XPathView+XSLT plugin that comes with a...
Community
IntelliJ IDEA Users
editing xsl transformations
0 votes
Created
April 04, 2006 10:22
You can accomplish this with the "External Tools" (Settings | IDE Setting | External Tools) feature to execute a program that takes the current file as its argument (there are several macros availa...
Community
IntelliJ IDEA Users
Open a file in Intellij - externally
0 votes
Created
April 04, 2006 22:03
The search is back, but it still seems to be broken: Searching "java" in all categories with no date-restriction returned a full total of 0 hits... hmmm.Sascha
Community
IntelliJ IDEA Users
My apologies, but where is the bloody forum search?
0 votes
Created
July 07, 2006 19:46
This takes wo steps:- Check out the head using File -> Checkout from Version Control -> CVS- Update to the branch using Version Control -> Update Project, Set "Use Version" to "By tag" and enter th...
Community
IntelliJ IDEA Users
CVS Branch Checkout
0 votes
Created
July 07, 2006 19:48
This takes two steps:- Check out the head using File -> Checkout from Version Control -> CVS- Update to the branch using Version Control -> Update Project, Set "Use Version" to "By tag" and enter t...
Community
IntelliJ IDEA Users
CVS Branch Checkout
0 votes
Created
July 05, 2006 10:57
... which also exposes a little bug in IDEA: final Number number = useInt ? getInteger() : (Number)getDouble();It thinks that the cast to Number is redundant... but it isn't. ;)Maybe related...
Community
IntelliJ IDEA Users
Dangerous auto(un)boxing
0 votes
Created
July 05, 2006 11:31
Hmm, does this forum have a built-in back-in-time device?My Last Post -> Posted: Jul 5, 2006 11:57 AM The one before -> Posted: Jul 5, 2006 12:02 PM When is JB going to sell it? :)
Community
IntelliJ IDEA Users
Dangerous auto(un)boxing
0 votes
Created
August 23, 2006 21:25
AFAIK IDEA uses Xerces only for doing full schema validation and XML parsing is done by its own parser. However, the next version will have some kind of XInclude support according to http://www.jet...
Community
IntelliJ IDEA Users
Support for xinclude?
0 votes
Created
November 20, 2006 16:31
Those categories differ AFAIK only in the color that is applied to the keywords: You can put all standard keywords into the first category to get the same highlighting as "real" java files.Sascha
Community
IntelliJ IDEA Users
Replicating a Built-In File Type Specification
0 votes
Created
November 20, 2006 19:19
Check out the Customizations feature available via Settings | IDE Settings | Customizations. There you'll find a node named "Editor Popup Menu" which you can modify according to your preference.HTH...
Community
IntelliJ IDEA Users
Configuring the Context Menu
0 votes
«
‹
1
2
3
4
5
6
7
8
9
10
11
›
»