Quote:
Originally Posted by gm9
Feature report: - Proxy code works.

|
WOOHOO..
Quote:
Originally Posted by gm9
Bug report:
file paths still show incorrect on the Interface tab for any UI that contains a folder but no UI folder.
|
Give me a UI example to look at.
Quote:
Originally Posted by gm9
file paths still show incorrect for all interfaces on the Interface tab after changing your UI path
|
The only way I can reproduce this is if I happen to have a file selected and it already has the path displayed. Once I click on a new file it reflects the changed/correct path.
Quote:
Originally Posted by gm9
updating any UI fails for an unhandled error about the .zip being used by another process - that process is in fact EQ2C itself, as I verified with ProcessExplorer
|
Fixed.
Quote:
Originally Posted by gm9
Check your encoding, something went terribly wrong there (it seems to do multiple passes...). Applies to all tabs that save code to xml files.
|
Fixed but that introduces another issues.. ' is not considered a char that needs to be encoded by XML or HTML. None of the parser I use (MS xml, open xml or Xerces XML) encodes '. But if I encode it then it encodes the & of &apos. I'll try to open a dialog with one of the UI devs on this.