NO

Author Topic: poide don't see a (special) partition  (Read 10796 times)

Seltsamuel

  • Guest
Re: poide don't see a (special) partition
« Reply #15 on: June 23, 2009, 12:37:24 PM »
Hi,

dont know what else i can advice i use 7.0 RC5 and it works flawless.
Did you really add all FILES to the Cachelist? This takes a moment then your files are inside the list!
Inside the add dialogue you can select multiple together but i dont know if you can add a folder to get automatic included.

Another thing is inside editor optionstab CODE -> CLASSBROWSER you can check lokal AND global files to scan i have checked both!

Greetings

Seltsamuel

nicolas.sitbon

  • Guest
Re: poide don't see a (special) partition
« Reply #16 on: June 23, 2009, 01:22:38 PM »
OK, now ti works, BUT, there isn't code completion on function name...

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: poide don't see a (special) partition
« Reply #17 on: June 23, 2009, 01:36:11 PM »
code block doesn't see the partition too.
So I think it's a case for the Expandrive-support. ;)
best regards
 Alex ;)

nicolas.sitbon

  • Guest
Re: poide don't see a (special) partition
« Reply #18 on: June 23, 2009, 01:47:02 PM »
code block doesn't see the partition too.
So I think it's a case for the Expandrive-support. ;)
I don't think so, I have just tried netbeans and it works perfectly, so the problem comes from poide, code block or wxdev-c++ (stable).

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: poide don't see a (special) partition
« Reply #19 on: June 23, 2009, 02:14:34 PM »
I don't think so, I have just tried netbeans and it works perfectly, so the problem comes from poide, code block or wxdev-c++ (stable).
AFAIK Pelle works at poide with memory mapped files. What the other IDEs do, I don't know. But if you know three applications, which don't work with Expandrive, you can ask if they have a workaround (or to search for a forum).
best regards
 Alex ;)

nicolas.sitbon

  • Guest
Re: poide don't see a (special) partition
« Reply #20 on: June 23, 2009, 02:46:16 PM »
The problem is not in the method for reading file, rather it is in the "file chooser" (GetOpenFileName()).

Seltsamuel

  • Guest
Re: poide don't see a (special) partition
« Reply #21 on: June 23, 2009, 03:10:44 PM »
Hi,

http://anon676.an.ohost.de/images/rgh1245762482q.png

as you see it works for me.

Im sure we shouldnt continue the offtopic here else Pelle wont like this :-)
So please get comfortable with wxdev/c++ and if necessary create a topic outside of Bug reports.

Greetings

Seltsamuel

nicolas.sitbon

  • Guest
Re: poide don't see a (special) partition
« Reply #22 on: June 23, 2009, 03:31:56 PM »
What you show is the completion on function parameter not function name. Now, I still think that it's a bug, a misused api for example, cause I can see that partition in other software like Netbeans or Explorer.

Seltsamuel

  • Guest
Re: poide don't see a (special) partition
« Reply #23 on: June 23, 2009, 04:42:46 PM »
Hi,

functions work too:

http://anon676.an.ohost.de/images/bwy1245767864a.png

Just type as far as you know then hold down STRG and press SPACE while holding STRG. This pops up all functions matching from all known includes and files headers and c files you added to the cache.

Greetings

Seltsamuel

nicolas.sitbon

  • Guest
Re: poide don't see a (special) partition
« Reply #24 on: June 23, 2009, 04:49:05 PM »
What is STRG? I tried with CTRL + SPACE but it didn't work. Doesn't matter, I use netbeans which is fine.

Seltsamuel

  • Guest
Re: poide don't see a (special) partition
« Reply #25 on: June 23, 2009, 04:56:51 PM »
Hi,

sorry my fault i use german keyboard ^^

strg=CTRL

And it should work as you see else you not added the files to the cache. Hm maybe it only shows functions not inside the local file but i doubt that.

Greetings

Seltsamuel