OhMyREPL.jl Versions Save

Syntax highlighting and other enhancements for the Julia REPL

v0.5.24

3 months ago

OhMyREPL v0.5.24

Diff since v0.5.23

Merged pull requests:

  • adjustment to JuliaLang/Pkg.jl#3777 (#339) (@aviatesk)

Closed issues:

  • $TERM supports 256 colors, but don't have colors (#333)
  • This demo of v1.10's feature [[], [], [,] [], []] fails with OhMyREPL (#335)
  • Donot work when julia binary runs with command-line arguments. causing issue is repl in emacs julai-snail package (#337)

v0.5.23

6 months ago

OhMyREPL v0.5.23

Diff since v0.5.22

Merged pull requests:

  • Show tab complete hints, if supported (#330) (@IanButterworth)

v0.5.22

11 months ago

OhMyREPL v0.5.22

Diff since v0.5.20

Closed issues:

  • Character drifts in my REPL when using OhMyREPL and v1.9-rc1's IPython mode together (#313)
  • Indentation of continuation lines broken when using non-standard input prompt (#315)
  • Noticeable lag when importing with ProgressLogging.jl (#316)

Merged pull requests:

  • Add JuliaSyntax-0.4 as a compatible version (#323) (@c42f)

v0.5.20

1 year ago

OhMyREPL v0.5.20

Diff since v0.5.19

Closed issues:

  • stuff after # in branches highlighted as comments (#125)
  • deprecated highlighting for type (#171)
  • OMR falis after upgrading to v0.5.18 (#307)
  • Red background for -- (#310)

Merged pull requests:

  • only syntax highlight the julia prompt (#311) (@KristofferC)

v0.5.19

1 year ago

OhMyREPL v0.5.19

Diff since v0.5.18

Closed issues:

  • OMR fails after JuliaSyntax upgrading to v0.3.3 (#308)

Merged pull requests:

  • Use post-parse JuliaSyntax.tokenize() API (#306) (@c42f)
  • add a red background for error tokens (#309) (@KristofferC)

v0.5.18

1 year ago

OhMyREPL v0.5.18

Diff since v0.5.17

Merged pull requests:

  • move to JuliaSyntax.jl over Tokenize.jl (#277) (@KristofferC)
  • Add OneLight/TommorowDay themes, update bracket colours (#304) (@tecosaur)
  • change precompile strategy to FakePTYs (#305) (@KristofferC)

v0.5.17

1 year ago

OhMyREPL v0.5.17

Diff since v0.5.16

Merged pull requests:

  • fix output prompt writing on 1.8 (#303) (@KristofferC)

v0.5.16

1 year ago

OhMyREPL v0.5.16

Diff since v0.5.15

Closed issues:

  • 1.9 issue: switched active module name not being displayed when loaded in startup.jl (#299)

Merged pull requests:

  • added Dracula color scheme (#300) (@ExpandingMan)
  • kill precompilation process if it is too slow (#301) (@KristofferC)
  • only override prompts if they have been changed (#302) (@KristofferC)

v0.5.15

1 year ago

OhMyREPL v0.5.15

Diff since v0.5.14

Closed issues:

  • Characters slow to appear at first load (#242)
  • "Script" jldoctest stripped in help> (#264)
  • How can I type the matrix like this? (#266)
  • Bug when using OhMyREPL in startup.jl: Adds too many ]s. (#269)
  • Tokenize.Tokens.LEFT_ARROW not found (#280)
  • Scrolling through history does not syntax highlight output. (#295)

Merged pull requests:

  • default to 256 color with julia1.5.3 and later on windows (#250) (@MarcMush)
  • Describe fuzzy search keyboard and mouse commands (#287) (@pbouffard)
  • add a precompile workload (#296) (@KristofferC)
  • reinsert keybinds after Pkg (#297) (@KristofferC)
  • fix coloring when scrolling through history (#298) (@KristofferC)

v0.5.14

1 year ago

OhMyREPL v0.5.14

Diff since v0.5.12

Closed issues:

  • Allow to not override output_prompt (bug, arguably) (#267)
  • Ctrl R to search and --load option when launching Julia (#271)
  • Would like numbered REPL prompts (#274)
  • IOError: unlink("C:\Users\...\.julia\compiled\v1.9\OhMyREPL\08e1i_wox7V.dll"): permission denied (EACCES) (#290)
  • Cannot see Out prompt in REPL in v1.9.0-rc1 after setting code in startup.jl (#294)

Merged pull requests:

  • update output prompt to later Julia versions (#279) (@KristofferC)
  • Add GitHub colorschemes (#289) (@adrhill)