Mark de Wever
f4b3a949fc
Add the new wml_reference description.
...
This will allow to document the WML reference in the source code. The
nesting works a bit hacky but will be improved later. (Patch by
iwontbecreative for the GCI project.)
2011-01-09 17:09:20 +00:00
Mark de Wever
e6e02be5d2
Apply patch #2263 ; Wikigrabber cleanup.
2010-12-21 21:18:42 +00:00
Mark de Wever
2b8a5fb038
Update wiki comment format.
...
Changes the format and converts the comment in the code.
(Applies patch #2261.)
2010-12-20 21:08:42 +00:00
Mark de Wever
03dd1fa87e
Cleanup and hardening patch for wiki_grabber.py.
...
Using more standard Python code and protects against non-existing input
or output directories. (Patch 2255.)
2010-12-11 21:27:38 +00:00
Mark de Wever
55b30f6081
Let use wikigrabber use parameters.
...
This removes the old hard-coded paths, the defaults are the same as the
hardcoded paths to remain backwards compatible.
The patch was provided by Natan Yellin as a GCI contribution.
2010-12-11 18:09:50 +00:00
Mark de Wever
715a14e26a
Small documentation update for wikigrabber.
2010-12-11 15:26:50 +00:00
Mark de Wever
a6feb1e5c5
Applying a cleanup patch for wiki_grabber.py.
...
Applying patch #2254 by iwontbecreative.
2010-12-11 14:52:12 +00:00
Mark de Wever
cbf7cf7164
Remove unused deprecated grid table.
2010-08-31 21:02:58 +00:00
Mark de Wever
0868d8044b
Deprecate the grid table in the wiki_grabber.
2010-08-31 21:01:52 +00:00
Mark de Wever
6fbdabf0e6
Add a new table format for widgets in a dialog.
...
The old format worked, but the parsing felt awkward and was hard to
remember. The new format is easier to remember and parse.
2010-05-02 13:18:44 +00:00
Mark de Wever
a069bc85e5
Add a few more hyperlinks in the documentation.
2010-05-02 11:20:21 +00:00
Mark de Wever
2c3a3dace5
Indent the sub items in the wiki grabber.
2009-08-19 20:27:03 +00:00
Mark de Wever
a99df97d7a
Add a new table format to the wiki grabber.
...
The name grid is better as container so renamed the table and deprecated
to old name. The new name has a slightly different format and is still
work in progress. Also converted one table for testing purposes.
2009-08-18 21:00:55 +00:00
Mark de Wever
5df10f06cb
Add preprocessor macros to the wiki grabber.
...
This allows to copy information about widgets at three places without
copy pasting and it's bugs. The three places are:
- In the widget overview list
- In the widget definition info
- In the widget instanciate info
2009-07-19 18:45:28 +00:00
Mark de Wever
389ddde392
Add some info about the tool upon esr's request.
2009-03-08 18:44:34 +00:00
Mark de Wever
41e89208af
Cleanup the output of the container table.
2009-03-08 13:12:58 +00:00
Mark de Wever
16693906e5
Make a link the instance in the widget overview.
2009-03-08 10:24:54 +00:00
Mark de Wever
577976fbf5
Wiki comment can also be in header files.
...
This is somewhat uncommon, but there are some private headers with comment.
2009-03-08 10:24:50 +00:00
Mark de Wever
d852e87bd6
Cleaned up code for the window list.
2009-03-08 10:24:37 +00:00
Mark de Wever
50a01f3376
Cleaned up the widget list.
2009-03-08 10:24:30 +00:00
Mark de Wever
05b2176f94
Add an extra formatting option to the grabber.
...
Also cleaned up the source of the grabber slightly. Used the new
formatting at some places.
2009-03-07 21:31:40 +00:00
Mark de Wever
22886e3d2a
Fix the output for negative numbers in a cell.
...
When the text starts with a negative number it's parsed as a new row, by
adding a space in front of all texts this problem is fixed. Cells with
hardcoded text this isn't needed so not done.
2008-08-24 09:58:23 +00:00
Mark de Wever
484230845f
Add support for container tables.
2008-07-19 15:33:35 +00:00
Mark de Wever
964a0fcab4
Add a extra \n to the table data,
...
...this avoids the last line not to be displayed when there's no extra
\n in the data.
2008-07-19 08:08:55 +00:00
Mark de Wever
60bb964163
Make the default value match for a variable non-greedy.
...
This avoids the problem where a closing brace in the description was
seen as terminator.
2008-07-19 07:58:54 +00:00
Mark de Wever
2283975313
Add some error output...
...
...so we can see something went wrong instead of grepping through the
output.
2008-07-19 07:45:22 +00:00
Mark de Wever
92275b897d
Also commit the changes to wiki_grabber...
2008-05-01 09:31:42 +00:00
Mark de Wever
584df8c958
Seems the move of the wiki grabber didn't delete the original.
2008-04-24 17:54:14 +00:00
Mark de Wever
2ca2486a65
Add more info when an error occurs.
2008-04-24 16:22:31 +00:00
Mark de Wever
a34996108b
Fix default directory after moving the file.
2008-04-23 19:48:12 +00:00
Mark de Wever
c84109ca02
Move the wiki grabber to the utils directory.
2008-04-23 19:15:40 +00:00