X3N0N
X3N0N
@limelect Instead using **...** `TRichEditStyleHookColor = class(TRichEditStyleHook)` **...** use: **...** `TRichEditStyleHookColor = class(TScrollingStyleHook)` **...**
@Kriggi ``` ... initialization TStyleManager.Engine.RegisterStyleHook(TProgressBar, TStyleHook); finalization TStyleManager.Engine.UnRegisterStyleHook(TProgressBar, TStyleHook); end. ``` Add this to the bottom of your main unit file
> So i ran this command :python3 githubcloner.py --org XXXX -o /output,however there folder Output is empty on my computer . I think i misunderstood the tool but i can't...