When you compile from IDE, any Source thats opened in the ide is passed directly to the compiler. Anybody knows which method is used? Is an IOTAEditReader created to pass the source?

Comments

  1. Alexander B. Can your preprocessor plugin turn on the option to save before compiling? It might be an easy way around the problem.

    ReplyDelete
  2. David Millington maybe yes, but this doesnt change the behaviour. Source opened in the ide is always directly streamed to the compiler(Tested it by manually setting the option)

    ReplyDelete
  3. Well so far i dont see a FileSystem being used by the IDE. Created modules return '' as filesystem. I can't iterated existing filesystems. Damn it :(

    ReplyDelete

Post a Comment