Download List

Descripción del Proyecto

Fresh IDE is a visual assembly language IDE with a built-in Flat assembler (FASM) compiler. It is written in Fresh IDE and is a self-compilable application. It is fully compatible with FASM and can be compiled with every version of FASM, as well. The main goal of Fresh is to make programming in assembly as fast and efficient as in high-level languages, without sacrificing the small application size and raw power of assembly language. It is a Windows application, but it runs in Wine very well and can create, compile, debug, and run applications for Windows and Linux on both Windows and Linux host machines.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-07 10:19
2.1.4

Esta versión está orientada a mejorar la experiencia de usuario en Linux (vino).

Se han solucionado problemas molestos más, incluyendo el parpadeo de la ventana del editor cuando se activa y el bajo rendimiento de la ventana de finalización de código.

Además, se han corregido varios errores, y FreshLib ha sido actualizado a la última versión de desarrollo.

Actualización es muy recomendable para los que usan IDE fresco bajo Wine.
Tags: bugfix, Wine, Linux
This release is targeted to improve the user experience in Linux (Wine).

Most annoying issues have been fixed,
including

the flickering of the editor window when activated and the poor performance of the code
completion window.

Additionally,
several bugs have been fixed, and FreshLib has been updated to the latest
development version.

Updating is highly recommended for those using Fresh IDE under Wine.

2012-11-26 08:45
2.1.3

Esta versión actualiza el compilador FASM a la versión 1.71.06.
Tags: Minor, bugfix
This version updates the FASM compiler to version 1.71.06.

2012-11-10 23:20
2.1.2

Esta versión contiene correcciones de errores reportados en plataformas de Windows 7 de 64 bits. Actualización es altamente recomendable.
Tags: bugfix
This release contains fixes for bugs reported on 64-bit Windows 7 platforms. Updating is highly recommended.

2012-11-03 16:28
2.1.1

Varias nuevas características y correcciones de errores. El enfoque principal es en las funciones de exploración de código. Se implementó el manager de la historia. Recuerda su trayectoria y, a continuación, puede navegar le hacia atrás y hacia adelante a través de los archivos de origen explorado. Esta función complementar las otras características de exploración de código para hacer exploración de código rápido y eficiente. "Referencia cruzada"-basado en características ahora trabajos con etiquetas locales también. Una mejor interfaz de teclado se prestó para la ventana de referencia cruzada. Pérdidas de memoria, un error grave en el nuevo código de procesamiento de referencia cruzada y un error de zombifying en la salida se fijaron.
Tags: Major, new features, bugfix
Several new features and bugfixes. The main focus is on the code exploration features. History manager was implemented. It remembers your path and then can navigate you back and forward through the explored source files. This feature complement the other code exploration features in order to make code exploration fast and efficient. "Cross reference"-based features now work with local labels as well. A better keyboard interface was provided for the cross reference window. Memory leaks, a serious bug in the new cross reference processing code, and a zombifying bug on exit were fixed.

2012-11-01 06:09
2.1.0

Importantes nuevas funciones y correcciones. Se implementó la finalización automática de los rótulos de locales. Debe acelerar la programación reduciendo enormemente las pulsaciones que ha escrito. El tiempo de compilación fue reducido por la optimización de los algoritmos de procesamiento de referencia cruzada. La última FASM 1.71.05 compilador está incluido. La última versión de trabajo de FreshLib, parcialmente portado a KolibriOS, se fusionó. FreshLib ahora incluye plantillas para más fácil migración a nuevos sistemas operativos.
Tags: Major, new features, important
Important new features and fixes. Auto-completion for the local labels was implemented. It should speed up the programming by vastly reducing keystrokes typed. The compilation time was greatly reduced by optimization of the cross-reference processing algorithms. The latest FASM 1.71.05 compiler is included. The latest working version of FreshLib, partially ported to KolibriOS, was merged. FreshLib now includes templates for easier porting to new OSes.

Project Resources