Re: [api-dev] Accepting and rejecting redlines

2008-06-18 Thread Andrew Douglas Pitonyak
No answers here, to this question asked a few times over the years, and also on the forums: How to use a macro to accept or reject individual changes (redlines). I opted to document as much as I could. I demonstrate here how to enumerate redlines, and a "cheat" method to delete them, but not h

Re: [api-dev] Java documentation for instantiating new style services? (Re: [api-dev] ScriptURIHelper, a question ad "getStorageURI()" and libraries

2008-06-18 Thread Rony G. Flatscher
Hi Ariel, just a question looking at your Java code example: ... cut .. xScriptURIHelper = ScriptURIHelper.create( xContext,sLanguage, sLoc ); ... cut ... Where did you find the documentation about this variant of instantiating a new style services? mmm ... is it documented some

Re: [api-dev] Java documentation for instantiating new style services? (Re: [api-dev] ScriptURIHelper, a question ad "getStorageURI()" and libraries

2008-06-18 Thread Ariel Constenla-haile
Hi Rony, Rony G. Flatscher escribió: > Hi Ariel, > > just a question looking at your Java code example: > > ... cut ... > >> xScriptURIHelper = ScriptURIHelper.create( xContext, >> sLanguage, sLoc ); > ... cut ... > > Where did you find the documentation about this variant of in

[api-dev] Bug in ScriptURIHelper.getStorageURI() ? ( Re: [api-dev] ScriptURIHelper, a question ad "getStorageURI()" and libraries

2008-06-18 Thread Rony G. Flatscher
Hi there, maybe one of the questions was buried to deep in this thread. Looking at the following input and output from ScriptURIHelper.getStorageURI() it seems that there is a bug, in that the directory (dubbed "library" in the scripting framework) which contains the scripts is not resolved c