Amr Hesham

Results 81 comments of Amr Hesham

@ansh2166 Hello bro, thanks for your suggestion, I will add a full example that will cover most of the syntax of HTML but for now you can start with just...

Hello @ansh2166, The problem of highlighted string content is because the order of the patterns try to change the order of keyword with the string patterns, If it not solved...

> Thanks for this library and that regex code, I just made an app using it You're welcome, I am very happy to see your app, good work

> BTW, can we add custom font? Sure you can add it easily, remember that CodeView is based on `MultiAutoCompleteTextView` class, so you can change the font easily using `setTypeface`...

@AddyDevz Yes it looks very cool I will use this font in the example app 😄 Thank you for the suggestion and demo screenshot

> I'm not so pro in regex patterns, is there any possibility to detect css stuff start, more precisely like `.mydiv {` Hello @rudrathedev You can use some regex like...

@ansh2166 We can keep it opened for now because it has a lot of good Q&As

Hello @SasmitaNovitasari. The exception stack trace show some positions from verticalstepperform library so the problem maybe from it, ``` at ernestoyaquello.com.verticalstepperform.StepHelper.initialize(StepHelper.java:68) at ernestoyaquello.com.verticalstepperform.VerticalStepperFormView.initializeStepHelper(VerticalStepperFormView.java:837) at ernestoyaquello.com.verticalstepperform.VerticalStepperFormView.initializeForm(VerticalStepperFormView.java:823) at ernestoyaquello.com.verticalstepperform.Builder.init(Builder.java:539) ``` Can you...

@SasmitaNovitasari I tested the example app on Emulator with version 5.1, The problem is that Old Android versions didn't support regex named group so i updated the example app regex,...