BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
230 stars 61 forks source link

Any way to set a hint? #79

Closed jaredsburrows closed 1 year ago

mack-at-pieces commented 1 year ago

@jaredsburrows I have a branch for this, but @BertrandBev I need write permissions to push my branch to the origin and create a PR

BertrandBev commented 1 year ago

@mack-at-pieces have you tried to create a fork, push to your fork and then open up a PR? That should work just fine

mack-at-pieces commented 1 year ago

@BertrandBev wasn't sure how that would play out since I already had a fork with updates on it's master branch, but seems to have worked out just fine 👍🏼 #80

BertrandBev commented 1 year ago

Great, thanks @mack-at-pieces !

jaredsburrows commented 1 year ago

@BertrandBev When will this be released?

BertrandBev commented 1 year ago

Not sure, do you need it soon?

jaredsburrows commented 1 year ago

No rush just nice to have. "Type your code here".

Jared Burrows

@.*** LinkedIn: https://www.linkedin.com/in/jaredsburrows

On Wed, Jul 12, 2023, 12:56 PM Bertrand @.***> wrote:

Not sure, do you need it soon?

— Reply to this email directly, view it on GitHub https://github.com/BertrandBev/code_field/issues/79#issuecomment-1632889975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANIYSCQSRMWXYYTPQXMNDDXP3JLVANCNFSM6AAAAAAZ7Q2OKU . You are receiving this because you were mentioned.Message ID: @.***>

mack-at-pieces commented 1 year ago

@jaredsburrows just add this to your pubspec.yaml as the code_field dependency until it's updated on pub.dev

code_field:
  git: 
    url: https://github.com/BertrandBev/code_field
    ref: 59ae52ab3e6f8de0db4b00cfe637e89d6dd2decb
jaredsburrows commented 1 year ago

Thank you @mack-at-pieces.

I got it working with:

dependencies:
#  code_text_field: ^1.1.0 # https://pub.dev/packages/code_text_field
  code_text_field:
    git:
      url: https://github.com/BertrandBev/code_field
      ref: 59ae52ab3e6f8de0db4b00cfe637e89d6dd2decb

I'll revert it back hen it is officially released.

jaredsburrows commented 1 year ago

@mack-at-pieces @BertrandBev Thanks! Works great.