Activity

From 11/01/2011 to 11/30/2011

11/30/2011

10:35 PM Bug #178: TheIDE: Convert to "UTF-8 BOM" encoding.
I raised the priority of Bug, because this is not "Convert to "UTF-8 BOM" encoding" issue, which is a consequence.
T...
Sender Ghost
10:21 PM Bug #185: Investigate weird QTF formatting (why is Udaj centered?)
There is also another simplified test case:... Sender Ghost
07:28 PM Feature #201 (Approved): Activate GetHasValue for pointers (investigate)
/* Is it time to activate this?
template <class T>
inline unsigned GetHashValue(T *ptr) ...
Miroslav Fidler

11/29/2011

11:34 AM Bug #178 (Patch ready): TheIDE: Convert to "UTF-8 BOM" encoding.
Sender Ghost
08:07 AM Bug #200 (Approved): Problems with ColorPopUp
http://www.ultimatepp.org/forum/index.php?t=msg&th=6033&start=0&S=3133f11cbcc9bd7bef8df6358b0f6a02 Miroslav Fidler

11/27/2011

02:54 PM Feature #190: theide should recognize binary files
If someone had a time to write a hex-editor widget, it would be a great to open unknown binary files in it... Jan Dolinár
01:09 PM Feature #190 (Approved): theide should recognize binary files
and do not try to display them as text... Miroslav Fidler
01:15 PM Feature #199 (Approved): css syntax highlighting
possibly in html as well Miroslav Fidler
01:14 PM Feature #198 (Approved): html syntax highlighting
possibly with embedded javascript as well... Miroslav Fidler
01:13 PM Feature #197 (Approved): JavaScript syntax highlighting
Miroslav Fidler
01:12 PM Feature #196 (Approved): support for iml -> png, jpg
Miroslav Fidler
01:12 PM Feature #195 (Approved): support for static files (in dispatch and using dispatch)
Miroslav Fidler
01:11 PM Feature #194 (Rejected): Layout forms
Miroslav Fidler
01:11 PM Feature #193 (Approved): template engine
Miroslav Fidler
01:10 PM Feature #192 (Approved): theide should be able to edit .png files
using icon designer Miroslav Fidler
01:10 PM Feature #191 (Approved): theide should recognize .png and .jpg files
and display preview Miroslav Fidler
03:16 AM Feature #189 (Rejected): Shell syntax highlighting
I sometimes use theide to edit shell scripts (mainly used in custom build steps) and I miss highlighting a lot. So I ... Jan Dolinár

11/26/2011

06:31 PM Bug #185: Investigate weird QTF formatting (why is Udaj centered?)
> why is Udaj centered?
Because of "[= [ $$0,0#00000000000000000000000000000000:Default]".
"[= " - align center p...
Sender Ghost

11/25/2011

10:26 PM Bug #188 (Rejected): IDE hangs when copy-pasting T++ to Word
http://www.ultimatepp.org/forum/index.php?t=msg&goto=34498&S=ef560ea74f1d485f90d5e6d6f2b8aa46#msg_34498 Miroslav Fidler
09:18 PM Bug #180 (Approved): Fix issue with 'umk' documentation missing
Miroslav Fidler
08:55 PM Feature #187 (New): Topic++ - consider selector of language (and perhaps always display en-us)
Miroslav Fidler
07:52 PM Feature #183 (Approved): Consider adding String QtfAsPdf(const String& qtf); (and AsPdf(RichText))
Miroslav Fidler
02:49 PM Bug #182 (Approved): Format(".2f%`%") crashes
Miroslav Fidler
02:48 PM Bug #186 (New): Resolve issue with sprintf in Format
For true fortification, we cannot relly on sprintf - it crashes for some formatting strings. Miroslav Fidler
01:42 PM Bug #185 (Rejected): Investigate weird QTF formatting (why is Udaj centered?)
[ {{3:1:1:1:1:1@L [> Údaj]:: [= Zobrazení:: Kliky:: CTR:: Cena:: CPC]::@W [< V období 23.10.2011 - 22.11.2011:: ][> 7... Miroslav Fidler

11/24/2011

08:35 AM Bug #184 (Approved): Consider something like Select<S_TABLE>().From(
or
Select(List<S_TABLE>()).From
Miroslav Fidler
08:23 AM Feature #183 (Approved): Consider adding String QtfAsPdf(const String& qtf); (and AsPdf(RichText))
Miroslav Fidler

11/23/2011

09:13 AM Bug #182 (Approved): Format(".2f%`%") crashes
Perhaps Format should be crash resistant... Miroslav Fidler
08:36 AM Bug #181 (Rejected): Qtf: not placing & after }} sometimes results in empty RichText
...maybe a feature, but confusing...
(NosCore/GooglePdf.cpp)
Miroslav Fidler

11/22/2011

08:09 AM Bug #180 (Approved): Fix issue with 'umk' documentation missing
Miroslav Fidler

11/21/2011

09:19 AM Bug #179 (Approved): Appearance problem with DockingCtrl
http://www.ultimatepp.org/forum/index.php?t=msg&th=6366&start=0&S=ef560ea74f1d485f90d5e6d6f2b8aa46 Miroslav Fidler

11/20/2011

06:56 PM Bug #165 (Approved): CodeEditor: incorrect refresh with scope highlighting enabled
Daniel Kos

11/19/2011

09:45 PM Bug #165: CodeEditor: incorrect refresh with scope highlighting enabled
Sender Ghost wrote:
> It tells with red color on -braces-.
with *red* color on ')' and ']' brackets.
Sender Ghost
08:05 PM Bug #165: CodeEditor: incorrect refresh with scope highlighting enabled
??Personally, I like current behaviour is better, as it visually tells that something is wrong.??
It tells with red ...
Sender Ghost
08:03 PM Bug #165: CodeEditor: incorrect refresh with scope highlighting enabled
#177 Sender Ghost
07:05 PM Bug #165: CodeEditor: incorrect refresh with scope highlighting enabled
Sender Ghost wrote:
> I think, r4170 didn't solve this problem.
> Incorrect scope highlighting for following source...
Miroslav Fidler
08:56 PM Bug #178 (Approved): TheIDE: Convert to "UTF-8 BOM" encoding.
The case:
1. File with "Default" encoding (or another one, except "UTF-8 BOM").
2. TheIDE -> "Convert to encoding.....
Sender Ghost
08:02 PM Bug #177 (Patch ready): CodeEditor: Consider fixing incorrect braces in syntax highlighting
Sender Ghost
08:01 PM Bug #177 (Rejected): CodeEditor: Consider fixing incorrect braces in syntax highlighting
#165 Sender Ghost
12:49 PM Feature #157 (Approved): Get ready for 11.11 release
Miroslav Fidler
09:38 AM Feature #176 (Rejected): Consider anihilating plugin/z in favor of "import by include" technique
Miroslav Fidler

11/18/2011

12:30 AM Bug #175 (Approved): Consider something like SqlSet ContainerSet(const T& cont)
Miroslav Fidler
10:03 PM Feature #174 (New): SqlSchema: common way to define primary key with autoincrement
auto_increment (MySQL), serial (PostgreSQL), or integer primary key (SQLite) Miroslav Fidler
05:50 PM Feature #173 (Approved): APP_MAIN could have catch(Exc) { Panic }
Miroslav Fidler

11/16/2011

04:33 PM Bug #144 (Approved): Fix BlockStream behaviour
TCore/DataBase test run OK (file-intensive application)
Zero block size - fixed
Block write order - improved:
Or...
Tomas Rylek
03:30 PM Bug #144 (Ready for QA): Fix BlockStream behaviour
Miroslav Fidler
10:47 AM Feature #158 (Approved): Resolve rainbow/framebuffer issue
Miroslav Fidler
10:05 AM Bug #169 (Approved): Save to package 'init' files tends to generate false positive for svn commits
Miroslav Fidler
09:56 AM Feature #164 (Approved): LayoutDesigner: DoubleClick on layout item in the list could invoke "ren...
Miroslav Fidler
08:45 AM Feature #100: Add introspection tools for .sch, improve SqlCtrls
... Miroslav Fidler

11/15/2011

09:50 PM Feature #164 (Patch ready): LayoutDesigner: DoubleClick on layout item in the list could invoke "...
Sender Ghost
08:08 PM Feature #172 (New): Sqlite3: foreign keys issue
Sqlite3 now supports foreign keys, we should embrace it in U++... Miroslav Fidler
10:28 AM Feature #171 (Approved): Selection and copy in "Compare with file"
Miroslav Fidler
08:22 AM Feature #170 (New): scalar Date conversion optimization
There is a loop in scalar Date conversion that could possibly be optimized out... Miroslav Fidler
06:01 AM Bug #165: CodeEditor: incorrect refresh with scope highlighting enabled
I think, r4170 didn't solve this problem.
Incorrect scope highlighting for following source code:...
Sender Ghost

11/14/2011

01:27 PM Bug #169 (Approved): Save to package 'init' files tends to generate false positive for svn commits
(because it generates a new blitz_index) Miroslav Fidler

11/13/2011

11:32 PM Bug #165 (Ready for QA): CodeEditor: incorrect refresh with scope highlighting enabled
Miroslav Fidler
05:41 PM Feature #129 (Approved): Consider adding BOM to utf-8
Miroslav Fidler

11/12/2011

07:20 PM Bug #167 (Approved): Native connection to MySql tutorial
.tpp moved to MySql package, package adjusted and used to replace current MySql reference example. Thank you. Miroslav Fidler
06:40 PM Bug #116 (Approved): ide: When in aux package, clicking browser in main window does not jump to p...
Miroslav Fidler
06:38 PM Feature #166 (Approved): Implement dynamic line positions for .lay conversions
Miroslav Fidler
06:38 PM Feature #168 (Approved): Implement syntax highlighting for .lay files
Miroslav Fidler
01:54 PM Feature #168 (Patch ready): Implement syntax highlighting for .lay files
Sender Ghost
01:52 PM Feature #168 (Approved): Implement syntax highlighting for .lay files
Sender Ghost

11/11/2011

09:42 PM Bug #167 (Approved): Native connection to MySql tutorial
http://www.ultimatepp.org/forum/index.php?t=msg&goto=34308
Tutorial in form of tpp as well as a package is enclos...
Jan Dolinár
08:04 PM Bug #116: ide: When in aux package, clicking browser in main window does not jump to position
Returned first patch version for this special case, just for comparing. Sender Ghost
01:08 AM Bug #116: ide: When in aux package, clicking browser in main window does not jump to position
I think, this issue is special case of the general case: selecting browser items for files with disabled Assist++, e.... Sender Ghost
07:44 PM Feature #166 (Patch ready): Implement dynamic line positions for .lay conversions
Sender Ghost
07:43 PM Feature #166 (Approved): Implement dynamic line positions for .lay conversions
Similarly for #16 issue, converted layout files have static line positions.
With dynamic line positions, the navigat...
Sender Ghost
07:11 PM Bug #162 (Approved): Document and comment changes with Comma in formatting
Miroslav Fidler
05:10 PM Bug #165 (Approved): CodeEditor: incorrect refresh with scope highlighting enabled
Steps to reproduce:
1. Enable 2-colors scope highlighting
2. Paste this code into editor and run spaces to tabs
<p...
Daniel Kos
03:13 PM Bug #163 (Approved): Add option to not to add thousand separator for national double Format
Miroslav Fidler
11:12 AM Feature #155 (Approved): Support for \u in CParser
Miroslav Fidler
10:18 AM Bug #153 (Approved): FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
Miroslav Fidler

11/10/2011

09:26 PM Bug #116 (Patch ready): ide: When in aux package, clicking browser in main window does not jump t...
Ready. Sender Ghost
09:26 PM Bug #116 (Patch ready): ide: When in aux package, clicking browser in main window does not jump t...
Ready. Sender Ghost
09:26 PM Bug #116 (Patch ready): ide: When in aux package, clicking browser in main window does not jump t...
Ready. Sender Ghost
01:49 AM Bug #153 (Patch ready): FrameBuffer rainbow - clipboard seems to only transfer the first letter o...
Actually, the cause of the problem was in "different place":/redmine/projects/upp/repository/revisions/3701/entry/tru... Sender Ghost
01:49 AM Bug #153 (Patch ready): FrameBuffer rainbow - clipboard seems to only transfer the first letter o...
Actually, the cause of the problem was in "different place":/redmine/projects/upp/repository/revisions/3701/entry/tru... Sender Ghost
01:49 AM Bug #153 (Patch ready): FrameBuffer rainbow - clipboard seems to only transfer the first letter o...
Actually, the cause of the problem was in "different place":/redmine/projects/upp/repository/revisions/3701/entry/tru... Sender Ghost
01:49 AM Bug #153 (Patch ready): FrameBuffer rainbow - clipboard seems to only transfer the first letter o...
Actually, the cause of the problem was in "different place":/redmine/projects/upp/repository/revisions/3701/entry/tru... Sender Ghost

11/09/2011

09:26 PM Feature #126 (Approved): Improve "import directory tree"
...no, LanguageInfo IMO is not a good choice, we are dealing here with C/C++ sources, not some armenian novel...
C...
Miroslav Fidler
12:07 PM Bug #58 (Approved): Ubuntu 11.04 reports "glibconfig.h not found" when compiling ide from sources...
The paths have been added into the makefile that builds ubuntu packages as well as in the script that creates the def... Jan Dolinár
09:57 AM Feature #164 (Approved): LayoutDesigner: DoubleClick on layout item in the list could invoke "ren...
Miroslav Fidler

11/08/2011

06:32 PM Bug #153: FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
I found possible "cause":/redmine/projects/upp/repository/revisions/3701/entry/trunk/rainbow/Framebuffer/Clip.cpp#L56... Sender Ghost
10:54 AM Bug #153: FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
Mistake. Reproduced for *EditString* Ctrl. Sender Ghost
10:48 AM Bug #153: FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
Not reproduced here. Sender Ghost
10:48 AM Bug #153: FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
I tested it inside *UWord* example for *WinFB* rainbow backend. Sender Ghost
02:50 PM Bug #163 (Approved): Add option to not to add thousand separator for national double Format
Miroslav Fidler
02:48 PM Bug #162 (Approved): Document and comment changes with Comma in formatting
ConvertDouble::Pattern
FD_COMMA
Format
Miroslav Fidler
11:42 AM Bug #161: Clicking on redmine user produces an internal error
But not for all users (e.g. "9":/redmine/users/9, "12":/redmine/users/12).
The guess: Other users has public emails ...
Sender Ghost
11:26 AM Bug #161 (Rejected): Clicking on redmine user produces an internal error
http://www.ultimatepp.org/forum/index.php?t=msg&th=6345&start=0&S=cdf64a33dd58d2cbfad1ee856247d69c Miroslav Fidler
09:49 AM Feature #126: Improve "import directory tree"
This will lead to following results for "uppsrc/CppBase":/redmine/projects/upp/repository/show/trunk/uppsrc/CppBase i... Sender Ghost
09:35 AM Feature #126: Improve "import directory tree"
Ok, I think, this is much better version.
Directories and files are sorted by "GetLanguageInfo":/redmine/projects/up...
Sender Ghost
08:29 AM Bug #160 (Approved): svn: conflicted files are commited
It shows "delete" for file.r1123, but it commits it anyway... Miroslav Fidler

11/07/2011

10:47 PM Feature #126: Improve "import directory tree"
??Why is there #ifdef PLATFORM_WIN32 now???
Because on Windows (with NTFS file system, in my case) the files and dir...
Sender Ghost
07:51 PM Feature #126: Improve "import directory tree"
Why is there #ifdef PLATFORM_WIN32
uppsrc/ide/UppWspc.cpp 508...
Miroslav Fidler
08:30 PM Bug #27 (Rejected): TheIDE: printing problem
not reproduced... Miroslav Fidler
08:18 PM Bug #130 (Rejected): RichEdit problem with copying selected Image to clipboard...
Miroslav Fidler
07:32 PM Bug #139 (Approved): ide: after deleting file, Tab goes back to original name
Applied, what was missing is Ctrl+Tab solution, added. Miroslav Fidler
07:08 PM Feature #129: Consider adding BOM to utf-8
For now, perhaps as file encoding option... Miroslav Fidler
05:42 PM Feature #159 (Approved): ide: Copy file path in file local menu (beside Open output directory)
Miroslav Fidler
03:27 PM Feature #159: ide: Copy file path in file local menu (beside Open output directory)
Second version, which also copies directory path to clipboard, in case of empty file list. Sender Ghost
03:07 PM Feature #159 (Patch ready): ide: Copy file path in file local menu (beside Open output directory)
Ready. Sender Ghost
03:07 PM Feature #159 (Patch ready): ide: Copy file path in file local menu (beside Open output directory)
Ready. Sender Ghost
03:07 PM Feature #159 (Patch ready): ide: Copy file path in file local menu (beside Open output directory)
Ready. Sender Ghost
03:07 PM Feature #159 (Patch ready): ide: Copy file path in file local menu (beside Open output directory)
Ready. Sender Ghost
12:57 PM Feature #159 (Approved): ide: Copy file path in file local menu (beside Open output directory)
Miroslav Fidler
12:52 PM Feature #158 (Approved): Resolve rainbow/framebuffer issue
Miroslav Fidler
12:51 PM Feature #157 (Approved): Get ready for 11.11 release
Miroslav Fidler

11/06/2011

03:50 PM Feature #156 (Approved): Add clr support
Miroslav Fidler
03:17 PM Feature #156: Add clr support
But maybe this is fixed for newer MSC versions like "Visual Studio 2010":http://msdn.microsoft.com/en-us/library/7t5y... Sender Ghost
03:08 PM Feature #156 (Patch ready): Add clr support
Or fix it like this. Sender Ghost
03:08 PM Feature #156 (Patch ready): Add clr support
Or fix it like this. Sender Ghost
02:53 PM Feature #156 (Approved): Add clr support
It works. Thanks.
Other thing is default *SSE2* build flag for new packages, which incompatible for *-clr* compile...
Sender Ghost
02:53 PM Feature #156 (Approved): Add clr support
It works. Thanks.
Other thing is default *SSE2* build flag for new packages, which incompatible for *-clr* compile...
Sender Ghost
01:45 PM Feature #156 (Ready for QA): Add clr support
Applied, but I moved USEMALLOC thing from builder to Core - please check. Miroslav Fidler
01:45 PM Feature #156 (Ready for QA): Add clr support
Applied, but I moved USEMALLOC thing from builder to Core - please check. Miroslav Fidler
12:19 PM Feature #156 (Patch ready): Add clr support
Here is second part of the patch related for "syntax highlighting":http://msdn.microsoft.com/en-us/library/aa712824(v... Sender Ghost
12:19 PM Feature #156 (Patch ready): Add clr support
Here is second part of the patch related for "syntax highlighting":http://msdn.microsoft.com/en-us/library/aa712824(v... Sender Ghost
12:19 PM Feature #156 (Patch ready): Add clr support
Here is second part of the patch related for "syntax highlighting":http://msdn.microsoft.com/en-us/library/aa712824(v... Sender Ghost
12:19 PM Feature #156 (Patch ready): Add clr support
Here is second part of the patch related for "syntax highlighting":http://msdn.microsoft.com/en-us/library/aa712824(v... Sender Ghost
10:54 AM Feature #156 (In Progress): Add clr support
Ok, here is first part of the patch for using *CLR* build option.
Tested for console and GUI U++ applications combin...
Sender Ghost
10:54 AM Feature #156 (In Progress): Add clr support
Ok, here is first part of the patch for using *CLR* build option.
Tested for console and GUI U++ applications combin...
Sender Ghost
10:54 AM Feature #156 (In Progress): Add clr support
Ok, here is first part of the patch for using *CLR* build option.
Tested for console and GUI U++ applications combin...
Sender Ghost
10:54 AM Feature #156 (In Progress): Add clr support
Ok, here is first part of the patch for using *CLR* build option.
Tested for console and GUI U++ applications combin...
Sender Ghost
10:05 AM Feature #156: Add clr support
??The only problem seems to be exception handling, but MS says /clr can handle C++ exception??
Yes, it is possible t...
Sender Ghost
08:39 AM Feature #156 (Approved): Add clr support
Using 'CLR' flag (which would in turn activate 'USEMALLOC').
The only problem seems to be exception handling, but ...
Miroslav Fidler
01:21 PM Bug #121 (Approved): Strange tooltip appears in ide in Linux
Most likely cause: Assist++ paraminfo... Miroslav Fidler

11/05/2011

07:26 PM Bug #117 (Approved): X11: in 32-bit linux, memory leaks in GUI application cause crash at the end...
Miroslav Fidler
06:16 PM Feature #146 (Approved): Json parser
Miroslav Fidler
06:16 PM Feature #155 (Approved): Support for \u in CParser
Miroslav Fidler
01:53 PM Bug #154 (Approved): Missing include file for the JSON reference example
Sender Ghost
12:42 PM Bug #154 (Patch ready): Missing include file for the JSON reference example
The "JSON.h" file "exists":/redmine/projects/upp/repository/revisions/4127/entry/trunk/uppsrc/Core/Core.h#L261 in the... Sender Ghost
12:42 PM Bug #154 (Patch ready): Missing include file for the JSON reference example
The "JSON.h" file "exists":/redmine/projects/upp/repository/revisions/4127/entry/trunk/uppsrc/Core/Core.h#L261 in the... Sender Ghost
12:42 PM Bug #154 (Patch ready): Missing include file for the JSON reference example
The "JSON.h" file "exists":/redmine/projects/upp/repository/revisions/4127/entry/trunk/uppsrc/Core/Core.h#L261 in the... Sender Ghost
12:42 PM Bug #154 (Approved): Missing include file for the JSON reference example
While testing "JSON":/redmine/projects/upp/repository/revisions/4126/show/trunk/reference/JSON reference, I found, th... Sender Ghost
08:38 AM Bug #139: ide: after deleting file, Tab goes back to original name
Added second version of the patch with more elegant solution, without workaround. Sender Ghost
08:38 AM Bug #139: ide: after deleting file, Tab goes back to original name
Added second version of the patch with more elegant solution, without workaround. Sender Ghost

11/04/2011

01:39 PM Bug #153 (Approved): FrameBuffer rainbow - clipboard seems to only transfer the first letter of text
Miroslav Fidler
12:56 PM Bug #147 (Approved): const correctness in CParser
Miroslav Fidler
11:40 AM Feature #128 (Approved): When documenting function/method, t++ should insert a space after the la...
Miroslav Fidler
11:36 AM Task #124 (Approved): Update plugin/sqlite3 to newer 3.7.8 version
Miroslav Fidler
10:22 AM Task #124 (Ready for QA): Update plugin/sqlite3 to newer 3.7.8 version
Miroslav Fidler
11:22 AM Bug #138 (Approved): Fix Cout::Flush in POSIX
Miroslav Fidler
11:19 AM Feature #114 (Approved): Alt+V virttual methods list should search for any part of id (Drag shoul...
Miroslav Fidler
10:57 AM Bug #140 (Approved): Ide hangs pressing '.'
Massimo Del Fedele
10:52 AM Feature #98 (Approved): Alt+J on table name should jump to that table .sch definition
Miroslav Fidler
10:47 AM Bug #16 (Approved): Attempt to implement better line positions for .sch conversions
Miroslav Fidler
10:34 AM Bug #49: Layout editor methods order generates error in class methods
What is the status of this task? Miroslav Fidler
10:33 AM Bug #58: Ubuntu 11.04 reports "glibconfig.h not found" when compiling ide from sources using make
Can we consider this fixed now? Can we close this?
I think the consensus is to add new potential include paths. Us...
Miroslav Fidler
10:24 AM Bug #142 (New): Why is uppweb compilation of web.cpp in linux taking so long?
(switching to 'new'/'Normal' as provided patch does not solve the original problem and the issue is not pressing....) Miroslav Fidler
10:24 AM Bug #142 (New): Why is uppweb compilation of web.cpp in linux taking so long?
(switching to 'new'/'Normal' as provided patch does not solve the original problem and the issue is not pressing....) Miroslav Fidler

11/03/2011

08:20 PM Feature #152 (Rejected): New QTF code for ~a0/0v combination
Miroslav Fidler
03:25 AM Feature #98 (Patch ready): Alt+J on table name should jump to that table .sch definition
#16 Sender Ghost
03:25 AM Feature #98 (Patch ready): Alt+J on table name should jump to that table .sch definition
#16 Sender Ghost

11/02/2011

09:04 PM Feature #151 (Approved): Optimize Value
New method: special String state Miroslav Fidler
09:52 AM Feature #149 (Rejected): Document XmlRpc
Miroslav Fidler
09:21 AM Feature #149 (Rejected): Document XmlRpc
Miroslav Fidler
09:48 AM Feature #150 (Rejected): Document XmlRpc
Miroslav Fidler
09:02 AM Feature #148 (Approved): Xmlize Maps
http://www.ultimatepp.org/forum/index.php?t=rview&goto=34201#msg_34201 Miroslav Fidler
05:10 AM Bug #16 (Patch ready): Attempt to implement better line positions for .sch conversions
I solved this issue with following changes:
* Replaced static line positions with parsed line positions.
* The file...
Sender Ghost
05:10 AM Bug #16 (Patch ready): Attempt to implement better line positions for .sch conversions
I solved this issue with following changes:
* Replaced static line positions with parsed line positions.
* The file...
Sender Ghost
05:10 AM Bug #16 (Patch ready): Attempt to implement better line positions for .sch conversions
I solved this issue with following changes:
* Replaced static line positions with parsed line positions.
* The file...
Sender Ghost
05:10 AM Bug #16 (Patch ready): Attempt to implement better line positions for .sch conversions
I solved this issue with following changes:
* Replaced static line positions with parsed line positions.
* The file...
Sender Ghost

11/01/2011

03:05 PM Bug #147 (Approved): const correctness in CParser
(and JSONParser) Miroslav Fidler
11:22 AM Feature #146 (Approved): Json parser
Miroslav Fidler
 

Also available in: Atom