dail8859

Results 249 comments of dail8859

@WinterSilence Yes that adds yet another level of complexity which makes this feature that much more difficult to do correctly.

By all means please create a regex the properly parses out all the different parts of a function/method definition and I'll gladly incorporate it. My suspicion is it is easy...

> why u dont use Doxgen for parsing? I'm not sure what you mean by this.

I can definitely see this would be beneficial. However I'll have to give the implementation some thought. I could see some cases where someone might want more logic than just...

@Bartimaeus- I agree this is definitely a nice way to add some flexibility to allow multiple formats for each language. However there is alot more that goes into it than...

> ...was more thinking of it an auto-completer function. For this kind of functionality I'd recommend a plugin specifically made to handle snippets. I have used some in the past...

I'll definitely try to give this some thought soon. My biggest dread is doing anything GUI related at all. All the plugins I developed after this one have minimal or...

Yeah I also agree it is an excellent idea. I'm just not sure how easy it will be to do though. Scintilla provides a way to register custom undo/redo actions...

It depends exactly what you are needing to do. At the lowest level (Scintilla) the `SCK_TAB` key is bound to the `SCI_TAB` command. I can't say for sure why it...

I've thought about adding that functionality to this plugin to be able to hook the keyboard input from Lua which would allow users to do something before, after, block, alter,...