/Community

A Support Community for SubMain Products
in Search
Welcome to SubMain Community Sign in | Join | Help

Browse by Tags

All Tags » SDK
  • Sample: Naming Rule that excludes scope

    Sample naming rule implementation in C#. For details see this thread - http://community.submain.com/forums/permalink/186/460/ShowThread.aspx#460
    Posted to Samples (FileGallery) by sergeb on March 17, 2008
  • Sample: Field Should Have Underscore Prefix

    This is complete sample custom rule implementation in VB. This rule inherits from NamingRuleBase (vs RuleBase) which automatically add another correction option in the dropdown (or the only if you don't provide any default names) - Rename to ... - this will do all of the ShowRenameDialog work for you. You don't need to write any code to ...
    Posted to Samples (FileGallery) by sergeb on March 17, 2008
  • Tutorial: Creating Custom Rules

    The best part about CodeIt.Right is that you are not limited to just the rule libraries included into the box. You can easily define your own (custom) rules. What makes this possible is the "CodeIt.Right SDK". The SDK documentation is available online at http://submain.com/codeit.right/sdk/ as well as locally as part of your CodeIt.Right ...
    Posted to Tutorials (Weblog) by sergeb on March 16, 2008
  • Re: exclude a scope

    Jurgen, Please find two custom rules attached to this post (with source code). You will need to copy the CustomRules\CustomRules\bin\Debug\CustomRules.dll file to "c:\Program Files\SubMain\CodeIt.Right\Rules\" and then add the two new rules to your profile - ...
    Posted to CodeIt.Right (Forum) by sergeb on March 6, 2008
  • CodeIt.Right Pre-release SDK Help file 2007-12-21

    This download is outdated - see SDK documentation at http://submain.com/codeit.right/sdk CodeIt.Right Pre-release SDK Help file - also available in the Help directory of the CodeIt.Right Release Candidate
    Posted to Public (FileGallery) by sergeb on December 22, 2007
  • Re: Version 2 Questions/Enhancements

    Serge, Reflecting on the built-in rules assemblies helped a great deal.  It now looks to me like it is possible to build any custom rule you want, with custom parameters that are available to the profile editor. Based on this, I made an attempt to create a rule that supported Hungarian naming conventions.  My goal is to create a custom ...
    Posted to CodeIt.Right (Forum) by grparry on November 15, 2007
  • Version 2 Questions/Enhancements

    Thanks for posting this beta version for feedback.  Like others, I'm evaluating a few different options right now, including CodeIt.Right and the (fxcop) integrated code analysis in VS2005.  I very much like that this can analyze source code.  That said, here are my questions: 1) Any idea how much this tool is going to ...
    Posted to CodeIt.Right (Forum) by grparry on November 12, 2007
  • Re: CodeIt.Right SDK ?

    We are working on the SDK tutorials. Should have first one finished soon. I'm attaching draft of the SDK help file to this post. You can also look at any of the rules distributed with CodeIt.Right using Reflector - rules are not obfuscated. As for the auto generated classes, in the upcoming (next week) build CodeIt.Right will handle ...
    Posted to CodeIt.Right (Forum) by sergeb on October 18, 2007