Results 1 to 2 of 2

Thread: xml suitable for ide features?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2002
    Location
    Left past the postbox
    Posts
    30

    xml suitable for ide features?

    Hi,

    Im writing a pascal ide in .net (college project). It will have features like syntax highlighting, inserting code templates etc...

    I just wish to get peoples thoughts on whether xml would be suitable for storing the syntax to be highlighted i.e. lists of keywords aswell as code templates:

    if condition then
    begin

    endif

    This is an idea to using a custom alternative file format for which i would have to write the parser etc..

    Thanks

    Chris
    Never hit a man with glasses, hit him with a baseball bat instead.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Sure. SharpDevelop(a C# editor) uses XML for that.

    www.icsharpcode.net

    No reason you cant.

    Its open source too, so if you know C# and want to pick throguh the source to find what they did, go for it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width