<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/www/minibar/minibar.js, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2019-11-21T13:25:07+00:00</updated>
<entry>
<title>Minibar: make it possible to configure a list of preferred grammars</title>
<updated>2019-11-21T13:25:07+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2019-11-21T13:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e6b33ac8b8869ad5741685932bbc14f7ae9efad9'/>
<id>urn:sha1:e6b33ac8b8869ad5741685932bbc14f7ae9efad9</id>
<content type='text'>
A preferred grammar is selected when a user visits the Minibar for the
first time. (Like before, Minibar remembers the selected grammar for future
visits.)

A preferred list of grammars can be specified in config.js in the .../minibar
directory on the server, e.g. like this:

  preferred_grammars=["/grammars/Foods.pgf","/grammars/ResourceDemo.pgf"]

The first available grammar from the list is used.
</content>
</entry>
<entry>
<title>Minibar: support for links to open a given grammar in the minibar</title>
<updated>2019-08-21T12:27:56+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2019-08-21T12:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d1bb1de87f1f5c1189f7a19fc712835e976957bd'/>
<id>urn:sha1:d1bb1de87f1f5c1189f7a19fc712835e976957bd</id>
<content type='text'>
When you press the "i" or "More info" button for a grammar, the info now
includes a link that can be used by anyone to open this specific grammar in
the minibar.
</content>
</entry>
<entry>
<title>Minibar can now display grammar documentation.</title>
<updated>2019-08-05T13:25:29+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2019-08-05T13:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=81362ed7b724ee5161b494b29020b9068b2c10c2'/>
<id>urn:sha1:81362ed7b724ee5161b494b29020b9068b2c10c2</id>
<content type='text'>
The documentation is taken from a file called Grammar.pgf_info, located
next to the Grammar.pgf file on the server.

The first line of the documentation is displayed below the menu bar in
the minibar. The rest of the documentation is displayed when you press
the "More info" button (or the "i" button).

The documentation can contain HTML markup. Blank lines are treated as
paragraph breaks.
</content>
</entry>
<entry>
<title>minibar: include the grammar's last modification in the grammar info shown by the "i" button</title>
<updated>2014-06-24T13:59:09+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-06-24T13:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=0715cfe2aef2fee3188565cb2b84a3a799dc1c43'/>
<id>urn:sha1:0715cfe2aef2fee3188565cb2b84a3a799dc1c43</id>
<content type='text'>
Also bumped version number in gf.cabal to 3.6-darcs.
Also removed some unecessary use of CPP.
</content>
</entry>
<entry>
<title>minibar: remove two more uses of with()</title>
<updated>2013-04-25T15:08:26+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-25T15:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=c841c2c3c96c292b117a4068c2532776086c0488'/>
<id>urn:sha1:c841c2c3c96c292b117a4068c2532776086c0488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minibar: fix bug that prevented minibar from working in Webkit browsers</title>
<updated>2013-04-25T14:55:24+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-25T14:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7fe4ff8c46d0d2823dd3f1cca28e745f24dacb7a'/>
<id>urn:sha1:7fe4ff8c46d0d2823dd3f1cca28e745f24dacb7a</id>
<content type='text'>
The with(...) {...} statement has different scoping rules in Webkit browsers
and Gecko browsers, so it is better to avoid it.
</content>
</entry>
<entry>
<title>gfse: add access to the syntax editor</title>
<updated>2013-04-23T13:55:00+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-23T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1146b94685331341a2b16ad27ef76b5d7612cb3d'/>
<id>urn:sha1:1146b94685331341a2b16ad27ef76b5d7612cb3d</id>
<content type='text'>
via the minibar
</content>
</entry>
<entry>
<title>minibar: use the common interface to localStorage</title>
<updated>2013-04-23T12:39:18+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-23T12:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bcf834671693592bfe68576b1f6d1f2a59feea46'/>
<id>urn:sha1:bcf834671693592bfe68576b1f6d1f2a59feea46</id>
<content type='text'>
...for more streamlined code and better browser compatibility.
</content>
</entry>
<entry>
<title>minibar: syntax editor integration bug fix</title>
<updated>2013-04-17T08:49:31+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-17T08:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=563299085d0e556b6c383f5ddfc6c8d7673c5bca'/>
<id>urn:sha1:563299085d0e556b6c383f5ddfc6c8d7673c5bca</id>
<content type='text'>
The minibar has the alternative "All" in the target language menu. This should
not be included when transfering to the syntax editor.
</content>
</entry>
<entry>
<title>GF cloud: work on syntax editor integration</title>
<updated>2013-04-12T18:29:15+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-12T18:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d35790e656fe70f0fa258fb8fb84aa65f9887616'/>
<id>urn:sha1:d35790e656fe70f0fa258fb8fb84aa65f9887616</id>
<content type='text'>
+ The syntax editor is now accessible from the Simple Translaton Tool.
+ The minibar now automatically provides access to the syntax editor (provided
  the necessary JavaScript files and style sheets have been loaded).
+ Preparations for making the syntax editor accessible from the grammar editor.
</content>
</entry>
</feed>
