yafacex
yafacex
> This is how I'm doing it: > > ```cs > //Method > private unsafe void CreateFont(string fontFile, float fontSize, byte mergeMode, ushort[] charRange) > { > // create the...
By the way,edit control is also recommanded in your command line arguments. For example, i dont want others to delete files.
I experienced similar problems.CountLinesExtension works fine both at Shell Debugger and explorer,but AdvancedContextMenuExtension fails at explorer.Any Ideas?
> I experienced similar problems.CountLinesExtension works fine both at Shell Debugger and explorer,but AdvancedContextMenuExtension fails at explorer.Any Ideas? I comment ToolStripMenuItem's Image.It works.However,I met another problem.When I uninstall the dll...
> > I experienced similar problems.CountLinesExtension works fine both at Shell Debugger and explorer,but AdvancedContextMenuExtension fails at explorer.Any Ideas? > > I comment ToolStripMenuItem's Image.It works.However,I met another problem.When I...
Regular search takes too much time. Can we only implement only "or" and perform multiple KMP searches after splitting? For example: keyword1|keyword2|keyword3, I often use it filter logs by some...