News

 

02/02/2004

Added itcl-doc

Added starpack for Linux on Download-page

02/01/2004

As of version 2.1b14 ASED includes Online-help for tcl/tk and BWidget based upon the help.kit -starkit from David Zolli, which is based upon TKHtml.

12/08/2003

ASED 2.1b11

  • Bugfix: Tab didn´t work for command completion

12/07/2003

ASED 2.1b10

  • Bugfix: Tab didn´t work
  • Bugfix: Hang after update-installation
  • Bugfix: paste large amount of data
  • Bugfix: didn´t focus editor-window when selecting proc in browser-window
  • New: Option to set tab/indention-size

Updated links to tcl/tk download sites

11/10/2003

replaced russian.txt on download-page with russian_win.txt (windows-1251 codepage) and russian_koi8.txt (koi-8R codepage), which were provided by Dennis Y. Parygin

11/09/2003

ASED 2.1b9 uploaded

  • New: automatic keyword-completion
  • New: collapse code (under work yet)
  • Bugfixes: several minor Bugfixes

10/24/2003

Added russian.txt from Dennis Y. Parygin to download-page

09/25/2003

ASED 2.1b8

  • Bugfix: increase/decrease Fontsize

09/20/2003

with thread support compiled binaries for Windows added to this site for download
Click here to download

09/15/2003

Sauli Jarvinen provided a native language file for finnish (thanks a lot!!) which is available via the download section

08/03/2003

ASED 2.1b7

  • Bugfix: make comment block

07/29/2003

ASED 2.1b6

  • Bugfix: restart eval-server
  • Bugfix for Highlighting
  • added support for tclsh for eval-server. Now you can choose any tclsh- or wish-version to run your programs

07/13/2003

ASED 2.1b5

  • Bugfix: Indent-Error "can't read "oldpos" ....." when attempting to shift a selected code segement to the right

07/11/2003

ASED 2.1b4

  • Bugfix: ASED rejects now correct opening the same file twice

07/07/2003

ASED 2.1b3

  • minor Bugfixes
  • improved highlighting performance
  • overwriting a proc during runtime via popup-Menu in Code-Browser, while running a program from within ASED. Once, you started a program within ASED you are able to edit your code and just overwrite a proc at runtime, thus changes take effect imediately without restarting your application.

07/05/2003

ASED 2.1.2b released

  • Bugfix: evalServer should now handle puts statements (writing files ie.) correct. There was still some error. Hope that it will work now fine. I tested the server running ased itself without recognizing any errors
  • Bugfix: Console-Window: pasting of several lines should now work correct
  • New: Colored Syntax-highlighting, maintainable via Font-Toolbar
  • New: Line-Numbering
  • New: Copy a proc directly from popup-menu in the Code-Browser to the clipboard
  • Reduced paddings, so waste of workspace is limited
  • Code-Browser now shows only the filename as root-node instead of the whole directory-path
  • Now most recent BWidget 1.6 included (without changes!)
  • Several minor bugfixes