Function Library - Add CRLF on enter, hWndControl Param replacement

Started by Brian Chirgwin, November 11, 2009, 01:59:38 PM

Previous topic - Next topic

Brian Chirgwin

Hi Paul,

Using FireFly 3 I am picking up on a few little things here and there that could improve productivity.

When adding a line of code from the Function Library it would be nice if it added a CRLF after hitting enter.
This will allow multiple commands to be added at one time and not have them appear all on the same line.

For example,

FF_ComboBox_ResetContent( ByVal_hWndControl_As_Dword )
FF_ComboBox_AddString( ByVal_hWndControl_As_Dword, ByVal_sText_As_String )

In addition, a nice feature would be a combobox on the Function Library that listed the controls of the form(s). This would allow selecting the control and have ByVal_hWndControl_As_Dword replaced with the HWND selected from the combobox. Text could also be entered to allow one to use a parameter name (hWnd or whatever the name is) if being placed in a function. I think this explains it well.