Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Assist++: class _DLL_ENTRY __declspec(dllexport) [BUG?][WORKAROUND]
Assist++: class _DLL_ENTRY __declspec(dllexport) [BUG?][WORKAROUND] [message #2812] Wed, 26 April 2006 07:25 Go to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
if you have e.g
#define DLL_ENTRY   __declspec(dllexport)

and then
class DLL_ENTRY myClass {
...
}


Assist++ is lost - it shows only DLL_ENTRY...

[Updated on: Mon, 01 May 2006 20:31]

Report message to a moderator

Re: Assist++: class _DLL_ENTRY __declspec(dllexport)... [message #2813 is a reply to message #2812] Wed, 26 April 2006 09:09 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
fudadmin wrote on Wed, 26 April 2006 01:25

if you have e.g
#define DLL_ENTRY   __declspec(dllexport)

and then
class DLL_ENTRY myClass {
...
}


Assist++ is lost - it shows only DLL_ENTRY...



Well, there are limitations to current C++ parser. One of them is that it completely ignores all macros... (because it has to ignore #includes, otherwise you would have to wait 5 seconds aftern hitting '.').

I already have an idea how to cheat this case out Wink so perhaps in the future this will work as well.

However, at present time, for such trivial case you can make it work by addding DLL_ENTRY to the "ignore list" (Assist/Edit ignore list). Note there are quite some entries now already Wink

Mirek
Previous Topic: in CodeEditor lots of long lines cause heavy flicker [BUG]
Next Topic: CodeEditor: CopyWord; SwapChars [FEATURE REQUEST][ADDED]
Goto Forum:
  


Current Time: Thu Mar 28 09:36:32 CET 2024

Total time taken to generate the page: 0.01076 seconds