/[svn]/linuxsampler/trunk/src/shell
ViewVC logotype

Log of /linuxsampler/trunk/src/shell

View Directory Listing Directory Listing


Sticky Revision:

Revision 2528 - Directory Listing
Modified Mon Mar 3 12:02:40 2014 UTC (10 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Mon Feb 24 17:52:51 2014 UTC (10 years, 2 months ago) by schoenebeck
- Just updated comments regarding auto completion implementation and
  other LSCP shell features.


Revision 2518 - Directory Listing
Modified Sat Feb 8 00:49:30 2014 UTC (10 years, 3 months ago) by schoenebeck
* 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 - Directory Listing
Modified Fri Feb 7 19:53:09 2014 UTC (10 years, 3 months ago) by schoenebeck
* 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 - Directory Listing
Modified Thu Feb 6 21:11:23 2014 UTC (10 years, 3 months ago) by schoenebeck
* 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 - Directory Listing
Added Wed Feb 5 20:45:18 2014 UTC (10 years, 3 months ago) by schoenebeck
* 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).


  ViewVC Help
Powered by ViewVC