axtens / PelotonIDE

0 stars 0 forks source link

Creation of new tab from translation updates Tab1's language #15

Closed axtens closed 11 months ago

axtens commented 11 months ago

Steps to reproduce

  1. write some code in English
  2. translate to French
  3. save translation result
  4. click on Tab1 - it's interpreter language in bottom left will be french but it's interpreter language in the menu will still be english
axtens commented 11 months ago

Currently not showing /# in command line when translated to variable length

axtens commented 11 months ago

I'm having a hard time working something out. So here's the challenge (the source is in the master) I'm working on: I load a .PR file and thus a second tab is created. I hit the transform button (which I've connected to the translator). You panel comes up and I select French, Variable, Spaced (all enabled now). I hit "Save" and a third tab is created. The result of the translation is put into the third tab. The .Text of the languageName box in the status bar is updated. However it does not appear! Instead it stays at the language of the PR file that was loaded. However, if I click on Tab1 and then back to Tab3, the language suddenly appears as it was actually set to, namely French.

What am I doing wrong here?

axtens commented 11 months ago

Fixed by Hakob