Mantis Bugtracker

Ecere SDK - Roadmap

Ecere SDK - 0.44.1 64
=====================

64 Bit Support
Basic Android Support, Additional MemoryGuard Combing, Fix FileMonitor Issues (Added project reload), Improved OS X Support
https://launchpad.net/ecere/+milestone/0.44.1
39%
- 0000808: [ide] add some special logic to copy the project to ~/ if there is no writing permission - new.
- 0000903: [ecere] Watches View: separator bar erased by ... - new.
- 0000715: [installer] Background / OpenGL - new.
- 0000900: [ide] Creating a project with a form does not actually write the form source file right away (And let the user chose the name) - new.
- 0000902: [ide] IDE crash when updating a library that the IDE is parsing against and hitting a compile error - new.
- 0000218: [ide] Be a bit more noob proof - new.
- 0000899: [ide] The IDE lets you create a project in a inexistant directory - new.
- 0000307: [compiler] The eC compiler fails to tell you when you reference a class that does not exist. - new.
- 0000891: [tarball] Rename our git repository from 'sdk' to 'ecere-sdk' - new.
- 0000890: [tarball] Rename the IDE ecere-ide - new.
- 0000883: [ide:autocomplete] Types do not show up when auto-completing the return type of a method - new.
- 0000495: [ide] ide: autocomplete: in enum, struct (not there!!!!), property ... - new.
- 0000535: [ide] Implement a fall-back for failing watch evaluations - new.
- 0000740: [buildsystem] improve makefile generation to include use static pattern rules - new.
- 0000742: [buildsystem] support java - new.
- 0000754: [compiler] class LocationAbbreviation : Location { } in ecerisSchema.ec causing compiler to crash - new.
- 0000761: [eda] eda: too much code is required for type-specific string functionality - new.
- 0000767: [ecere] String::OnCopy vs String::OnCompare handling of null and/or empty strings differ; it should be consistent - new.
- 0000770: [compiler:templates] support for all data types in templates - new.
- 0000772: [compiler] code still compiles with flagrant syntax errors - new.
- 0000672: [ide] Can no longer have both parameter & members list together at same time - new.
- 0000713: [installer] display Readme after install - new.
- 0000316: [compiler] Issues with opaque structure parameters - new.
- 0000140: [compiler] Declaring an eC struct as a C struct in the parameters, a pointer declarator is being added - new.
- 0000161: [ecere] Add a timer to RepositionDesktop in X driver - new.
- 0000854: [installer] Fatal error: can't create obj/bootstrap.win32/Array.o: No such file or directory Document this is caused by some mkdir.exe - new.
- 0000791: [ide:settings] custom fonts / fonts settings - new.
 - 0000792: [ide:codeeditor] use the Consolas font for code editor if available - new.
