Cabbage Logo
Back to Cabbage Site

Last total feed (fixed)

Win8 x64, Cabbage 1.02, It is not installed Csound.
Hi Rory,

I point out to you a few things that do not work well in this latest version, (take your time, is a minor request/bugs :wink: )

  • the vslider/hslider opcode don’t open the Cabbage manual;
  • the ā€œHelp/view the Cabbage Manualā€ option, don’t work;
  • Is possible to add the ā€œauto select the last usb/midi keyboard that I usedā€, when I forgot to turn on my usb keyboard function?
  • It’s possible to add/remove multiple line comment at mouse right click on code selection?
  • Is possible to do so that the graphical part of keyboard is always centered on C3?
  • when I close an auxiliary file, but I have in the foreground ANOTHER Csound code, Cabbage closes completely;
  • very useful thing is display the ā€œsyntax descriptionā€ even just when I select an Cabbage/Csound opcode;
  • The same ā€œcursor blackā€ problem it was found in all the Cabbage widgets: if I click in the window for insert the value manually, I don’t see the cursor (Black background)…
  • Why when I write 0 to X position of a widget, this is not a 0 x pos?
  • I often have to ā€œReload Instrumentā€ 2 times to view the update (es: when I change one argument of gentable, for viewing the change, I must to ā€œReload Instrumentā€ 2 times every time).

these are all things that I have found in the last Rev…
thanks for all

R

Thanks. I’ll take a look at all of these for you.

Hi,
I pointed to 3 other minor req/bugs found:

  • many Csound/Cabbage opcodes are not highlighted;
  • is possible to set the text align inside the combobox?
  • the undo function operate two time every time: if I undo one operation, I go back of two operations every time;

Thanks…

R

Thanks again. Btw, I have a list of opcodes that gets syntax highlighted. But it’s not a full list. I am aware that some are missing, I just don’t know which ones. Perhaps you could start a new thread called ā€˜Opcodes not supported by syntax highlighter’. And post all the ones you find there? Hopefully others will post there also and we’ll start to build up a better picture of what’s missing.

  • the vslider/hslider opcode don’t open the Cabbage manual;
  • fixed
  • the ā€œHelp/view the Cabbage Manualā€ option, don’t work;
  • fixed
  • Is possible to add the ā€œauto select the last usb/midi keyboard that I usedā€, when I forgot to turn on my usb keyboard function?
  • this works for me here on Linux, but I’ll need to check it on Windows. I feel it should also work there but I’m not 100% sure.
  • It’s possible to add/remove multiple line comment at mouse right click on code selection?
  • fixed
  • Is possible to do so that the graphical part of keyboard is always centered on C3?
  • you can set the lowest key to appear by using the value() identifier
  • when I close an auxiliary file, but I have in the foreground ANOTHER Csound code, Cabbage closes completely;
  • fixed
  • very useful thing is display the ā€œsyntax descriptionā€ even just when I select an Cabbage/Csound opcode;
  • added
  • The same ā€œcursor blackā€ problem it was found in all the Cabbage widgets: if I click in the window for insert the value manually, I don’t see the cursor (Black background)…
  • fixed
  • Why when I write 0 to X position of a widget, this is not a 0 x pos?
  • that’s because of the resizing routine I have. It’s a headache left over from previous incarnations. If I changed it now it would mess up everyone’s instruments.
  • I often have to ā€œReload Instrumentā€ 2 times to view the update (es: when I change one argument of gentable, for viewing the change, I must to ā€œReload Instrumentā€ 2 times every time).
  • fixed
  • many Csound/Cabbage opcodes are not highlighted;
  • fixed
  • is possible to set the text align inside the combobox?
  • fixed
  • the undo function operate two time every time: if I undo one operation, I go back of two operations every time;
  • what actually happens is that the editor will remove the last word typed. This seems to be the norm with most editors I’ve tested and is not something I’ve implemented myself. I would be a little anxious to go near that code as it’s embedded deep within the JUCE framework. I also think it’s good to be consistent with other editors?

Hi,

I do not know if you’ve fixed all these things in the 1.0.03 release (again many thanks!) …

:flushed:

R

The next release, 1.0.04 will have them. I’m just trying to sort out that pthread dll issue on Windows.

Thanks Rory… and sorry for my incompetence…

R

I don’t understand? But you don’t need to explain :wink: