[ANN] U++ 1096

M

Mirek Fidler

Website: http://www.ultimatepp.org
Download: http://code.google.com/p/upp-mirror/downloads/list

U++ is BSD licensed C++ cross-platform rapid application development
suite focused on
programmers productivity without sacrificing runtime performance.

Based on strictly deterministic design it provides an alternative to
GC collected platforms,
even for bussines logic oriented problems.

Library
Painter: High quality, "SVG/PDF strength" software renderer
HttpClient improvements
JPGRaster now can read EXIF thumbnails
ODBC SQL interface
Microsoft SQL Server interface improved
Multithreading: ConditionVarable and LazyUpdate classes
LocalProcess class
RichText: EncodeHTML support for superscript, subscript, strikeout
and smallcaps
Mersenne twister based Random

TheIDE:
Win32 .pdb debugger:
shows tooltip with values of variables
improved displaying of strings in pdb debugger
watches are remembered, Clear all watches function, Drag&Drop to
watches
Packages can be sorted by name
Packages now can be colored and assigned bold/italic font
Package files underlined if recently changed
SVN support, SVN history of file
Compare with file, compare with patch
Assist++
New heurestic error recovery of C++ parser
New code navigator bar
Position of Assist parameter info improved
Context go to (Alt+J) now jumps to layout designer when invoked on
layout class template
Topic++ finished; documentation now visible (and editable) as tooltip
annotations of sources
Abbreviations: e.g. type "i" and press Ctrl+[.] to expand it to if
() ;
Icon editor: free angle rotation
"Insert" color or U++ specific includes (.lay, .iml, .tpp group)
Print command (of source files)
Editor: ToUpper/Lower/InitCaps/SwapCase
 
A

asmcad

Website:http://www.ultimatepp.org
Download:http://code.google.com/p/upp-mirror/downloads/list

U++ is BSD licensed C++ cross-platform rapid application development
suite focused on
programmers productivity without sacrificing runtime performance.

Based on strictly deterministic design it provides an alternative to
GC collected platforms,
even for bussines logic oriented problems.

Library
        Painter: High quality, "SVG/PDF strength" software renderer
        HttpClient improvements
        JPGRaster now can read EXIF thumbnails
        ODBC SQL interface
        Microsoft SQL Server interface improved
        Multithreading: ConditionVarable and LazyUpdate classes
        LocalProcess class
        RichText: EncodeHTML support for superscript, subscript, strikeout
and smallcaps
        Mersenne twister based Random

TheIDE:
        Win32 .pdb debugger:
                shows tooltip with values of variables
                improved displaying of strings in pdb debugger
                watches are remembered, Clear all watches function, Drag&Drop to
watches
        Packages can be sorted by name
        Packages now can be colored and assigned bold/italic font
        Package files underlined if recently changed
        SVN support, SVN history of file
        Compare with file, compare with patch
        Assist++
                New heurestic error recovery of C++ parser
                New code navigator bar
                Position of Assist parameter info improved
                Context go to (Alt+J) now jumps to layout designer when invoked on
layout class template
        Topic++ finished; documentation now visible (and editable) as tooltip
annotations of sources
        Abbreviations: e.g. type "i" and press Ctrl+[.] to expand it to if
() ;
        Icon editor: free angle rotation
        "Insert" color or U++ specific includes (.lay, .iml, .tpp group)
        Print command (of source files)
        Editor: ToUpper/Lower/InitCaps/SwapCase

I ve tried "TheIDE" it s so complicated. Why didn't you make as other
IDEs
 
M

Mirek Fidler

U++ is BSD licensed C++ cross-platform rapid application development
suite focused on
programmers productivity without sacrificing runtime performance.
Based on strictly deterministic design it provides an alternative to
GC collected platforms,
even for bussines logic oriented problems.
Library
        Painter: High quality, "SVG/PDF strength" software renderer
        HttpClient improvements
        JPGRaster now can read EXIF thumbnails
        ODBC SQL interface
        Microsoft SQL Server interface improved
        Multithreading: ConditionVarable and LazyUpdate classes
        LocalProcess class
        RichText: EncodeHTML support for superscript, subscript, strikeout
