Mihai Ciuraru

Results 36 comments of Mihai Ciuraru

Looks like there's an artificial restriction [here](https://github.com/Pulover/PuloversMacroCreator/blob/b88433ed7469b3f260d38eaac6d3c4ad9b8b8a0e/LIB/Recording.ahk#L429) Don't fully understand what that does but if I remove the `(InStr(m_Class, "#32") > 1)` part, it works fine.

Thanks, this is useful info. I'm thinking to add some logic to automatically delete the entry under the old column when changing the plugin column name.

@hilari0n I'll have to investigate the renaming option, it might be a bit tricky. Currently I'm using a `ColumnProvider` class from KeePass which abstracts a lot of the functionality. If...

I can look into it but in the mean time you can deactivate the warning from the plugin options. I suppose it’s a bit tedious since you’d have to toggle...

Weird, does this happen every time? Maybe it’s some caching issue.

It could be related to .NET versions, since the latest versions of the plugin require .NET 4.5 See this discussion, there’s an advice to comment out older .NET versions from...

@S-Simon no, I gave up on this problem some time ago

Hi I haven't updated this plugin in a while but any feedback is appreciated. I don't fully understand your workflow, but you can achieve this with the command below, although...

It's not too hard to iterate over the directories you've added in `vimpanel`. There is a `g:VimpanelRoots` global variable that holds all the paths. However I'm not sure how you...

You're right... Not to mention that the paths are dynamic, they can change when you add or remove folders to the panel. Hmm, the way I see it there are...