Not logged inOpenClonk Forum
Up Topic Eclipse Tutorial - Deutsch/German

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Mortimer
Hab mal etwas rumprobiert und am Ende eine ProblemHandlingMap.txt pro Projekt rausbekommen in der solche Sachen stehen können:

<code>

// fuzzy is too dynamic!
[$:Call,/Fuzzy.*/$]
IncompatibleArgTypes=Hide
IncompatibleTypes=Hide

// C4DT is too stupid
[spec_id->PlayerControl(plr, ctrl, x, y, strength, repeat, release)]
IncompatibleArgTypes=Hide

// hide when true appears in if/while
[while (true) $$]
ConditionAlwaysTrue=Hide
[if (true) $$]
ConditionAlwaysTrue=Hide

// all scripts
[$:Script$]
Unused=Hide
IdentShadowed=Hide

// Guenther is too harsh
[$:Script,/.*c/$]
GlobalFunctionInAppendTo=TurnIntoWarning

// this is quite specific
[$:Definition,/Library_Base/$]
  [$:Function,/OpenBuyMenu/$]
    [$:Call,/AddMenuItem/$]
    IncompatibleArgTypes=Hide]

</code>

Ist das konfigurierbar genug? http://deenosaurier.de/c4dt/c4scriptsearch.html + verschachtelte Bedingungen als verschachtelte Ini-Datei.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill