Jump to content

The_Lionhearted

Members
  • Posts

    2,337
  • Joined

  • Last visited

Posts posted by The_Lionhearted

  1. You know, writing a recursive-descent parser and building up a System.Linq.Expressions.Expression tree wouldn't be that difficult. I highly recommend it -- using string.Replace() is not a very good way to go about this. You'll learn a lot, too. Parsers are good stuff to learn.

    I couldn't agree more.

    I wrote a recursive-descent parser in compiler design class when I was in college. Of course, you'll need to start by writing a tokenizer... and come up with a language definition... but, after that, it's easy!

    Is it bad if I'm about to graduate college with a CIS degree...and I have no idea what you're talking about? :P

  2. If you save a single layer image in .PDN format it will preserve all the history. What you probably did was to save it in some other format, such as .PNG

    Whoa...saving as a PDN file doesn't preserve the history...it preserves the layers you've created. It's usually good practice to save in this format, for two reasons:

    a) It saves the layers you've created and all the settings created along with those

    B) You don't overwrite your original file, which it looks like you did.

    Hope that helps! :)

×
×
  • Create New...