/[svn]/gigedit/trunk/src/gigedit/scripteditor.cpp
ViewVC logotype

Log of /gigedit/trunk/src/gigedit/scripteditor.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2975 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 22 18:14:29 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 21341 byte(s)
Diff to previous 2964
* Script Editor: Fixed crash on Ctrl + A, followed by Del.
* Bumped version (1.0.0.svn20).


Revision 2964 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 17 22:02:36 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 21254 byte(s)
Diff to previous 2956
* Script Editor: Decreased default font size on Mac to 13.


Revision 2956 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 16 15:31:47 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 21254 byte(s)
Diff to previous 2939
* Script Editor: Added "Font Size ..." to editor's menu.
* Bumped version (1.0.0.svn18).


Revision 2939 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 11 17:58:33 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 19607 byte(s)
Diff to previous 2928
- Script Editor: further increased font size for Mac to 14
  (due to underscore visibility issue).


Revision 2928 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 1 14:09:25 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 19607 byte(s)
Diff to previous 2903
* Script Editor: Fixed editor which did not appear on some systems due
  to missing icons (using now lists of alternative icon names).
* Bumped version (1.0.0.svn17).


Revision 2903 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 14:08:34 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 18208 byte(s)
Diff to previous 2901
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid
  masking the common cut text shortcut).
* Script Editor: if editor is used in live-mode, inform the sampler that
  it needs to automatically reload the script after the script has been
  altered and applied with the script editor.
* Bumped version (1.0.0.svn13).


Revision 2901 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 16:10:56 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 18118 byte(s)
Diff to previous 2900
* Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S)
  and "Close" (Ctrl-X).
* Bumped version (1.0.0.svn12).


Revision 2900 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 14:47:34 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 17035 byte(s)
Diff to previous 2899
- Fixed compile error with GTK 2.


Revision 2899 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 14:36:40 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 16960 byte(s)
Diff to previous 2898
* Script Editor: Added status bar at the bottom of the script editor
  window showing the amount (if any) of errors and warnings.
* Bumped version (1.0.0.svn11).


Revision 2898 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 21:17:42 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14148 byte(s)
Diff to previous 2897
* Script Editor: Show a question dialog to the user when the editor is
  to be closed and the script changes have not been applied yet.
* Bumped version (1.0.0.svn10).


Revision 2897 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 20:20:06 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 12413 byte(s)
Diff to previous 2896
* Script Editor: Reverted previous commit regarding error/warning
  icons, since Gtk seems not to be appropriate for handling icons
  correctly that way.
* Script Editor: Show precise parser error/warning messages as tooltip
  when the mouse points over the respective location in the script's
  source code.
* Bumped version (1.0.0.svn9).


Revision 2896 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 14:51:55 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 13341 byte(s)
Diff to previous 2890
* EXPERIMENTAL: Show error/warning icon at the respective script
  locations of instrument script editor.
* Bumped version (1.0.0.svn8).


Revision 2890 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 25 17:35:21 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 10853 byte(s)
Diff to previous 2887
* Script Editor: Added support for liblinuxsampler's NKSP parser
  backend for displaying parser errors and warnings directly within
  the source code (for now simply errors cause a red background color
  at the relevant location, and warnings a yellow background color;
  error text / warning text is not displayed yet).
* Bumped version (1.0.0.svn4).


Revision 2887 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 22 17:10:51 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 9067 byte(s)
Diff to previous 2886
* Script Editor: Some color tweaks (using now same text colors as on
  the NKSP refrence documentation website).
* Bumped version (1.0.0.svn3).


Revision 2886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 22 15:55:08 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 8924 byte(s)
Diff to previous 2845
* Automake: set environment variable GCC_COLORS=auto to allow GCC to
  auto detect whether it (sh/c)ould output its messages in color.
* Instrument script editor: Added support for liblinuxsampler's
  NKSP syntax highlighting backend.
* Bumped version (1.0.0.svn2).


Revision 2845 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 20 10:18:22 2015 UTC (8 years, 6 months ago) by persson
File length: 5861 byte(s)
Diff to previous 2664
* avoid using gtk stock items, as they are deprecated in gtk 3.10


Revision 2664 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 5 19:43:14 2014 UTC (9 years, 8 months ago) by schoenebeck
File length: 5857 byte(s)
Diff to previous 2610
* If launched by the sampler ("live-mode"): automatically
  select and show the instrument which the sampler requested
  gigedit to edit.
* OS X: Increased instrument script editor's font size by 20%.


Revision 2610 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 8 19:09:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 5779 byte(s)
Diff to previous 2604
* GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
  instruments. Script slots define which scripts shall be executed for an
  instrument by the sampler and in which order.


Revision 2604 - (view) (download) (annotate) - [select for diffs]
Added Sat Jun 7 22:34:31 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 5718 byte(s)
* GIG SOUND FORMAT EXTENSION: Added support for managing and
  editing real-time instrument scripts. Instrument scripts are
  a LinuxSampler extension of the original Giga format and will
  not load with the GigaStudio software.
* Added a new tab "Scripts" where script groups and scripts can
  be created and deleted.
* Added an initial script editor.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC