AZJIO
I tried to paint over the entire Header, but I couldn't get it to work properly.
Add procedure
Procedure SubclassedListIcon(hwnd, msg, wparam, lparam)
Protected hdi.hd_item, result,*nmhdr.NMHDR, *pnmcd.NMCUSTOMDRAW, text$
result = CallWindowProc_(oldListIconCallback, hwnd, msg, wparam ...
Search found 6 matches
- Fri Feb 17, 2023 11:57 pm
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
- Fri Feb 17, 2023 8:06 am
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
Re: Show all occurrences of a word in the IDE
This field is for entering your own regular expression.
fixed
Also, make regular expressions in the ini-file and load them, that is, the person himself decides what he will have in this list.
At the first start, the regular expressions already described here are saved in the ini file, at the ...
fixed
Also, make regular expressions in the ini-file and load them, that is, the person himself decides what he will have in this list.
At the first start, the regular expressions already described here are saved in the ini file, at the ...
- Thu Feb 16, 2023 3:25 pm
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
Re: Show all occurrences of a word in the IDE
Implemented the launch of only one copy of the window, subsequent calls are redirected to the first instance.
Divided regular expressions into name and pattern. Only the name is displayed in the combobox.
AZJIO , do you implement scrolling of the selected line to the middle of the window ...
Divided regular expressions into name and pattern. Only the name is displayed in the combobox.
AZJIO , do you implement scrolling of the selected line to the middle of the window ...
- Thu Feb 16, 2023 10:38 am
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
Re: Show all occurrences of a word in the IDE
Maybe then return the table header
Returned the table header, and placed the search text and line number in it on the first call, when calling the GoRegExp () procedure, the table header is hidden
; ----------------------------------------------------------------------------
; File ...
- Thu Feb 16, 2023 7:17 am
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
Re: Show all occurrences of a word in the IDE
AZJIO
I need this information, let's say I'm looking for in which procedure this variable or with the same name is still used, and here it's immediately obvious. With a back button, yes, such a position is also needed, but I think that it’s better not to have a button, but the very first entry in ...
I need this information, let's say I'm looking for in which procedure this variable or with the same name is still used, and here it's immediately obvious. With a back button, yes, such a position is also needed, but I think that it’s better not to have a button, but the very first entry in ...
- Thu Feb 16, 2023 3:33 am
- Forum: The PureBasic Editor
- Topic: Show all occurrences of a word in the IDE
- Replies: 63
- Views: 35952
Re: Show all occurrences of a word in the IDE
Added to the header the name of the procedure from which the window was called, if the call was from the body of the procedure. Also added to the reference an indication of the procedure in which it was found. ; ----------------------------------------------------------------------------
; File ...
; File ...