Stephenwaring
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created XML not showing an error with XML schema 1.1
AnsweredI have set XML schema version to 1.1 in Idea's settings, but this XML:<?xml version="1.0" encoding="UTF-8"?> <data min="14" max="10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noName... -
Created How can I make Current File the default run/debug configuration.
AnsweredWhen I start Idea, the run configuration for one of my perl programs is selected by default, even though this program is not open in the editor, and Current File was selected when I last closed Ide...