<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/www/gfse/example_based.js, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2013-11-14T12:54:25+00:00</updated>
<entry>
<title>gfse: re-enable example-based grammar construction</title>
<updated>2013-11-14T12:54:25+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-14T12:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=982befac20880be9e047eb10b815a905dc08e191'/>
<id>urn:sha1:982befac20880be9e047eb10b815a905dc08e191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse: layout fix</title>
<updated>2012-02-22T16:45:46+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2012-02-22T16:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=26d5bcd3949d5327b411057b3de5d4ecbe710914'/>
<id>urn:sha1:26d5bcd3949d5327b411057b3de5d4ecbe710914</id>
<content type='text'>
Style options inteded for some buttons used in example-based editing was
unintensionally applied to some other OK/Cancel buttons as well.
</content>
</entry>
<entry>
<title>gfse: fix bugs and typos</title>
<updated>2011-11-28T16:36:51+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-28T16:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=70d292d83b33395ea0313a970461a1af61b508d0'/>
<id>urn:sha1:70d292d83b33395ea0313a970461a1af61b508d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse: example-based: some usability improvements</title>
<updated>2011-11-21T15:24:29+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-21T15:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d66110f84eec765bb26ebaa716bbce79d6c90913'/>
<id>urn:sha1:d66110f84eec765bb26ebaa716bbce79d6c90913</id>
<content type='text'>
Instead of showing nothing, show disabled buttons and some expanatory text to
provide guidance for users getting started with example-based grammar writing.
</content>
</entry>
<entry>
<title>gfse: supply information about what's defined in the exampe language to the server functions for example-based grammar writing</title>
<updated>2011-11-02T16:54:22+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-02T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=312e602dfe69fc6d391d58d715fccad6c1ed1023'/>
<id>urn:sha1:312e602dfe69fc6d391d58d715fccad6c1ed1023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse: example-based: remove target language from the example language menu</title>
<updated>2011-11-02T16:13:30+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-02T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5856098f2f71dc443cf6412443d6b3efbcb8efb8'/>
<id>urn:sha1:5856098f2f71dc443cf6412443d6b3efbcb8efb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work on example-based grammar writing</title>
<updated>2011-10-21T15:43:57+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-10-21T15:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=442dc95071dc9a9a71a93b190c5b67493b286695'/>
<id>urn:sha1:442dc95071dc9a9a71a93b190c5b67493b286695</id>
<content type='text'>
+ Preparations to support more target languages. Tested with Swedish.
+ Don't enable example-based editing if there is less that two concrete
  languages in the grammar.
+ Don't show the "By example" button until the required lincat has been defined.
+ Remember the chosen language for examples.
</content>
</entry>
<entry>
<title>Improvements of "gf -server" mode and related setup</title>
<updated>2011-10-12T17:03:54+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-10-12T17:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad'/>
<id>urn:sha1:44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad</id>
<content type='text'>
"gf -server" mode now contains everything needed to run the minibar and
the grammar editor (including example-based grammar writing).

The Setup.hs script installs the required files where gf -server can find them.
These files have been moved to a new directory: src/www.

The separate server program pgf-http is now obsolete.
</content>
</entry>
</feed>
