/[svn]/linuxsampler/trunk/src/shell/lscp.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/shell/lscp.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2528 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 3 12:02:40 2014 UTC (10 years, 1 month ago) by schoenebeck
File length: 17857 byte(s)
Diff to previous 2525
* LSCP shell: in case of multiple possibilities or non-terminal symbols,
  show them right to the current command line immediately while typing
  (no double tab required for this feature, as it would be the case in
  other shells)
* LSCP shell: fixed sluggish behavior when doing tab auto complete
* LSCP shell: fixed conflicting behavior between keyboard input and
  LSCP server evaluation result, that caused an inconsistent screen
  output (keybord input is now never printed directly on screen, only
  the result returned from LSCP server)


Revision 2525 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 24 17:52:51 2014 UTC (10 years, 1 month ago) by schoenebeck
File length: 16498 byte(s)
Diff to previous 2518
- Just updated comments regarding auto completion implementation and
  other LSCP shell features.


Revision 2518 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 8 00:49:30 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 12924 byte(s)
Diff to previous 2517
* LSCP shell (WIP): added support for browsing the command
  history with up / down keys.
* LSCP server: fixed compilation error with Bison 3.x.
* Bumped version (1.0.0.svn31).


Revision 2517 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 7 19:53:09 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 10657 byte(s)
Diff to previous 2516
* LSCP shell (WIP): show a prompt & welcome message
* LSCP shell (WIP): fixed startup crash that happened
  on some systems
* Bumped version (1.0.0.svn30).


Revision 2516 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 6 21:11:23 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 9878 byte(s)
Diff to previous 2515
* WIP: LSCP Shell: implemented support for auto-correction of       
  obvious and trivial LSCP syntax mistakes, support for
  auto-completion by tab key and visual completion suggestion
  while typing.
* Bumped version (1.0.0.svn29).


Revision 2515 - (view) (download) (annotate) - [select for diffs]
Added Wed Feb 5 20:45:18 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 6622 byte(s)
* WIP: Introducing the LSCP shell: for now, providing color
  highlighting while typing (indicating correct part bold white,
  incorrect part red, and turning green when the command is
  complete. The shell application is implemented as thin client,
  that is the parser work is performed on sampler side and the
  shell application is just providing output formatting.
* Bumped version (1.0.0.svn28).


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