Re: [Lazarus] Procedure List in Lazarus IDE

2016-02-28 Thread Juha Manninen
On Feb 26, 2016 3:03 PM, "Graeme Geldenhuys" wrote: > > > I turned ProcedureList into a proper IDE window in r50908. > > Juha, please revert that patch - it broke Procedure List completely! Reverted in r51478. Juha --

Re: [Lazarus] Procedure List in Lazarus IDE

2016-02-26 Thread Graeme Geldenhuys
On 2015-12-18 19:58, Juha Manninen wrote: > I turned ProcedureList into a proper IDE window in r50908. Juha, please revert that patch - it broke Procedure List completely! It is now in an unusable state. See my message thread "Procedure List dialog regressions" for details. I reverted it

Re: [Lazarus] Procedure List in Lazarus IDE

2015-12-20 Thread Graeme Geldenhuys
On 2015-12-18 19:58, Juha Manninen wrote: > I remember Graeme mentioned that some features broke or disappeared > during the years. I did not find the post any more I couldn't find that post either, but off the top of my head I know the following: * The icons next to each method, function,

Re: [Lazarus] Procedure List in Lazarus IDE

2015-12-19 Thread Juha Manninen
On Sat, Dec 19, 2015 at 6:02 PM, Mattias Gaertner wrote: > How can the user distinguish duplicates in the combobox? He can't. The class names are meant to work as filters. Duplicates make no sense. I will fix it using a temp StringList, I was just hoping somebody could

Re: [Lazarus] Procedure List in Lazarus IDE

2015-12-19 Thread Mattias Gaertner
On Fri, 18 Dec 2015 22:26:46 +0200 Juha Manninen wrote: > On Fri, Dec 18, 2015 at 9:58 PM, Juha Manninen > wrote: > > 3. There is a weird issue in adding data to Objects Combobox.Items. It > > was updated in FormCreate. Same duplicate class

Re: [Lazarus] Procedure List in Lazarus IDE

2015-12-19 Thread Mattias Gaertner
On Sat, 19 Dec 2015 18:25:36 +0200 Juha Manninen wrote: > On Sat, Dec 19, 2015 at 6:02 PM, Mattias Gaertner > wrote: > > How can the user distinguish duplicates in the combobox? > > He can't. > The class names are meant to work as filters.

Re: [Lazarus] Procedure List in Lazarus IDE

2015-12-18 Thread Juha Manninen
On Fri, Dec 18, 2015 at 9:58 PM, Juha Manninen wrote: > 3. There is a weird issue in adding data to Objects Combobox.Items. It > was updated in FormCreate. Same duplicate class names get added to > Items many times but the list shows only one unique instance. > Now the

[Lazarus] Procedure List in Lazarus IDE

2015-12-18 Thread Juha Manninen
I turned ProcedureList into a proper IDE window in r50908. It is not ready yet. There are open issues, patches to solve them are welcome. 1. The window cannot be docked when AnchorDocking is installed. I have not studied yet how to do it. 2. I replaced the filter edit and its handler code with