forked from eXist-db/eXide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.xml
137 lines (137 loc) · 7.21 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>eXide - a web based XQuery IDE</description>
<author>Wolfgang Meier</author>
<website>http://exist-db.org/exist/apps/eXide/docs/doc.html</website>
<status>stable</status>
<license>GNU-GPLv3</license>
<copyright>true</copyright>
<type>application</type>
<target>eXide</target>
<prepare>pre-install.xql</prepare>
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="2.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New adaptive and JSON output options for query results</li>
<li>New checkbox to toggle highlighting of index hits</li>
<li>Label of "Remember me" is clickable</li>
<li>Fix function doc lookup</li>
<li>Various bug fixes</li>
</ul>
</change>
<change version="2.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Keyboard shortcuts for copy and paste in file dialog</li>
<li>Type in file dialog to quickly jump to file</li>
</ul>
</change>
<change version="2.1.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix scrolling of editor tabs if they do not fit on screen</li>
<li>Various small bug fixes</li>
</ul>
</change>
<change version="2.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New collection tree view</li>
<li>Fix inline help for functions</li>
<li>When uploading many files, don't show them all to avoid browser crash</li>
<li>Fix display of query results: skip unnecessary namespace declarations</li>
</ul>
</change>
<change version="2.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix word-left/word-right navigation</li>
<li>Add menu item to reset editor window layout to defaults</li>
<li>Keyboard shortcuts should now work in entire window, not just editor</li>
<li>Add shortcuts Alt-1 to 9 (windows, linux) and Ctrl-1 to 9 (mac) to quickly switch between tabs</li>
<li>Tabs can now be reordered with drag and drop</li>
<li>Added "Close-All" menu item</li>
</ul>
</change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.9">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove size limits for documents which can be validated by the editor. Live error messages
will be shown even for large documents/XQueries.</li>
<li>Fixed navigation in edit history.</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Live reload: automatically reload the browser window running the app if resource is saved in editor.</li>
<li>Drag a file on the editor to open its contents in a new tab</li>
<li>Directory Uploads (Chrome only)</li>
<li>Fixed less support</li>
<li>Updated UI: now based on CSS3 flexbox</li>
<li>Properly restore cursor position for each editor when reloading. Switch to previously open editor tab.</li>
<li>"Goto definition" works on global variables as well</li>
<li>Added "go to last edit position" command to navigate back in history</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.7">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix copy and paste</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.6">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Lots of bug fixes</li>
<li>XML mode: new commands to expand selection to enclosing element; remove enclosing element</li>
<li>Updated templates to use bootstrap 3 (requires shared-resources-0.3.9)</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Added feature to search across all binary resources (XQueries, Javascript, CSS) in a project</li>
<li>Many small bug fixes. In particular, there were display issues when browsing resources</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Display of extended permissions in open/save dialogs</li>
<li>Editing of setuid, setgid and sticky bit permissions in Properties dialog</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Added navigation shortcuts to quickly switch to buffer; navigate available commands</li>
<li>Use emmet for HTML/XML/CSS</li>
<li>Updates and bug fixes for ace, slick grid</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Small fixes to variable completion</li>
<li>Experimental support for <a href="https://github.com/wolfgangmm/eXide/pull/36">git</a>.</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Context-sensitive code completion</li>
<li>Refactoring: extract function/variable</li>
<li>Refactoring: rename function/variable/XML tag</li>
<li>Quick fixes and code hints</li>
<li>Show raw result of queries in embedded browser</li>
<li>And more ...</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="1.0.14">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Improved outline view</li>
<li>Fixed quicksearch</li>
<li>Outline for CSS files</li>
<li>Set syntax to XQuery for code snippets passed in from demo app</li>
<li>Change indicator "*" not cleared properly after save</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="1.0.15">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed new app templates</li>
<li>Removed annoying log output</li>
<li>Updated code snippets</li>
</ul>
</repo:change>
</changelog>
</meta>