and smallcaps
        Mersenne twister based Random
TheIDE:
        Win32 .pdb debugger:
                shows tooltip with values of variables
                improved displaying of strings in pdb debugger
                watches are remembered, Clear all watches function, Drag&Drop to
watches
        Packages can be sorted by name
        Packages now can be colored and assigned bold/italic font
        Package files underlined if recently changed
        SVN support, SVN history of file
        Compare with file, compare with patch
        Assist++
                New heurestic error recovery of C++ parser
                New code navigator bar
                Position of Assist parameter info improved
                Context go to (Alt+J) now jumps to layout designer when invoked on
layout class template
        Topic++ finished; documentation now visible (and editable) as tooltip
annotations of sources
        Abbreviations: e.g. type "i" and press Ctrl+[.] to expand it to if
() ;
        Icon editor: free angle rotation
        "Insert" color or U++ specific includes (.lay, .iml, .tpp group)
        Print command (of source files)
        Editor: ToUpper/Lower/InitCaps/SwapCase

I ve tried "TheIDE" it s so complicated. Why didn't you make as other
IDEs

To solve a couple of problems we had with "other IDEs".

The main issues to solve were modularity and crossplatformity (of
projects); each module has to know what other modules it needs to work
and also what external libraries (which are widely different in Win32
and various POSIXes) it requires etc...

I guess it might seem a little bit complicated at first, but there was
a good reason behind that.

Anyway, TheIDE is not designed as beginners learning tool. The
advantages perhaps are not apparent as long as you develop 500 lines
application running on single OS...

Try 100000 lines crossplatform project in "other IDE" and you will
start inventing stuff we have got :)
 
A

asmcad

"Anyway, TheIDE is not designed as beginners learning tool. The
advantages perhaps are not apparent as long as you develop 500 lines
application running on single OS...

Try 100000 lines crossplatform project in "other IDE" and you will
start inventing stuff we have got :) "

what is this are you joking or drunk?

if i try has 100000 lines of crossplatform project i would make a
good interface. not as the "TheIDE"(the interface of this ide is
really shit!)
also you could find a good name. what is this shit "TheIDE".
 
A

asmcad

well, if the problem is 100000 lines of code check this out have and
have an idea about "simple" interface :
CodeLite , CodeBlocks..
 
A

asmcad

Website:http://www.ultimatepp.org
Download:http://code.google.com/p/upp-mirror/downloads/list
U++ is BSD licensed C++ cross-platform rapid application development
suite focused on
programmers productivity without sacrificing runtime performance.
Based on strictly deterministic design it provides an alternative to
GC collected platforms,
even for bussines logic oriented problems.
Library
        Painter: High quality, "SVG/PDF strength" software renderer
        HttpClient improvements
        JPGRaster now can read EXIF thumbnails
        ODBC SQL interface
        Microsoft SQL Server interface improved
        Multithreading: ConditionVarable and LazyUpdate classes
        LocalProcess class
        RichText: EncodeHTML support for superscript, subscript, strikeout
and smallcaps
        Mersenne twister based Random
TheIDE:
        Win32 .pdb debugger:
                shows tooltip with values of variables
                improved displaying of strings in pdb debugger
                watches are remembered, Clear all watches function, Drag&Drop to
watches
        Packages can be sorted by name
        Packages now can be colored and assigned bold/italic font
        Package files underlined if recently changed
        SVN support, SVN history of file
        Compare with file, compare with patch
        Assist++
                New heurestic error recovery of C++ parser
                New code navigator bar
                Position of Assist parameter info improved
                Context go to (Alt+J) now jumps to layout designer when invoked on
layout class template
        Topic++ finished; documentation now visible (and editable) as tooltip
