- autotranslation notes (probably won't do this till post-1.0):
> I would be happy to make an auto-notify script that works however
> a translator would like. Obviously I'll need to re-export the
> French wiki when I install the component docs in the real one
> because that's even more out of date than the test wiki, but
> just let me know in what way he should be notified (email? a
> page called TranslationNeeded or the French equivalent term in
> the French wiki?) and I'll do it.
I think a keyword in an untranslated/out of date page and a TranslationNeed=
ed=20
page will be cool.
>
> With a little more work (and therefore time) I could probably
> even include a Babelfish translation to get him started; I've
> done German to English translations that way and it's usually
> much faster. Maybe for the second version of the script ;)
Why not ?
- Is it possible to insert the class name in symbol page titles? For example, the title of the TreeView.MoveNext page will be TreeView.MoveNext and not just MoveNext. This way, the result of ReferenceBy will be more readable. (This will entail modifying all existing symbol pages, not just the export. I will try eventually. -- RobKudla - 29 Feb 2004)
(removed pre-0.90 done items, look in diffs to see them... -- RobKudla - 26 Feb 2004)
- It seems that when you generate a class page, the title of the page is not the class name, but the first class symbol name (see gb.vb component) (this was actually in the shell pages of newly exported pages, and not in the exported pages themselves... -- RobKudla - 26 Feb 2004)
- ReferenceBy now sorts its output by the topic text rather than the filename. -- RobKudla - 29 Feb 2004
- The ReferenceBy always shows the current page. Is it possible to remove this useless reference ? (needed change to twiki libs -- RobKudla - 29 Feb 2004)
- Where is the .Array.Reverse method in the child array classes ? (went missing when i added the dot back on to class names... -- RobKudla - 29 Feb 2004)
- You forgot the _next method. This method means that
This class can be used as a collection.
OR
This class can be used as a static collection (if _next is static)
- In the class Control: the classes listed in "Child classes" are not links when they belong to the gb.qt.ext component.
GambasComponentNetSocketConstantCannotRead
GambasComponentNetSocketConstantCannotWrite
GambasComponentNetSocketConstantHostNotFound
GambasComponentNetSocketConstantCannotCreateSocket
GambasComponentNetSocketConstantConnectionRefused
GambasComponentNetSocketConstantInactive
GambasComponentNetSocketConstantSearching
GambasComponentNetSocketConstantConnecting
GambasComponentNetSocketConstantConnected
- For dotted class, you must remove the dot when you make a variable name like "h.FilePerm", so that the example is syntactically correct. For example, with .FilePerm, the main page says: hString = h.FilePerm [ UserOrGroup AS String ] AS String
- Is it possible, when you generate symbol page class to put "not documented" after the syntax, so that people understand that they should write the description after the syntax and not before ?
- add the following stuff for _new, _get, _put to the export page:
This class is instantiable with the NEW
keyword.
This class is a read /
write array.
OR
This class is a read-only array.
Include any weird syntax for _get, as with gb.qt.Picture.
Add the word 'static' if _get and _put are static.