Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 23:29:41 Graeme Geldenhuys wrote: > > It was not a parsing error. I retrieved the filename only from the > source editor window, instead of the full directory and > filename. > Ouch, I recommended that, sorry. :-( Martin

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
For those keeping score On 2016-10-19 11:38, Graeme Geldenhuys wrote: > Outstanding features and known problems: > > 1. On closing the Procedure List dialog a "Access Violation" error pops >up. I have no idea why this happens yet. I have double

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-20 09:04, Graeme Geldenhuys wrote: > 10. I noticed that the Procedure List implementation in MSEide doesn't > always parse all units - throwing some error. Yet that exact same > code in fpGUI's Maximus (the code was copied and pasted from > Maximus) works correctly on the

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-20 10:32, Martin Schreiber wrote: > I pushed the changed project to Gitlab: > https://gitlab.com/mseide-msegui/mseide-msegui/tree/procedurelist Awesome, thank you very much Martin. I made another minor change in Github. While grid has focus, pressing Enter will jump to line number as

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Thursday 20 October 2016 10:02:21 Graeme Geldenhuys wrote: > On 2016-10-19 12:03, Martin Schreiber wrote: > > Activate .datacols.options co_nofocus. > > Thank you, I made that change as well as managed to register the > Procedure List in the IDE global shortcuts dialog. All changes are in my >

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Martin Schreiber
On Wednesday 19 October 2016 12:38:03 Graeme Geldenhuys wrote: > > Outstanding features and known problems: > > 1. On closing the Procedure List dialog a "Access Violation" error pops >up. I have no idea why this happens yet. I have double checked an >

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-19 11:40, Graeme Geldenhuys wrote: > 9. Toolbar needs to be implemented to configure the Procedure List > dialog. eg: change the filter matching between "anywhere", "at > start", "at end" etc. 10. I noticed that the Procedure List implementation in MSEide doesn't always

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-20 Thread Graeme Geldenhuys
On 2016-10-19 12:03, Martin Schreiber wrote: > Activate .datacols.options co_nofocus. Thank you, I made that change as well as managed to register the Procedure List in the IDE global shortcuts dialog. All changes are in my Github repository. Any idea how to change the selected row's font color.

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 23:22:57 Fred van Stappen wrote: > > @ Martin, is it possible to use a url-link to show one topic of MSE forum ? > Search it in mail-archive: https://www.mail-archive.com/mseide-msegui-talk@lists.sourceforge.net/ or mailman

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Fred van Stappen
016 15:56 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide 2016-10-19 15:27 GMT+02:00 Fred van Stappen <fi...@hotmail.com<mailto:fi...@hotmail.com>>: > What I'm missing the most is code completition :/ Huh, code comple

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Krzysztof
2016-10-19 15:27 GMT+02:00 Fred van Stappen : > > What I'm missing the most is code completition :/ > > Huh, code completion is working. > >From when? I'm shocked. Is it new functionality? How to show that menu? CTRL+SPACE, ALT+SPACE doesn't work

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Fred van Stappen
> What I'm missing the most is code completition :/ Huh, code completion is working. [cid:b032c757-d27f-48a0-9cad-fc390b6aff1c] -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Krzysztof
What I'm missing the most is code completition :/ . Any progress with this case? Can't imagine how you guys can coding from memory or jump on documentation :( -- Check out the vibrant tech community on one of the world's

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 12:38:03 Graeme Geldenhuys wrote: > > 7. Individual cells should not be selectable (focusable) in the grid. > Activate .datacols.options co_nofocus. Martin -- Check out the vibrant tech

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 12:38:03 Graeme Geldenhuys wrote: > Hi > > I've finally got the "Procedure List" add-on for MSEide to a point were > it is working. Not perfectly, but usable at least. ;-) > Great! Just what I can say on the fly, I need to dig deeper later: > > 3. The first column in

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Graeme Geldenhuys
On 2016-10-19 11:38, Graeme Geldenhuys wrote: > 8. I still need to figure out how to register the Procedure List in the >IDE Shortcuts dialog, so the shortcut can be user configurable. 9. Toolbar needs to be implemented to configure the Procedure List dialog. eg: change the filter

[MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Graeme Geldenhuys
Hi I've finally got the "Procedure List" add-on for MSEide to a point were it is working. Not perfectly, but usable at least. ;-) The code can be found in the "procedurelist" branch on my msegui repository on Github. https://github.com/graemeg/msegui/tree/procedurelist Attached a two