<gbruno>
[github] damienmarchal edited pull request #5809 (Makes TabManager::editor and MainWindow::activeEditor methods to decrease code coupling and transparency ) https://github.com/openscad/openscad/pull/5809
GNUmoon has joined #openscad
<buZz>
oh!
<buZz>
i opened openscad-nightly the other day and realized ;
<buZz>
there's no keyboard shortcuts for the buttons on the initial window, with 'new' buttons etc
<buZz>
i wanted to press alt+N to click the 'new' button
<buZz>
feels like loweffort accessibility improvement imho :)
<buZz>
or maybe give 'new' button focus by default, or tabindex 'next one over'
<gbruno>
[github] damienmarchal synchronize pull request #5793 (Move import related things out of MainWindows & fix a small issue in TabManager::openTabFile) https://github.com/openscad/openscad/pull/5793
<gbruno>
[github] damienmarchal synchronize pull request #5793 (Move import related things out of MainWindows & fix a small issue in TabManager::openTabFile) https://github.com/openscad/openscad/pull/5793
<teepee>
buZz: good idea
<gbruno>
[github] damienmarchal edited pull request #5809 (Makes TabManager::editor and MainWindow::activeEditor object's methods to decrease code coupling and transparency ) https://github.com/openscad/openscad/pull/5809
dingodoppelt has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
lostapathy has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
lostapathy has joined #openscad
fling has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
fling has joined #openscad
<J25k>
teepee the "print service" button works but shouldn't it vanish if that feature is disabled?
mmu_man has quit [Ping timeout: 272 seconds]
mmu_man has joined #openscad
dingodoppelt has quit [Remote host closed the connection]
dingodoppelt has joined #openscad
teepee has joined #openscad
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
<teepee>
J25k: the disable is only for "remote" print services, I don't think it's supposed to be disabled completely
<J25k>
but if disabled local services are too (but the button is there)
<J25k>
ah no i hadn't select the service.. ok all good
<gbruno>
[github] kintel closed pull request #5793 (Move import related things out of MainWindows & fix a small issue in TabManager::openTabFile) https://github.com/openscad/openscad/pull/5793
<gbruno>
[github] kintel pushed 2 additions 4 modifications (Move import related things out of MainWindows & fix a small issue in TabManager::openTabFile (#5793) * Move import related things out of MainWindows & fix possible issue un openTabFile The importing rules are now shared by all windows and not instance specific. The condition in openTabFile() looked weird as it was accessing the knownFileExtensions[suffix] even if knownFileExtensions.contains(suffix) was f