annotations of sources
        Abbreviations: e.g. type "i" and press Ctrl+[.] to expand it to if
() ;
        Icon editor: free angle rotation
        "Insert" color or U++ specific includes (.lay, .iml, ..tpp group)
        Print command (of source files)
        Editor: ToUpper/Lower/InitCaps/SwapCase
I ve tried "TheIDE" it s so complicated. Why didn't you make as other
IDEs

To solve a couple of problems we had with "other IDEs".

The main issues to solve were modularity and crossplatformity (of
projects); each module has to know what other modules it needs to work
and also what external libraries (which are widely different in Win32
and various POSIXes) it requires etc...

I guess it might seem a little bit complicated at first, but there was
a good reason behind that.

Anyway, TheIDE is not designed as beginners learning tool. The
advantages perhaps are not apparent as long as you develop 500 lines
application running on single OS...

Try 100000 lines crossplatform project in "other IDE" and you will
start inventing stuff we have got :)

"Measuring programming progress by lines of code is like measuring
aircraft building progress by weight."
=))
 
M

Mirek Fidler

Website:http://www.ultimatepp.org
Download:http://code.google.com/p/upp-mirror/downloads/list
U++ is BSD licensed C++ cross-platform rapid application development
suite focused on
programmers productivity without sacrificing runtime performance.
Based on strictly deterministic design it provides an alternative to
GC collected platforms,
even for bussines logic oriented problems.
Library
        Painter: High quality, "SVG/PDF strength" software renderer
        HttpClient improvements
        JPGRaster now can read EXIF thumbnails
        ODBC SQL interface
        Microsoft SQL Server interface improved
        Multithreading: ConditionVarable and LazyUpdate classes
        LocalProcess class
        RichText: EncodeHTML support for superscript, subscript, strikeout
and smallcaps
        Mersenne twister based Random
TheIDE:
        Win32 .pdb debugger:
                shows tooltip with values of variables
                improved displaying of strings in pdb debugger
                watches are remembered, Clear all watches function, Drag&Drop to
watches
        Packages can be sorted by name
        Packages now can be colored and assigned bold/italic font
        Package files underlined if recently changed
        SVN support, SVN history of file
        Compare with file, compare with patch
        Assist++
                New heurestic error recovery of C++ parser
                New code navigator bar
                Position of Assist parameter info improved
                Context go to (Alt+J) now jumps to layout designer when invoked on
layout class template
        Topic++ finished; documentation now visible (and editable) as tooltip
annotations of sources
        Abbreviations: e.g. type "i" and press Ctrl+[.] to expand it to if
() ;
        Icon editor: free angle rotation
        "Insert" color or U++ specific includes (.lay, .iml, .tpp group)
        Print command (of source files)
        Editor: ToUpper/Lower/InitCaps/SwapCase
I ve tried "TheIDE" it s so complicated. Why didn't you make as other
IDEs
To solve a couple of problems we had with "other IDEs".
The main issues to solve were modularity and crossplatformity (of
projects); each module has to know what other modules it needs to work
and also what external libraries (which are widely different in Win32
and various POSIXes) it requires etc...
I guess it might seem a little bit complicated at first, but there was
a good reason behind that.
Anyway, TheIDE is not designed as beginners learning tool. The
advantages perhaps are not apparent as long as you develop 500 lines
application running on single OS...
Try 100000 lines crossplatform project in "other IDE" and you will
start inventing stuff we have got :)

"Measuring programming progress by lines of code is like measuring
aircraft building progress by weight."
=))

Definitely. Anyway, some projects simply are big, no matter what you
do....

(Besides, 100000 lines of U++ equals like 300000 lines of "normal C++
code" :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

U++ 3211 released 0
U++ 1314 released 0
U++ 2232 released 0
U++ 4193 released 0
U++ 1205 released 0
[ANN] U++ 2008.1 released 0
U++ 1952 released 0
U++ 2467 released 0

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top