Page 1 of 1

5.10b3 - IDE bug: i have 3 bugs

Posted: Sat Jan 12, 2013 8:41 am
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.

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

Posted: Tue Nov 12, 2013 1:49 am
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.