Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Disable Assits++ scan on certain files
Re: Disable Assits++ scan on certain files [message #51272 is a reply to message #50716] |
Tue, 26 February 2019 22:13   |
Didier
Messages: 736 Registered: November 2008 Location: France
|
Contributor |
|
|
Hello,
I took some time to find out why it doesn't work in my case, and I think I found a candidate
//$+ and //$- work when parsing the code of a file
But .... the list of files is extracted from the package files and file #include without taking into account the //$+ and //$-
The function that does this extract seems to be (Is this correct ??) : ide/Browser/Base.cpp BaseInfoSync(Progress& pi)
So the following code does not behave as I expected : I thought the includes (and the included files) would not be processed by assist++
//$-
#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>
#include <boost/spirit/include/phoenix_fusion.hpp>
#include <boost/spirit/include/phoenix_stl.hpp>
#include <boost/spirit/include/phoenix_object.hpp>
#include <boost/spirit/include/phoenix_bind.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/variant/recursive_variant.hpp>
#include <boost/foreach.hpp>
//$+
Maybe the file should be preprocessed by :
CppBase/Pre.cpp SrcFile PreProcess(Stream& in, Parser& parser)
Before extracting the list of files to be processed by Assist++
[Updated on: Tue, 26 February 2019 22:37] Report message to a moderator
|
|
|
 |
|
Disable Assits++ scan on certain files
By: Didier on Fri, 07 December 2018 19:42
|
 |
|
Re: Disable Assits++ scan on certain files
By: Klugier on Sat, 08 December 2018 18:40
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Sat, 08 December 2018 19:11
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Sat, 08 December 2018 19:12
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Tue, 26 February 2019 22:13
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Sun, 01 September 2019 00:20
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Sun, 01 September 2019 00:21
|
 |
|
Re: Disable Assits++ scan on certain files
By: mirek on Fri, 06 September 2019 11:03
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Fri, 06 September 2019 12:44
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Fri, 06 September 2019 21:39
|
 |
|
Re: Disable Assits++ scan on certain files
By: mirek on Mon, 09 September 2019 08:16
|
 |
|
Re: Disable Assits++ scan on certain files
By: Didier on Tue, 10 September 2019 20:06
|
 |
|
Re: Disable Assits++ scan on certain files
By: mirek on Tue, 10 September 2019 23:04
|
 |
 |
Re: Disable Assits++ scan on certain files
By: Didier on Tue, 10 September 2019 23:54
|
 |
|
Re: Disable Assits++ scan on certain files
By: mirek on Wed, 11 September 2019 09:38
|
Goto Forum:
Current Time: Fri Aug 29 12:13:05 CEST 2025
Total time taken to generate the page: 0.03557 seconds
|