PB520 x64 - Various IDE problems

Post bugs related to the IDE here
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

PB520 x64 - Various IDE problems

Post by luis »

I tried to search for this because I seem to recall a screenshot showing the same problem but I didn't find it... so sorry if already reported.

Preferences -> Edit -> Always hide the error log

If you set the option the edit area for the code remain the same, with an inaccessible grey strip where the error log was.

This, paired with this -> http://www.purebasic.fr/english/viewtop ... 24&t=54870 (you cannot automatically hide the tool panel) waste a big percentage of the screen, something precious especially on a notebook.

See sshot.

Image


OSX 10.8.5

EDIT: causing in some way a resize of the area, for example passing the IDE in fullscreen and then back, or maximizing the window with "+", remove the grey strip and all the edit area is accessible. This until you quit and then relaunch the IDE. At least this suggest it should be easy to fix the problem.
"Have you tried turning it off and on again ?"
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PB520 x64 - Various IDE problems

Post by luis »

Also in the same image please note hidden files are shown in the explorer, even if the relative option is disabled.

Image

OSX 10.8.5
"Have you tried turning it off and on again ?"
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: PB520 x64 - Various IDE problems

Post by Danilo »

Another IDE problem (PB5.21 LTS x86+x64):
- Double click on "XIncludeFile" to open the include file.
- Now switch back to the original source or close the included file
- Move the mouse cursor (without clicking)

After switching back to the file where you clicked "XIncludeFile", the mouse cursor
is in selection mode. Moving the mouse selects text, even if there is no mouse button down.
Start of the selection is the word "XIncludeFile" that you double clicked previously.
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: PB520 x64 - Various IDE problems

Post by Danilo »

Another IDE problem (PB5.21 LTS x86+x64):
- Code completion popup window does not close automatically when changing editor lines

Test source:

Code: Select all



a


Go behind "a" and press key 'b' to open the code completion popup.
Now you can change lines by doing left mouse button click in line 1 or line 2,
and you can change the line with cursor keys left + right. The popup window stays open.

Image

When doing real editing, the code completion popup window stays in my way very often
because it does not close automatically when changing lines.
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: PB520 x64 - Various IDE problems

Post by Danilo »

Another IDE problem (PB5.21 LTS x86+x64):
- Procedure browser not refreshed after closing preferences window with button [OK]


Have a normal PB IDE window open, with procedure browser on the left side:

Image

Now open preferences with menu: PureBasic -> Preferences
Do not change anything.
Press button [OK] to close preferences.

Procedure browser is now in a non-refreshed or hidden state:

Image

It does not happen when closing the preferences window with button [Cancel]. Just happens with button [OK].
Lebostein
Addict
Addict
Posts: 833
Joined: Fri Jun 11, 2004 7:07 am

Re: PB520 x64 - Various IDE problems

Post by Lebostein »

Another problem is the autocomplete window, if the cursor is at the bottom of the screen. Then the autocomplete window is very small or invisible!
Post Reply