Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Change DxCore Template

Change DxCore Template

Scheduled Pinned Locked Moved Visual Studio
questionhelpannouncement
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    Ok, now that I'm back from luunch, here's the question that I posted earlier in the Forum that was so popular... I'm using DxCore. When I create a new class, it generates this template:

    // -----------------------------------------------------------------------
    // // TODO: Update copyright text.
    //
    // -----------------------------------------------------------------------

    namespace MyNamespace
    {

    /// /// TODO: Update summary.
    /// 
    public class MyClass
    {
    }
    

    }

    I don't like the way this is set up. Does anyone know where in DxCore I need to do to change the layout of this template? Thanks

    If it's not broken, fix it until it is

    L 1 Reply Last reply
    0
    • K Kevin Marois

      Ok, now that I'm back from luunch, here's the question that I posted earlier in the Forum that was so popular... I'm using DxCore. When I create a new class, it generates this template:

      // -----------------------------------------------------------------------
      // // TODO: Update copyright text.
      //
      // -----------------------------------------------------------------------

      namespace MyNamespace
      {

      /// /// TODO: Update summary.
      /// 
      public class MyClass
      {
      }
      

      }

      I don't like the way this is set up. Does anyone know where in DxCore I need to do to change the layout of this template? Thanks

      If it's not broken, fix it until it is

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Templates are stored in the Visual Studio directory tree, so you need to look there for the root of the DxCore templates and then find the relevant file and modify it. I wrote this article[^] which has some information about the structure in VS Express editions, but it may have the same basic tree structure that would help. [edit] There is also a Templates directory under the user's Visual Studio development directory which may contain the specific items you want. Check the Tools (or other) menu item for possible links. [/edit]

      speaking as ...

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups