VS2010  has  the  same problem. The file is simply too big for it. I'm
not  a  fan  of  the amalgamation  because  of  this.  It's essentially
impossible to trace into the SQlite code now.

That said, it compiles and works fine.

C

Tuesday, December 27, 2011, 10:50:14 AM, you wrote:

JJD> In my experience I find that most syntax highlighters fail
JJD> on occasion, especially with large files.  Trust the compiler not the
JJD> editor.

JJD> 2011/12/27 Alexandr Němec <a.ne...@atlas.cz>

>>
>> Dear all,
>>
>> I have one question that is not strictly a SQLite question (sorry), but
>> maybe someone encountered this problem and found the solution. I have
>> upgraded from an older SQLite release to 3.7.9 and loaded the amalgamation
>> file into a Visual Studio 2005 project. But the syntax code highlighter
>> does not behave correctly with the 3.7.9 amalgamation file because it greys
>> out not only the sections of code that are not compiled at all (because of
>> if(n)def's) but also other sections that DO compile. Well, I think that
>> this is a bug of the VS 2005 syntax highlighter for such a large source
>> file, because the file compiles ok, but working with such a file in VS 2005
>> is frustrating.
>>
>> Did anyone see (did anyone find a solution for) this problem? I have not
>> seen this for older versions of the amalgamation file.
>>
>> Best regards
>>
>> Alex
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>






-- 
Best regards,
 Teg                            mailto:t...@djii.com

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to