- 0000719: [installer] use Consolas font if available - new.
- 0000338: [ide] Parameters Popup dissappearing after typing comma: - new.
- 0000093: [ide] Auto Complete / Parameters list bug - new.
- 0000793: [ide:settings] tab settings (global, per project) - new.
- 0000291: [ide] set number of characters to auto-indent - new.
- 0000385: [ide] Leaks in repositionning parser - new.
- 0000328: [ide] ListBox: Row index when rows above are expanded ? Installer CheckBoxes - new.
- 0000158: [ecere] Take advantage of new DataType Size vs Struct size - new.
- 0000708: [ecere] gui update bugs (drawing) - new.
- 0000323: [ide] Go to definition - new.
- 0000308: [ide] Go to definition in right click menu - new.
- 0000389: [ide] Show Current Function - new.
- 0000821: [ide:parsing] memory leaks - new.
- 0000154: [ide] The IDE Leaks a lot - new.
- 0000816: [ide] Making it easier to name/rename new project file/form (You almost never want a form1.ec) - new.
- 0000817: [ide] Edit/Copy/Paste in toolbar - new.
- 0000797: [ide:debugger] If gdb is missing, the IDE thinks "Debugger Fatal Error: GDB lost" rather than "D.. F.. E..: Couldn't start GDB" (linux only) - new.
- 0000671: [compiler] 255f is not always generating a syntax error - new.
- 0000787: [compiler] Support for C99 Complex number support - new.
- 0000670: [ecere] 255.f (valid float) and 255f (invalid float) are not highlighted properly - new.
- 0000804: [ide] Project Settings/Right-Click/Clear not working on OS X ? I think we've fixed this? Focus/interim thing? (7d60d28) - new.
- 0000800: [eda:driver:sqlite] SQLite default lock mode on Linux ? pragma alternative? - new.
- 0000796: [ide] Add support to turn on $(FVISIBILITY) for C files (Should it be on by default ? No. Current Default (off) is fine.) - new.
- 0000818: [ide:propertysheet] Counter-intuitive that the selected option in the dropdown is the least-bright one. - new.
- 0000141: [compiler] Not enough arguments warnings - new.
- 0000820: [compiler:ecs] Add system("pause") to debug build of console apps on Windows - new.
- 0000718: [installer] Starting directory - new.
- 0000819: [ide] Rename instances on renaming class - new.
- 0000717: [installer] Uninstaller - new.
- 0000714: [installer] Include Versioning information from git commit in releases during build - new.
- 0000710: [installer] missing icons in PathBox for install location - new.
- 0000709: [installer] xp vm shortcuts - new.
- 0000798: [ide:debugger] When GDB is lost, the watches stay rather than the output view coming back - new.
- 0000795: [gui/gfx-driver:x11] window not coming up right away in Mint 14 (have to click twice on Task Bar) - new.
- 0000823: [ide:debugger] Watch 64bit wackiness - new.
- 0000700: [gui/gfx-driver:x11] Window sizing issues on some X servers - new.
- 0000822: [ide:debugger] GDB looking where we don't want it to look in strings - new.
- 0000699: [compiler] Units and ++ - new.
- 0000726: [installer] option to turn on auto update and check for update at the end of installation - new.
- 0000780: [ide:debugger] layout of IDE windows can't be restored after program stopped from menu Debug/Stop - new.
- 0000596: [ide] Starting Debugging should NOT clear the Build log if nothing needs to be built - new.
- 0000419: [compiler] suggested fix to ambiguous compiler error message - new.
- 0000814: [ide] When opening up, don't make code editor go on top of output view - new.
- 0000532: [installer] Have an 'uninstall' in the SDK installer - new.
- 0000711: [installer] move eda, vanilla and extras into additional - new.
- 0000769: [ide:debugger] a watch on a bool gives incorrect value in for(:) loops - new.
- 0000771: [compiler] units: Degrees i; sin ( i + 5) vs sin(i + Degrees { 5 }) give different results - new.
- 0000856: [i18n] french translation - new.
- 0000847: [compiler] Don't let silly things like this method pass: bool () { } - new.
- 0000855: [installer] Add for gnurx-0: C:\Program Files (x86)\ECERE SDK\mingw\bin - new.
- 0000846: [ecere] Add missing API for Button states bitmaps - new.
- 0000845: [ecere] Simpler more intuitive Folder Select Dialog - new.
- 0000857: [i18n] incomplete language translations - new.
- 0000706: [installer] compare CheckListBox against extras/CheckListBox - new.
- 0000843: [ecere] Open single file from IDE, notice the missing document min/max/close buttons - new.
- 0000848: [compiler] Warn against instantiating Module/Application objects - new.
- 0000830: [compiler] Struct class as param consistency - new.
- 0000852: [ecere] (Calculator) Support multiple Smartkeys for buttons - new.
- 0000831: [compiler] static class method does not get mangled when an incompatible expression warning is issued - new.
- 0000851: [ecere] Fix Color Spheres sample with revised transparency stuff (linux) -- (Still Transparent in Quantal32-accl off) - new.
- 0000850: [gui/gfx-driver:x11] Ubuntu/Unity bug: Print out ExternalPosition, state =, DesktopResized events - new.
- 0000867: [ide:debugger] Debugger dumb GDB print fallback if all else fails - new.
- 0000829: [compiler] Error On Duplicate Enumeration value - new.
- 0000849: [ecere] SavingDataBox default size - new.
- 0000842: [compiler] static bool a, b; a default function declared right before, inside a private mode, on one line first identifier wrong mangling - new.
- 0000828: [compiler] Prevent instantiation of templates without types - new.
- 0000768: [compiler:templates] compiler get confused about types in templates and report bad warnings - new.
- 0000864: [ide:codeeditor] Ctrl+Bracket (go to matching) {, ( - new.
- 0000860: [installer] Update GCC/GDB to TDM-GCC/MinGW 64... - new.
- 0000868: [ide:debugger] Tooltip watches when hovering over symbols in code editor (hovers) - new.
- 0000859: [installer] Automatic git commit info - new.
- 0000815: [ide] Project Workspace: env vars: copy/pasting while changing tabs? [Global Settings seems OK now] - new.
- 0000832: [compiler] Declaration reordering and multiple variables declared in a single declaration - new.
- 0000833: [compiler] Support and Generate C99 L-value: &(int) { sizeof(uintptr_t) * 8} - new.
- 0000834: [compiler] 9[array] C compatibility - new.
- 0000835: [compiler] __statement - new.
- 0000836: [compiler] Not require __extension__ for statements - new.
- 0000837: [compiler] Have a way to access 'class' in an OnGetString method - new.
- 0000838: [compiler] Base Virtual Methods Access - new.
- 0000839: [compiler] Make OpenRider use OnSerialize/OnUnserialize - new.
- 0000840: [compiler] Chaining Instance::OnSerialize/OnUnserialize does not work (Tested with Container within Containers) - new.
- 0000841: [compiler] Conversion properties and Heap classes!! - new.
- 0000827: [compiler] TestStruct { int x; } - new.
- 0000865: [ide:codeeditor] Go to / Current Function drop box - new.
- 0000853: [ecere] (Calculator) Make it easier to not display underline keyed text on buttons - new.
- 0000506: [ide] ide: debugger: Window class and struct of bitfieldss - watching derived classes in ecere.dll - new.
- 0000505: [ide] ide: debugger: Debugger & Condition exp (0 && 1) ? 4 : 5 - new.
- 0000647: [compiler:eda] Use Database::Commit() and Begin() to speed up initial database setup (ecs/db) - new.
- 0000503: [compiler] Some interesting memory leaks compiling dataTypes.ec - new.
- 0000502: [ide] ide: debugger: watches: Watching this in class Color : int 's OnDisplay : Memory can't be read at (null) - new.
- 0000789: [ecere] issues on Grab screen - new.
- 0000499: [ide] ide: debugger: watches: Should never get this message - happens with symbolNotFound.member - new.
- 0000668: [ecere] Brackets Auto-Indenting does not ignore brackets in comments - new.
- 0000501: [ecere] Picture.ec: memory leaks (compiler) - new.
- 0000456: [ide:debugger] memory leaks in debugger - new.
- 0000305: [compiler] Type Size thing - (class.type == normalClass || class.type == noHeadClass) ? sizeof(void *) : class.typeSize - new.
- 0000321: [ide] Bracket matching in editor - new.
- 0000143: [ide] API Reference should have an advance search feature - new.
- 0000712: [installer] provide language selection - new.
- 0000605: [ecere] Don't insert blank spaces - new.
- 0000019: [ide] Memory can't be read at (null) error in watches ... - new.
- 0000716: [installer] 3DS Viewer in IDE / Default association - new.
- 0000509: [ide] ide: .ews handling - new.
- 0000152: [ecere] No Text or Widgets! (On Linux/PPC) - Font? ear/strip glitch? - feedback.
- 0000537: [ecere] Window trails when moved.. - confirmed.
- 0000781: [documentor] Windows installer not setting correct path for documentation - confirmed.
- 0000844: [ecere] clickThrough / scrolling test for nicktick (jerome) - assigned.
- 0000826: [compiler] stdbool.h (Nicktick's FreeBSD 9.1's libjpeg?) (jerome) - assigned.
- 0000905: [compiler] Min & Max do not take into consideration both operand types (jerome) - assigned.
- 0000908: [compiler] unable to use class(MyClass) in a define (jerome) - assigned.
- 0000907: [ide:autocomplete] Typing ':' inside a format string of a printf brings up Platform enums (jerome) - assigned.
- 0000909: [compiler] Parsing 'Type' leak in IDESettings.ec (jerome) - assigned.
- 0000882: [ide] Adopt JSON for Workspace (.ews) files (redj) - assigned.
- 0000666: [ide:debugger] files with a hyphen that don't open from call stack view (redj) - assigned.
- 0000324: [ide] & in project name (redj) - assigned.
- 0000732: [tarball] add help target for documentation. make help at command line (redj) - assigned.
- 0000858: [i18n] Translation templates (.pot) improvements (redj) - assigned.
- 0000056: [ide] Keep opened files paths in workspace file relative to each project when applicable (redj) - assigned.
- 0000802: [ide] Why doesn't this open in Build output (redj) - assigned.
- 0000773: [ecere:networking] How can we run only one F1 documentor program ? (jerome) - assigned.
- 0000441: [documentor] documentor: search (jerome) - assigned.
- 0000866: [documentor] Cut/Copy/Paste in documentor , Search (F1 to go to it) (jerome) - assigned.
- 0000440: [documentor] documentor: selection and copy/paste (jerome) - assigned.
- 0000139: [compiler] enumeration continuity when inheriting off another enum is broken (jerome) - assigned.
- 0000748: [ide:debugger] Breakpoints issues when using Run to cursor together with breakpoints (redj) - resolved.
- 0000741: [ide] When selecting a directory in Global Settings, Default keeps going back to IDE's launch directory (redj) - resolved.
- 0000794: [ide] allow specifying custom compiler / linker flags (jerome) - resolved.
- 0000564: [ide:buildsystem] implement a way to specify custom compiler flags [ compiler and project level ] (redj) - resolved.
- 0000861: [ide] Activate breakpoints upon loading of EDASQLite shared library (redj) - resolved.
- 0000863: [ide] Support: PJ_LIST_H="pj_list.h" in preprocessor definitions (redj) - resolved.
- 0000757: [ide] Modalness of reload dialog boxes is broken (jerome) - resolved.
- 0000696: [ide] Hitting Project/Clean while debugging app puts the debugger in an unusable state (redj) - resolved.
- 0000803: [ide] Open Project, Project/New , Cancel --> IDE Still keeps title with old project (redj) - closed.
- 0000450: [ide] ide: find in files: Filter/Find what conflict in Find in Files dialog (redj) - closed.
- 0000774: [ide:parsing] ide crashed when opening (parsing) a source code file - closed.
- 0000739: [ide:buildsystem] platform specific exclusion if blocks are not added around rule of single files when ex/inclusion is specific to the file (redj) - closed.
 - 0000738: [ide:buildsystem] Files with same names / different platform exclusions: multiple rules without platform ifs (redj) - closed.
- 0000693: [ide:debugger] issues with using breakpoints with conditional expression, stack depth and ignore count (redj) - closed.
- 0000549: [ide] Trying to compile a header file gives a confusing error (redj) - closed.
- 0000631: [ide] Right click / compile on instance.c is NOT building the right thing? (redj) - closed.
- 0000735: [ide:buildsystem] Libraries order and platform specific libraries (redj) - closed.
- 0000651: [ide] Pressing escape on another output tab aborts a find (Build or Debug) (redj) - closed.
- 0000731: [portable] ide/documentor batch files cannot be used in a path containing spaces (redj) - closed.
- 0000557: [ide:buildsystem] ide: makefile generation: Additional libraries in config: order in makefile doesn't match order in ListBox (redj) - closed.
- 0000729: [eda:driver:sqlite] use installed sqlite library on linux. debian policy requirement. (redj) - closed.
- 0000698: [ide] Per Config/Platform target type does not seem to work (redj) - closed.
- 0000737: [ide] Finding file to build in workspace projects & platform exclusions (F7 / Ctrl-F7) (redj) - closed.
- 0000692: [ide] project -> clean is not clean enough. lingering .sym symbols files or other difficulties can create bad binaries on build (redj) - closed.
- 0000744: [buildsystem] support adding to LIBS in compiler configuration (redj) - closed.
- 0000743: [buildsystem] support optionally forcing 32 and 64 bit in project settings (redj) - closed.
- 0000765: [ide:buildsystem] Confusion between Host and Target in Cross-Platform Makefiles (Exclusions!) (redj) - closed.
- 0000775: [ide:buildsystem] Linker Options are broken (redj) - closed.
- 0000695: [ide] Skipping breakpoints is NOT usable (redj) - closed.
- 0000677: [ide] Support a way to disable -ffast-math per file (redj) - closed.
- 0000607: [compiler] Compile errors with 'In File Included From' , the ..\ appears before 'In File ...' (redj) - closed.
- 0000745: [ide:buildsystem] build Output shows target name instead of project name (niraj) - closed.
- 0000776: [ecere] EditBox problem with Tabs on (niraj) - closed.
- 0000697: [ide] Bringing up system menu (Alt-Space) while searching in files jams the IDE (jerome) - closed.
- 0000746: [ide:buildsystem] When a file is in multiple projects within workspace, only first exclusion is currently checked when compiling (jerome) - closed.
- 0000755: [ide:debugger] Asking for location for .main.ec, even though selecting the proposed path work (jerome) - closed.
- 0000756: [ide] When reloading both a source (.ec) and project (.epj) file at once (e.g. with git checkout), IDE crashes (jerome) - closed.
- 0000660: [documentor] can't add text. able to click [add text] but only get a cursor. can't type text in any field. (jerome) - closed.
- 0000779: [ide:designer] Drag a derived UI control into other control in designer would always cause IDE crashed. (jerome) - closed.
- 0000736: [ide] Quick Project broken? (jerome) - closed.
- 0000691: [ide:parsing] class definition inside preprocessor if with import and class not found (jerome) - closed.
- 0000766: [ide] no right click key support (jerome) - closed.
- 0000763: [ide] When reloading added project, config often reverts to something else (jerome) - closed.
- 0000728: [installer] setting the path variable is messed up with mingw/bin twice and mingw/bin/bin (jerome) - closed.
- 0000758: [ecere] Scrolling past line 90930 (e.g. sqlite3.c) causes scrollbar thumb to disappear (jerome) - closed.
- 0000760: [ec] eC: indirection level confusion (jerome) - closed.
- 0000759: [ide:autocomplete] Overriding virtual methods is buggy (jerome) - closed.
- 0000810: [ide] IDE: 'In file included from' messages not showing in IDE (jerome) - closed.
- 0000452: [compiler] runtime: uint32 & OnGetString ends up calling Signed Integer, serialNumber.OnGetString(rootPath, null, null); (jerome) - closed.
- 0000424: [ide] Path seperator (/ vs \) confusion in Global Settings / Project / Default object paths... (jerome) - closed.
- 0000881: [ide:propertysheet] Modifying a font size value is not working (64 bit) (jerome) - closed.
- 0000879: [ide] IDE crashing on exit after having hit a segfault in debugged app (jerome) - closed.
- 0000479: [ide] ide: build: bad linker error (jerome) - closed.
- 0000156: [ide] Look for a solution to spaces in project dir / name, or don't let the user create it (CRASHES now!) (jerome) - closed.
- 0000269: [ecere] Using PrintLn to print out pointer values of NOHEAD classes is broken (jerome) - closed.
- 0000157: [ecere] PrintLn with a big int64 does not display higher bit (jerome) - closed.
- 0000825: [ide] Crash on deleting a project config! (jerome) - closed.
- 0000530: [ide] In compiler output, relative paths for added projects sometimes go before the messages (jerome) - closed.
- 0000790: [ide:parsing] ide code parsing crash for FindInFilesDialog.ec with git confilct markers (jerome) - closed.
- 0000553: [ide] ide: autocomplete: Crash on 'menu = {' (jerome) - closed.
- 0000347: [ide] double a; a.OnGetString Not working (jerome) - closed.
- 0000250: [compiler] OnGetString etc. working on only int and uint ? (jerome) - closed.
- 0000807: [ide:findinfiles] Find In Files: Often seeing (none) for the project sub-node after a project reload (jerome) - closed.
- 0000294: [ide] Licensing abiding (jerome) - closed.
- 0000630: [ide] Rebuild, cleaning command with no config does not seem to work (Only says: no error, no warning) (jerome) - closed.
- 0000244: [ide] Attempting to watch a TimeStamp by casting to uint64 crashes (jerome) - closed.
- 0000707: [toolchain] weird errors with -j 8: e.g. strip (jerome) - closed.
- 0000720: [installer] Update GDB, Report stepping bugs! (jerome) - closed.
- 0000723: [tarball] cross-build for Windows on Linux (jerome) - closed.
- 0000747: [buildsystem] make the project files (.epj) and makefiles compiler independent (redj) - closed.
- 0000874: [tarball] when building libec again the precompiled files are always re-compiled because they are re-copied each time (redj) - closed.
- 0000777: [ide] Glitches in the new Debug Precompile/Compile Feature (redj) - closed.
- 0000862: [ide] we need an ide -t mode, 'text' mode, so I can text edit .epj files (redj) - closed.
- 0000801: [ide:debugger] In a main project, if target is set to Shared Library, can't toggle breakpoint (redj) - closed.
- 0000880: [ide] Windows network relative paths do not go properly into recent files/project (redj) - closed.
- 0000144: [ide] IDE creating Makefiles with incorrect directories (redj) - closed.
- 0000661: [ide:findinfiles] Find in files does not match folder names anymore (didn't it use to?) (redj) - closed.
- 0000799: [ide] When Adding Project to workspace, use selected config if available! (redj) - closed.
- 0000896: [ide] when removing project from workspace, active config selection drop box's list of choices is not updated (redj) - closed.
- 0000705: [ide] add link to ecere/forums url to Help menu (redj) - closed.
- 0000704: [ide] add key folders (samples, extras and doc) to Help menu (redj) - closed.
- 0000703: [ide] add Tao of Programming to Help menu (redj) - closed.
- 0000813: [ide] When using 'import folder', no messages popup on conflicting files (redj) - closed.
- 0000812: [ide] Should not let you add the 'exact same' files twice (redj) - closed.
- 0000330: [ide] Empty object dir: Adds a / (redj) - closed.
- 0000811: [buildsystem] Be a bit smarter when setting . as target dir (redj) - closed.
- 0000702: [ide] check project with resource files that have a $ in their file name (redj) - closed.
- 0000610: [ide] Add double-click open support to Find in files (redj) - closed.
- 0000540: [ide] ide: find in files: After New Project, Still defaults to 'Directory' (redj) - closed.
- 0000522: [ide] ide: project settings: additional include dirs problems - .\ cannot be added as a dir (redj) - closed.
- 0000805: [ide] Check file with $ in project (Excluded or removed for GCC C++ stuff) (redj) - closed.
- 0000806: [ide] Find In Files: Finding by filename should let you double-click/enter ot open (redj) - closed.
- 0000809: [ide] Trim spaces around paths in compiler settings/project settings (redj) - closed.
- 0000629: [ide] New project shouldn't close current project until you click Ok (redj) - closed.
- 0000877: [ide] Support for Windows .rc files (redj) - closed.
- 0000894: [compiler] Using ? : operator with a function causes adding a & (jerome) - closed.
- 0000873: [ide] (in vm) the mouse "text" cursor (I-beam) is essentially invisible against a dark background in the code editor or output logs - closed.
- 0000689: [ide] NodeProperties: bad value in path for resource folders in installer.epj (redj) - closed.
- 0000734: [ecere] Editbox and scrollbar visibility bug - closed.
- 0000762: [ide] ide: text cursor is invisible over code editor background - closed.

100 of 252 issue(s) resolved. Progress (39%).

Ecere SDK - 0.44.2 Tablet Edition
=================================

Android / iOS Support
OS X / Cocoa Support
https://launchpad.net/ecere/+milestone/0.44.2
0%
- 0000871: [ecere] Cocoa Support - new.
- 0000870: [ecere] Multitouch Support - new.
- 0000887: [ecere] Proper fonts solution - new.
- 0000886: [ide] Improve the IDE to facilitate developing Android apps ... - new.
- 0000885: [installer] Ecere for Android Installer - new.
- 0000884: [ecere] Proper Multi-DPI Support - new.
- 0000878: [ecere] Show Soft keyboard in text box - new.
- 0000872: [ecere] iOS Support - new.
- 0000869: [ecere] Android Sensors Support - new.

0 of 9 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.3 Docs
=======================

Improved Documentor, First API Reference Documentation pass (Text based eCDoc), Generate HTML API Reference
https://launchpad.net/ecere/+milestone/0.44.3
0%
- 0000252: [ide] Show API Reference Info in AutoComplete - new.
- 0000394: [ide] AutoCompletion: Show API Reference Info in AutoComplete - new.
- 0000194: [ecere] First API Reference Documentation Iteration - new.

0 of 3 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.4 Strings
==========================

String Class, Reference Counted Local Instances
https://launchpad.net/ecere/+milestone/0.44.4
0%
- 0000892: [compiler] Operator Definition support for Strings, Vectors, Quaternions, Matrices... - new.
- 0000177: [ecere] eC String Solution - new.
- 0000513: [compiler] More Consistent Reference Counting: Block Scope - new.

0 of 3 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.5 Debug
========================

Debugger improvements: C support, Watches nonsense, Improve watches, check member even if property overshadows, Check stepping, On mouse Hover
https://launchpad.net/ecere/+milestone/0.44.5
0%
- 0000895: [ide:debugger] missing ability to debug a library by specifying a target executable - new.
- 0000275: [ide] need output window to stay after execution - new.
- 0000349: [ide] Cannot evaluate _class.name when in v3 and no sym file? Can we with ecereCOM.dll present? - new.
- 0000333: [ide] Breakpoints not showing up next time reopening project but active - new.
- 0000015: [ide] Call Stack displays / errors from bison/flex files appear with the right line number, but the wrong .ec extension - new.
- 0000131: [ide] Allow disabling of breakpoints - new.
- 0000103: [ide] Trying to set a breakpoint in a library (List.ec) while file with same name exists in Main Project does not work - new.
- 0000486: [ide] ide: watches: #QNAN0 shows as 0, will show address on a vector component - new.
- 0000474: [ide] ide:autocomplete: pass15.ec: ApplyAnyObjectLogic , watch on 'e' - new.
- 0000067: [ide] Wrong watch error message for invalid expression - new.
- 0000209: [ide] Watches: Evaluating char buffer[123]; buffer + c - new.
- 0000079: [ide] The watches do not handle global data properly - new.
- 0000129: [ide] Strings in the Watches window - new.
- 0000733: [compiler] Endless parsing on identifier with 4 ':' - new.
- 0000165: [ide] New form project, start typing GuiApplication:: inside class and hang up occurs [ Debugger issue as well] - new.
- 0000201: [ide] Debugger often returning with no target ID - new.
- 0000508: [ide] ide:debugger:Why do I get a lot of 0xbaadf00d ? e.g. In picOver.epj, inside Picture.ec, at AddResource line, watching bitmapRes - new.
- 0000507: [ide] ide: debugger (compiler): using sizeof for array size does not work with eC classes,breaks debugger's offsets with typdef struct - new.
- 0000130: [ide] Dancing break-points - new.
- 0000459: [ide] ide: debugger: watches: crash on watching position.lon -- maybe a typedef struct with 2 double - new.
- 0000382: [ide] Parsing direct3D9.ec, network.ec in debugger give null AST - new.
- 0000061: [ide] When a crash occurs within a function without debug symbol... - new.
- 0000345: [ide] Debugger Brings to source file, but deeper stack frame is selected - new.
- 0000091: [ide] Debugging with ecere.epj in Workspace but not Ecere src dir, problems watching objects from Ecere - new.
- 0000296: [ide] ide crashes when debugging segfault - new.
- 0000286: [ide] Debugging inside container for( : ) - new.
- 0000181: [ide] Debugger breakpoints with templates - new.
- 0000089: [ide] Problem debugging contents of union within a class (headerless) - new.
- 0000202: [ide] Debugging in OnSaveEdit is a pain (&this) - new.
- 0000332: [ide] Debugger Breakpoints Jammed (Initial Step over...) - new.

0 of 30 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.6 Dock
=======================

Docking / Tabs, X Glyph Support
https://launchpad.net/ecere/+milestone/0.44.6
0%
- 0000678: [ecere] Implement mouse cursors support in X - new.
- 0000639: [ecere] Primitive Alignment in OpenGL (Lines vs Filled areas) - new.
- 0000478: [ecere] runtime: unicode fonts show up as squares - new.
- 0000640: [ecere] OpenGL fonts and non-squared textures use - new.
- 0000306: [ide] add FTGL support to ecere fonts - new.
- 0000552: [ecere] Use XRender Glyphs in the X display driver - new.
- 0000213: [ecere] Add XRender glyph support for text output - new.
- 0000263: [ide] windows move when you use the Output window - new.
- 0000327: [ide] Remember IDE windows position - new.
- 0000475: [ide] ide: tabbed documents instead of classic MDI - new.
- 0000219: [ecere] IDE opens full-screen - new.
- 0000005: [ide] Allow saving of settings - new.

0 of 12 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.7 Haste
========================

Compiler speedup: Compiler declaration ordering re-engineering
https://launchpad.net/ecere/+milestone/0.44.7
0%
- 0000439: [compiler] eC Compiler (ecc): Pass 4 - New Declaration Reordering Algorithm - new.
- 0000317: [ide] Don't parse on typing . in "" - new.
- 0000380: [ide] Disable auto completion inside comments - new.
- 0000576: [ide] bad import pattern slows compilation of pannels flles - new.
- 0000386: [ide] Parse only sections of code - new.
- 0000387: [ide] Optimize reparsing: Memory / loading speed issues - new.
- 0000180: [ide] Autocomplete snappiness - new.
- 0000026: [compiler] Compiling grammar.ec is excessively slow - new.

0 of 8 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.8 Silver
=========================

Fix 60 pending Mantis issues
https://launchpad.net/ecere/+milestone/0.44.8
0%
- 0000225: [ide] Platform enumeration values popping up - new.
- 0000434: [compiler] having the mingw headers before those msddk headers CRASH ecp etc. - new.
- 0000778: [ide:buildsystem] Mixes of " " and escaped spaces do not play well together in makefile/compiler configs - new.
- 0000594: [ecere] The template Containers are missing a Sort! - new.
- 0000547: [ecere] Find a work around for XFilterEvent causing problems on old X.org versions - new.
- 0000542: [ide] Handling multiple separate workspace containing the same project, opening Workspace from IDE command line - new.
- 0000528: [ecere] Fixup NormalFileSystemIterator to match FileListing usage - new.
- 0000524: [ide] ide: show a message when LoadProject for an added project fails (when loading workspace and when adding a project) - new.
- 0000525: [ide] ide: missing 'save project as' feature - new.
- 0000546: [ide] Crash upon exit after closing the debugged app's console - new.
- 0000500: [ecere] Time.ec fixups - new.
- 0000494: [ide] ide: Investigate relaod happening while in menus (recent proj/files) - new.
- 0000492: [ecere] ide; autocomplete: all enum values appearing - buffer.Unserialize((name); - new.
- 0000491: [ecere] runtime: (or ide?) Change Window to BaseView3D Boom! Desktop/ide crash - new.
- 0000484: [compiler] compiler: need error message or something -- 'return' vs 'this = ' with struct conversion properties - new.
- 0000482: [ide] ide : Color.ec add ColorRGBA property IDE crash (Stack overflow?) - new.
- 0000604: [ide] resolve same file name conflict that may occur as common and platform-specific per-file/folder build exclusions are edited - new.
- 0000609: [ide] Playing with FileDialog while Directory Search is going on hangs the IDE - new.
- 0000721: [ide] Auto Update feature - new.
- 0000687: [ide:designer] Form Designer doesn't spuport $"string" syntax for i18n - new.
- 0000681: [compiler] String s; s[0] gets treated as a numeric byte instead of char by Print functions - new.
- 0000676: [ide] The form designer doesn't handle strings with \n in them very well - new.
- 0000674: [ide] Support a non-global way to add library paths for resolving eC dynamic libraries - new.
- 0000663: [compiler] FontData: for use in Map, conflict with FontData in Ecere - new.
- 0000662: [ide] Provide a way to include (e.g. a dependency) target directory in LD_LIBRARY_PATH without having to add it to Global Settings - new.
- 0000648: [ecere] What kind of alpha blending are we doing right now in GDI? - new.
- 0000644: [compiler] Iterating an enum value with ints converts to an unrelated property - new.
- 0000643: [compiler] Conversion Property in an enum causes infinite cascading calls - new.
- 0000637: [ide] Double-Clicking (word highlight) while parameters list is up - new.
- 0000635: [ide] Opening parentheses with a space between function name does not pop up parameters list - new.
- 0000632: [ide] Easy Static Linking - new.
- 0000628: [ide] Message box when Ctrl-F7 a file not in project - new.
- 0000481: [compiler] compiler: class Map { } - conflict with built in container class, bad cryptic things happen - new.
- 0000473: [ide] ide: project view: File Reordering - new.
- 0000241: [compiler] No "Function shouldn't return a value" warnings - new.
- 0000230: [compiler] Preprocessor errors are not reported - new.
- 0000227: [ide] Text output in build log drastically slows down compiling in IDE - new.
- 0000198: [ide] Typing PrintLn((char *) gives chartreuse - new.
- 0000193: [ecere] Document that labeledWindow on parent cannot be set in instance or a memory leak occurs - new.
- 0000176: [compiler] import "eda" / "EDA" shouldn't cause multiple imports on Windows - new.
- 0000166: [ide] Uppercase extensions not working on Windows - new.
- 0000153: [ide] Bug where focus gets stolen from code editor from saving, opening (, typing . etc., and code gets deleted when focus goes to pro - new.
- 0000150: [ide] Font property inheritance - new.
- 0000147: [ide] Stay On Top interfering with controls - new.
- 0000097: [ide] disappearing menus in ide (maybe in other ecere apps as well) when using mouse - new.
- 0000096: [ide] In X, when typing in ide: autocomplete popups are eating one keystroke - new.
- 0000081: [ide] Implement move file / folder in the Project View - new.
- 0000534: [ecere] Provide a Print/PrintLn interface where it's missing - new.
- 0000270: [compiler] A class defined in an earlier file used as a template parameter in a later file will crash - new.
- 0000467: [compiler] compiler: Using non public defines in public arrays - new.
- 0000465: [compiler] compiler: Patch ePatch; ePatch = ePatch - 1; /* This gives out an error */ ePatch--; /* This does not! */ - new.
- 0000460: [ecere] compiler: runtime: templates: Map<struct, normalclass> : Map::Free does not work - new.
- 0000428: [ecere] Networking, Service, stop listening without disconnecting existing client connections. - new.
- 0000427: [ecere] OpenGL, excessive CPU use when refreshing often but doing nothing. - new.
- 0000425: [compiler] Missing .sym message should provide details of missing dll file or failed load or other issues. - new.
- 0000411: [ide] Incorrect error message generated when importing a file that does not exist - new.
- 0000402: [ide] I need to know when I forget a COMMA!!!! - new.
- 0000297: [ide] BitmapResource { somestringvariable, window=this } - new.
- 0000293: [compiler] symbolgen (ecs) doesn't like remote class method using nonexistent type - new.
- 0000289: [compiler] Somehow produce a warning when the case of an import mismatches the file path - new.
- 0000278: [ecere] GetKeyState quirks - new.
- 0000276: [compiler] Compile Time Color conversion of a ColorRGBA to a ColorAlpha is failing - new.
- 0000078: [ide] When opening a project and a workspace exists, code should be added to ensure the project is the contained within that workspace - new.
- 0000642: [ide] IDE Crashes when pressing . (dot) in a list - confirmed.
- 0000232: [ecere] Make sure all available tools are included in the release - confirmed.

0 of 65 issue(s) resolved. Progress (0%).

Ecere SDK - 0.44.9 Visual
=========================

MSVS Support
https://launchpad.net/ecere/+milestone/0.44.9
0%
- 0000875: [ide] Wrap up Visual Studio support - new.

0 of 1 issue(s) resolved. Progress (0%).

Ecere SDK - 0.45 Ginkakuji
==========================

Fix remaining Mantis issues, Solaris support
https://launchpad.net/ecere/+milestone/0.45
0%
- 0000722: [buildbot] implement a Build bot to support windows auto update feature - new.
- 0000538: [ide:autocomplete] ide: autocomplete: Crash the IDE on Ctrl+Space if pressed on "do" - new.
- 0000070: [compiler] Provide a way to override the default namespace - new.
- 0000378: [ide] NotifyClicked etc. master parameter in parameter popups - new.
- 0000080: [ide] Ecere do not has many user - new.
- 0000262: [compiler] Crash compiling Project.ec - new.
- 0000288: [ide] 'this' crashes ecc.exe - new.
- 0000684: [ide] CodeEditor: Expand/Collapse blocks, functions, classes... - new.
- 0000039: [compiler] Getting Virtual Methods IDs - new.
- 0000258: [ide] Drag and Drop - new.
- 0000260: [ide] add varargs to delete variable; - new.
- 0000284: [ide] opacity goes from 75% (in the PNG) to 100% (backed by 'white') - new.
- 0000301: [ide] Dingbat's do not render - new.
- 0000590: [compiler] Wrong indirection level inside Map index operator for unit classes - new.
- 0000753: [compiler] support setting a class_property of Field type by using dbfield - new.
- 0000477: sdk: toolchain: Cross Compiler - new.
- 0000701: [eda:driver:sqlitecipher] update sqlcipher to v2.0 - new.
- 0000584: [ide:buildsystem] make pre-build and post-build actions into seperate rules and add support at the IDE level - new.
- 0000591: [eda:driver:sqlite] [EDASQLite is] inconsistent with query with and without '?' - new.
- 0000515: [compiler] EDA Database Syntax and other Improvements - new.
- 0000142: [ecere] Refine DataBox control - new.
- 0000659: [compiler] Method/Symbol mixups on reverse-ordered Window hierarchy (only design issues remain) (ide/libec) - new.
- 0000204: [ecere] Notification master (this for callbacks), versus master for modal system: MessageBox and NotifyDestroyed usability - new.
- 0000266: [ecere] Window children order problem when never meant to overlap - new.
- 0000265: [ecere] eC should have the '??' operator - new.
- 0000239: [ecere] Multiple DB support in the eC integration of EDA seems to be quite limited - new.
- 0000292: [ecere] Provide an interface to control blending modes - new.
- 0000245: [ecere] GetLastDirectory method name misleading - new.
- 0000246: [ecere] ScrollDirection is too specific - new.
- 0000287: [ecere] Provide cross platform functions for manipulating endianness - new.
- 0000192: [ecere] geds.ec: MapNode<Organization, OrgUsed> , memory gets allocated but not freed; and gets copied since it's a struct - new.
- 0000200: [ecere] Make FileSize 64 bit, add FileSize32: OnCompare and 64 bit ... - new.
- 0000490: [ecere] runtime: TransformPoint is backwards? dest, src? - new.
- 0000115: [ecere] Filename handling String functions can overflow - new.
- 0000183: [ecere] Boolean anchors support - new.
- 0000545: [ecere] Some things just won't work if you're using an Application instead of a GuiApplication - new.
- 0000178: [ecere] Adding DataFields to editboxes without constructor - new.
- 0000184: [ecere] Common Controls should default anchored top/left - new.
- 0000222: [ecere] Confusion with id (a local variable) and id (the form's Window::id) - new.
- 0000601: [ecere] Auto completion support within DropBox (ComboBox) - new.
- 0000688: [ecere] api review: global settings with json - new.
- 0000346: [ide] deleteDialog.ec : In OnPostCreate, FieldDataBox: pops up parameter popup, second pops up list and parameter pop up blank - new.
- 0000344: [ide] StringBinaryTree declared before BinaryTree: eClass_AddDataMember values nightmare - new.
- 0000365: [ide] AutoComplete: viewFrame. in Acovel/importDB.ec - new.
- 0000350: [ide] exp. : Listing union members not working - new.
- 0000351: [ide] channel.Serialize( : pops up all enum values - new.
- 0000348: [ide] If "editRow.active = true;" After trying to type bool NotifyClicked(, not coming up - new.
- 0000364: [ide] Precomp Syntax Error: define app = ((IDEApp)__thisModule); // cast before class definition breaks - new.
- 0000352: [ide] isList.ec: bool DataBox:: (Blank parameters) - new.
- 0000355: [ide] bool OnKeydown(: Don't popup parameters when expecting an instance members on ( - new.
- 0000353: [ide] DataBox:: Class/Namespace operator not listing content properly - new.
- 0000356: [ide] Member "name" not found in unregistered class? (Should never get this message)... Looking inside Class without sym files - new.
- 0000357: [ide] Warning or Error when more than one Application defined? - new.
- 0000358: [ide] else exp = MkExpConstant( : Parameters not popping up (pass16.ec) - new.
- 0000354: [ide] bool No* : Not Completing, whereas No* completes - new.
- 0000359: [ide] NETRESOURCE nr = {0}, * buffer = null; - new.
- 0000360: [ide] StringBTNode : Precomp errors without extra brackets - new.
- 0000361: [ide] public class StringBTNode : BTNode : Compile error when declared before BTNode - new.
- 0000362: [ide] Precomp Syntax Error in win32.ec: if(!window.dirtyArea.count) window.UpdateDirty((Box *)&ps.rcPaint); - new.
- 0000363: [ide] eC AST null Syntax Error in win32.ec: bool for Win32 types - new.
- 0000366: [ide] AutoComplete: id = Language::^ in scrabble - new.
- 0000367: [ide] AutoComplete: (outside) Color a = - new.
- 0000368: [ide] AutoComplete: precomp fails to build an AST - new.
- 0000390: [ide] Show Current switch case statement - new.
- 0000391: [ide] Highlight Called Expression when showing parameters - new.
- 0000395: [ide] Add a way to stop a build once it started - new.
- 0000401: [ide] Find in Files .. tweak - new.
- 0000488: [ide] ide: codeeditor: Syntax Highlighting For other languages - new.
- 0000496: [ide] ide: autocomplete: if(!bitmap.Save(, null, null)) these kind of syntax error break the parser - new.
- 0000497: [ide] ide: autocomplete: elses without ifs break the parser - new.
- 0000399: [ide] Add file to project - new.
- 0000558: [ide] ide: designer: add option to set snap / edit grid size in GUI designer. - new.
- 0000585: [ide] More accurate tracking of compilingModified / linkingModified - new.
- 0000383: [ide] Getting Virtual Methods IDs - new.
- 0000381: [ide] Infinite recursion - new.
- 0000379: [ide] Parameters popups in EDA: driver.FieldNext( - new.
- 0000369: [ide] AutoComplete: sprite.ec - new.
- 0000370: [ide] AutoComplete: New check for command == Add, ... - new.
- 0000371: [ide] Autocomplete inside new features (struct, enum... (Loop through methods...)) - new.
- 0000372: [ide] AutoComplete: Undefined function: entry.bitmap.LoadFromFile(file, eString_GetExt(path, extension), null); - new.
- 0000373: [ide] AutoComplete (WindowsSkin): if(window.style[.], ES_BORDER) && !BITSET(window.style, ES_CAPTION)) - new.
- 0000374: [ide] AutoComplete: window.style.. : too consecutive dots still popup members - new.
- 0000375: [ide] AUTOCOMPLETE lines.ec in E:\ecere\testing - new.
- 0000376: [ide] Test Autocomplete with new features (size = { 10, 10 }, ...) - new.
- 0000599: [ide] Automatic Software Update button in IDE - new.
- 0000377: [ide] Autocomplete: General lack of tolerance for any syntax error - new.
- 0000586: [ide] Programmable function pointers on methods and as variables - new.
- 0000343: [ide] Line Numbers Output & e.g. expression of for statment - new.
- 0000137: [ide] Implement Project::Build as a thread, using new DualPipe line processing loop (See threads in Debugger.ec) - new.
- 0000055: [ide] Implement locking workspace file and using the workspace in read-only mode when file is already locked - new.
- 0000274: [ide] Auto-complete crash bug - new.
- 0000268: [ide] editor should evaluate and notify (highlight) areas with uncast types - new.
- 0000251: [ide] smart highlighting: tracking matched and unmatched braces et al - new.
- 0000240: [ide] Compiled Program automatically minimizes when fullScreen = true - new.
- 0000068: [ide] Find a way to prevent flashing console and/or application on top of code while stepping in Windows - new.
- 0000187: [ide] Form Designer: Various reasons requiring to always running to see form changes - new.
- 0000082: [ide] Implement add entire folder and its contents with proper hierarchy to project - new.
- 0000189: [ide] Just passing by the form designer shouldn't move the caret - new.
- 0000188: [ide] Form Designer: Have a default size for Windows in Designer when none is specified - new.
- 0000185: [ide] AutoComplete: Window:: in filling up method overriding - new.
- 0000018: [ide] Better parsing in IDE project building to prevent errors from parallel builds (-jX) - new.
- 0000095: [ide] AutoComplete : Completion bugs - new.
- 0000186: [ide] Form Designer: Aligning the right edge of a label to its attached control - new.
- 0000179: [ide] Projects building: dependencies, current project - new.
- 0000151: [ide] Change Instantiation names throughout the source. - new.
- 0000283: [ide] destroy and create - new.
- 0000285: [ide] Resolution on Wide Screen Monitor causes minimization of window - new.
- 0000295: [ide] ide crashes when writing code to a pointer that hasn't been coded yet. - new.
- 0000329: [ide] AutoComplete popups above top of screen - new.
- 0000331: [ide] Warnings treated as errors with C bootsrap compiling tools - new.
- 0000334: [ide] Build Errors: Go to code, cursor passed end of file, can go back up and back down - new.
- 0000335: [ide] Don't fill up method if already block ahead - new.
- 0000336: [ide] args->Add(MkExpConstant("1", MkIdentifier("indexes"))); - new.
- 0000337: [ide] If after comma, popups get out of MkExpIdentifier and displays popups for MkExpIndex: - new.
- 0000340: [ide] Form Editor: Field property dissappears - new.
- 0000341: [ide] med/form1.ec : anchor = { right = : Lists all enums - new.
- 0000342: [ide] Default Properties: Not all postfix expression are accepted, only identifiers, otherwise should issue a warning or make it work - new.
- 0000326: [ide] Click outside code editor, then try select a word (needs activation click first) - new.
- 0000325: [ide] A-Z icon - new.
- 0000022: [ide] Add bison/flex support to IDE - new.
- 0000311: [ide] IDE VISUALIZATION!! - new.
- 0000322: [ide] Find and replace remember selection - new.
- 0000309: [ide] Ability to launch custom source editor from IDE - new.
- 0000302: [ide] highlighting and color saving - new.
- 0000683: [ide] Investigate a crash on a file within ecere.epj importing "Ecere" - new.
- 0000686: [compiler] smart symbol files auto dependencies - new.
- 0000102: [compiler] An extra & is added when assigning pointer to a nohead class struct to an object, when inside brackets - new.
- 0000104: [compiler] Properties with a function pointer type are not working - new.
- 0000593: [compiler] Checking a not casted typed_object for null should generate a compiler error (crashes!) - new.
- 0000099: [compiler] Union bracket initialization is broken - new.
- 0000098: [compiler] using import in circular fashion classes deriving from window will no be known as such (must use import "ecere" to work around) - new.
- 0000685: [compiler] compiler/ecc: generated c code does not compile clean yet - new.
- 0000654: [compiler] Fix reference level on accessing a for ( : ) map iterator with a struct key - new.
- 0000653: [compiler] Map with generic type fails to instantiate when no space between the two generic definitions (>>) - new.
- 0000652: [compiler] Compiler generating bad code for Map iterator - new.
- 0000071: [compiler] Casting to base struct generates an extra referencing operator - new.
- 0000608: [compiler] renew operator: should not need to be assigned! - new.
- 0000658: [compiler] delete should always chose data members rather than properties - new.
- 0000094: [compiler] DCOM fussiness over module names and module order - new.
- 0000087: [compiler] On FreeBSD calling gcc from compiling tools with -I"/usr/local/include" doesn't work - new.
- 0000598: [compiler] No syntax error on "case pageUp: pageDown:" - new.
- 0000108: [compiler] Consequential cast ignored; (char*)p + ((unsigned short)-page_free); subtracts instead of adds - new.
- 0000109: [compiler] Infinite recursion (in enum matching?) when 2 classes have reciprocal conversion properties - new.
- 0000205: [compiler] char a,b; bool overflow = ((a^b>=0)&&((char)((char)(a+b)^a)<0)); - new.
- 0000206: [compiler] Issues encountered in KCMD - new.
- 0000207: [compiler] Symbol files and specified 'this class' functions - new.
- 0000231: [compiler] Memoryguard compile problems with ffmpeg headers - new.
- 0000234: [compiler] The SDK package fails to compile with GCC 3.4.5 - new.
- 0000243: [compiler] LaunchTimes in KCMD also requires an iterator to properly access Date object in additional to for( : ) syntax - new.
- 0000257: [compiler] Functions with thisclass broken across .sym importing - new.
- 0000271: [compiler] Compiler Crash - new.
- 0000277: [compiler] 'define' chokes on undefined classes used for casting in the defined expression - new.
- 0000315: [compiler] Compiler crash on C++ style method definition - new.
- 0000199: [compiler] Creating empty struct class (0 bytes) fails - new.
- 0000196: [compiler] Identifier versus Type conflicts, the following seems to compile fine in C but generate syntax errors in eC: - new.
- 0000182: [compiler] ?? operator - new.
- 0000514: [compiler] Support for Interface Constructs - new.
- 0000406: [compiler] removing the need to use import "ecere" vs import static "ecere" depending on the linking method that was used - new.
- 0000403: [compiler] Assigning Templated value to Array<T> doesn't work - new.
- 0000208: [compiler] Unterminated String on a line causes many syntax errors - new.
- 0000195: [compiler] When declaring a virtual method as private, FindMethod might not find it since it is passed a module resulting in an unmangled i - new.
- 0000458: [compiler] compiler: Linking ecereCOM-statically (and potentially Ecere), but exporting it outside! - new.
- 0000404: [documentor] Show inherited methods/properties - new.
- 0000432: autocomplete is incomplete - new.
- 0000057: [ide] mouse scroll in File > Open working only after click - acknowledged.
- 0000312: [ide] Support for GCC type checking - acknowledged.
- 0000422: [tarball] too many warnings when compiling sdk sources - confirmed.

0 of 167 issue(s) resolved. Progress (0%).

Ecere SDK - 0.46
================

Autolayout GUI,
NaCl Support,
C++ Bindings
https://launchpad.net/ecere/+milestone/0.46
0%
- 0000282: [ide] cycle counter - new.
- 0000889: [compiler] New Code Generation Options - new.
- 0000888: [compiler] Rewrite Parser - new.
- 0000264: [compiler] Pluralization for classes, "with" clause - new.
- 0000650: [compiler] We need our own translation tool (.po file editor) - new.
- 0000448: [ecere] runtime: AutoLayout / Skinning GUI - new.
- 0000824: [compiler] In MemoryGuard config, cannot compile List.ec without import "instance" - new.

0 of 7 issue(s) resolved. Progress (0%).


Mantis 1.1.1[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker