XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic
Other
169 stars 39 forks source link

Combobox problem, problems with display type hints and problems with searchbars #622

Closed WillyAguilera1977 closed 5 months ago

WillyAguilera1977 commented 7 months ago

There is a problem with the control selection combobox. it is drawn badly

combobox problem

WillyAguilera1977 commented 7 months ago

There are errors with SearchBar of properties. The search text box hides the name of the selected control. There are also problems with the search, it gives incorrect results. Sometimes the IDE crashes when searching or positioning the mouse cursor on a property and starts typing something. For example, I write 'name' in the searchbar. And the results are wrong.

problem with searchbar of properties

WillyAguilera1977 commented 7 months ago

Sorry my english. ### Problems with display type hints the display type hints is sometimes displayed incorrectly. For example, moving the mouse over a property or method displays the data of a subroutine declaration. Problems with display type hints

WillyAguilera1977 commented 7 months ago

The properties window is displayed incorrectly when closing a project.

problem with properties tab

XusinboyBekchanov commented 7 months ago

There is a problem with the control selection combobox. it is drawn badly

You are currently compiling with fbc 1.10.0 or fbc 1.10.1 with the -gen gas64 switch. To solve this problem, you need to compile with the -gen gcc switch or compile with the latest version of the compiler (1.20.0 from 28.01.2024)

XusinboyBekchanov commented 7 months ago

There is a problem with the control selection combobox. it is drawn badly

Fixed: Added: Visible property to TreeListViewItem: https://github.com/XusinboyBekchanov/MyFbFramework/commit/342193a1ddc788cf443d6fb29d3564b33cb0fa37

Added: SearchBar to Properties and Events windows: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/6af0cb4e65f5bc4c37a6738cd94bf685b2361732

XusinboyBekchanov commented 7 months ago

The properties window is displayed incorrectly when closing a project.

This also depends on the previous problem, fixed.

XusinboyBekchanov commented 7 months ago

Sorry my english.

Problems with display type hints

the display type hints is sometimes displayed incorrectly. For example, moving the mouse over a property or method displays the data of a subroutine declaration.

This may also depend on the previous problem, try with the latest changes.

XusinboyBekchanov commented 7 months ago

Sorry my english.

Problems with display type hints

the display type hints is sometimes displayed incorrectly. For example, moving the mouse over a property or method displays >the data of a subroutine declaration.

Fixed: Display type hints when hovering over variables, constants, class names, etc: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/6695bdfd70a38698388370e9a365829fe5f3ba75

hustbeef commented 7 months ago

image The search box is missing when the width of the property windows is reduced. It is better add a searching ico there????

hustbeef commented 7 months ago

image This happened on a High DPI screen.

XusinboyBekchanov commented 7 months ago

This happened on a High DPI screen.

Fixed: Properties and Events Window SearchBar in High DPI: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/ad11b7f312c72bd7cc3c2a519584d8136922e5d5

It is better add a searching ico there????

Yes, if we add an icon, it will be better.