xml-editor

How to show a list of spelling suggestions in the default Eclipse XML Editor?

吃可爱长大的小学妹 提交于 2019-12-23 07:09:31
问题 I have the default Eclipse spell checker enabled. When a spelling error is detected while I'm working in the Java editor, I can use Ctrl-1 to show a list of suggested spelling corrections. However, when I'm working in the default XML editor, Ctrl-1 doesn't appear to work. The misspelled words (in comments, mostly) are correctly underlined in red, but I cannot seem to figure out how to get a list of spelling suggestions. In case this is a platform-specific problem, I'm running Eclipse Helios

XML editor with intellisense/autocomplete based on XML Schema

孤街浪徒 提交于 2019-12-22 03:44:35
问题 I'm looking for an XML editor that can provide auto completion and validation based on an XML schema. The target platform is Linux, with Win/OSX support desirable but optional. From this question I'm aware that this is supported in Visual Studio. There are also several commercial XML Editors (oXygen, Liquid XML studio) that support this feature. I personally don't mind paid apps, but for this instance I'm looking to recommend the editor to a group of users, and requesting that they pay for an

Open Source Xml Editor

有些话、适合烂在心里 提交于 2019-12-20 09:45:40
问题 I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor, written in C#, with WinForms or WPF UI, which I'll can extend it and add my markup language validation and etc, with the following features: XML Syntax Highlighting like VS Auto Completion Validation It's license should be that I can edit it and then release it, with the source code. Are there any things like that

Changing default XML editor in Eclipse

*爱你&永不变心* 提交于 2019-12-19 10:17:23
问题 Eclipse hangs when working with XML's .. the default editor is too slow and gives lot problem I read, it works fine if we change the editor so how to remove existing editor ?? 回答1: You can customize them: Window -> Preferences -> General -> Editors -> File Associations There, you'll have to either select a file extension, or add one to the list and choose what editor eclipse should use to open it with whenever it's needed. 回答2: To just open the file once, Right Click - Open With To change

Sort Android strings.xml in Alphabetical Order

北战南征 提交于 2019-12-18 20:29:28
问题 While programming my Android app I just kept inserting elements in strings.xml with no order whatsoever . Is there a shortcut key (like Ctrl + Shift + F can organize android: attributes in an XML layout file) that sorts string elements alphabetically? 回答1: For anyone else who bumps into this. Copy all the string elements, paste into an Excel spreadsheet sort A-Z and then copy and paste back. 回答2: This is actually a feature in ADT plugin: However, it only sort elements in Resources viewer, it

WinForms - Custom XML Editor

一世执手 提交于 2019-12-11 12:32:02
问题 I've created a small HTML/JavaScript based mini-web app that reads data from an XML file. Now, I need to create an offline WinForms editor for this XML file. I'm fully aware that using an XML file to store data in the fashion that I do is far from ideal, but the requirements are such that I can only use static files for the web site, though the XML file can be replaced when it is updated. The mini-web app allows a customer that is buying a remote car starter to select the make, model and year

XML editor with intellisense/autocomplete based on XML Schema

依然范特西╮ 提交于 2019-12-05 01:45:43
I'm looking for an XML editor that can provide auto completion and validation based on an XML schema. The target platform is Linux, with Win/OSX support desirable but optional. From this question I'm aware that this is supported in Visual Studio. There are also several commercial XML Editors (oXygen, Liquid XML studio) that support this feature. I personally don't mind paid apps, but for this instance I'm looking to recommend the editor to a group of users, and requesting that they pay for an app will not go down well. Any suggestions? p.s. I had a quick stab at using Komodo Edit but could not

Open Source Xml Editor

元气小坏坏 提交于 2019-12-02 19:47:22
I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor, written in C#, with WinForms or WPF UI, which I'll can extend it and add my markup language validation and etc, with the following features: XML Syntax Highlighting like VS Auto Completion Validation It's license should be that I can edit it and then release it, with the source code. Are there any things like that? Thanks. Here is a good list: DINAMIC XML Editor (Written all in C#) Open eXeed Serna Free - Open

Sort Android strings.xml in Alphabetical Order

◇◆丶佛笑我妖孽 提交于 2019-11-30 17:48:47
While programming my Android app I just kept inserting elements in strings.xml with no order whatsoever . Is there a shortcut key (like Ctrl + Shift + F can organize android: attributes in an XML layout file) that sorts string elements alphabetically? For anyone else who bumps into this. Copy all the string elements, paste into an Excel spreadsheet sort A-Z and then copy and paste back. This is actually a feature in ADT plugin: However, it only sort elements in Resources viewer, it doe not modify anything in the original strings.xml file. For those who have access to GNU or similar *nix