5.10b3 - IDE bug: i have 3 bugs

Post bugs related to the IDE here
sec
Enthusiast
Enthusiast
Posts: 790
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

5.10b3 - IDE bug: i have 3 bugs

Post by sec »

1. http://www.purebasic.fr/english/viewtop ... =4&t=52618
sec wrote:I found this bug in IDE (IDE will IMA, ate 100%CPU):

Code: Select all

1. Open IDE
2. Minimize it
3. Double click on any .pb file (file handled by PB)
4.IDE will IMA, ate 100%CPU
Thanks.
2.

Code: Select all

XIncludeFile "C:\test\TabBarGadget.pbi" 
....
....
then
PB doesn't do Autocomplete Procedure inside TabBarGadget.pbi (I am using default setting of IDE)
3. Select block text (by Alt + left mouse), then paste, below line of position-paste will disappear.

Thanks.
freak
PureBasic Team
PureBasic Team
Posts: 5929
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: 5.10b3 - IDE bug: i have 3 bugs

Post by freak »

1. has been marked fixed.
sec wrote:2.

Code: Select all

XIncludeFile "C:\test\TabBarGadget.pbi" 
....
....
then
PB doesn't do Autocomplete Procedure inside TabBarGadget.pbi (I am using default setting of IDE)
You have to create a project for AutoComplete across multiple files (or configure the IDE for AutoComplete on open files only). The IDE does not parse the XIncludeFile statement. This is not a bug.
quidquid Latine dictum sit altum videtur
Post Reply