I finally got some free time to look into this, but I run into some issue=
s:
- it seems that (src/rftaparser/)/TextDocumentMock.h is missing. Did you
forgot to add it to the CVS ?
Also, when compiling and installing the release configuration (only one I
can compile easily), there is a crash when I try to use the rename local
variable command. Did you run into this too ? (I add to completly reinsta=
ll
my system last month, so there may be some oddities remaining)...
I've updated the README with the installation step for the vc6 add-in, yo=
u
might want to give it a look...
Baptiste.
----- Original Message -----=20
From: "Andre Baresel" <and...@gm...>
To: "CppTool Mailing List" <Cpp...@li...>
Sent: Tuesday, January 13, 2004 11:50 PM
Subject: [Cpptool-develop] Preprocessor implementation added to repositor=
y
> I have just added the current implementation. Some small tests are
> written in preprocessor unit test code.
> However <include> mechanism has been deactivated in the plugins because
> no implementation for open
> and changing multiple files is done yet (look at interface
> 'sourcemanager'). AstDumper uses a simple
> implementation of sourcemanager accessing the header files by file
> system (FileSourceManager) - however
> the limitations of parsing expressions of '#ifdef' and '#if' do not
> allow to parse usual system headers correctly.
> For that reason I deactivcated the includes by setting the preprocessor
> option 'skipIncludes'.
>
> Output of correct parsing error positions inside included files is wron=
g
> because of problems in position
> translation. That problem needs to be checked.
>
> not much time in the next weeks,
> until later,
> Andr=E9
|