Activity
From 06/18/2015 to 07/17/2015
07/17/2015
- 11:54 PM Feature #1190 (Rejected): post-commit should update version number
- 10:12 PM Feature #1190 (In Progress): post-commit should update version number
- But it seems that commiter needs to modify this file.
- 10:12 PM Feature #1190 (In Progress): post-commit should update version number
- But it seems that commiter needs to modify this file.
- 10:06 PM Feature #1190: post-commit should update version number
- So, it seems that we should using svn keyword? Then get correct content from it - http://svnbook.red-bean.com/en/1.4/...
- 09:52 PM Feature #1190: post-commit should update version number
- Did you test the script? I'm afraid it won't work :-( I studied this couple years ago and found out that there is no ...
- 07:48 PM Feature #1190 (Rejected): post-commit should update version number
- Now our visioning system doesn’t work correctly. After doing "svn up" - ide/version.h doesn’t contain version number....
- 03:41 PM Bug #1189 (Approved): cpp: String txt[2]; txt[i]. no autocomplete
- 03:35 PM Bug #1188 (Approved): ide: Jump to Ctrl::ProcessEvents(); does not work
07/16/2015
- 03:34 PM Bug #1186 (Approved): Build methods crash ide when empty builder is saved
- OK, thanks for the tip. I will consider using such construction in the future.
- 08:49 AM Bug #1186: Build methods crash ide when empty builder is saved
- That pretty verbose way to do that, I have refactored to
String builderName = map.Get("BUILDER", Null);
- 10:48 AM Bug #1188: ide: Jump to Ctrl::ProcessEvents(); does not work
- Also no autocomplete
Ctrl::ProcessEvent
(perhaps because of namespace) - 10:45 AM Bug #1188 (Approved): ide: Jump to Ctrl::ProcessEvents(); does not work
- 08:45 AM Feature #1187 (New): ide: svn history double-click should go to line
07/15/2015
- 10:07 PM Bug #1186 (Ready for QA): Build methods crash ide when empty builder is saved
- Fixed in revision - 8687.
- 10:07 PM Bug #1186 (Ready for QA): Build methods crash ide when empty builder is saved
- Fixed in revision - 8687.
- 08:39 PM Bug #1186 (Approved): Build methods crash ide when empty builder is saved
- How to reproduce?
1. Open build methods.
2. Create builder and name it.
3. Save methods
4. Open build methods
- 09:05 PM Bug #1185 (Approved): cpp: Value v; v.To<ErrorInfo>(). no autocomplete (ide sources)
- 03:48 PM Bug #1185 (Approved): cpp: Value v; v.To<ErrorInfo>(). no autocomplete (ide sources)
- Save for ValueTo<ErrorInfo>(v).
- 04:02 PM Feature #1037 (Approved): F4 should skip lines without line number in errors pane
07/14/2015
- 02:17 PM Bug #1184 (Approved): Ide: There are 2 'All' entries in Navigator
- (Nos: SinceTill)
- 12:21 PM Feature #1167 (Approved): Delete package from packages list
07/13/2015
- 12:57 AM Feature #1183 (Approved): Exported PDF from RichEdit can handle internet url
- When browsing generated pdf you can not click on internet links in external pdf viewer program.
- 04:31 PM Feature #1049 (Approved): ide: Support UTF16
- 04:29 PM Bug #1149 (Rejected): ide: Crashes on BananaPI AMRHF
- 12:16 PM Feature #1180 (Approved): ide: Alt+C on THISBACK could create the function definition
07/12/2015
- 04:17 PM Feature #1182 (New): Add logcat support
- Now, to read logs you need to manually call "adb -d logcat" command from terminal. To speed up this process ide shoul...
- 11:32 AM Feature #1181: Rename package dialog can be a little bit bigger and should display package name i...
- I think "Warning" should be the length of one line like in delete package warning.
- 11:31 AM Feature #1181 (Approved): Rename package dialog can be a little bit bigger and should display pac...
- I think we can improve a little bit this dialog by making it a little bit bigger. Moreover nice feature will be fille...
07/11/2015
- 10:41 PM Feature #1010 (Approved): ide: rename package
- 10:40 PM Bug #734 (Approved): Include en-us.udc files in releases
- 10:32 PM Feature #1167 (Ready for QA): Delete package from packages list
- 11:18 AM Feature #1167: Delete package from packages list
- I have considering deleting/renaming package for ages, but have not implemented it yet because package can be referen...
- 09:58 PM Feature #1180 (Approved): ide: Alt+C on THISBACK could create the function definition
- 02:48 PM Bug #1098 (Rejected): cpp: ide high memory usage with infinity loop
- Seems to be duplicate of #1155.
- 02:47 PM Bug #1172 (Approved): ide: Check/document replace index
- 01:48 PM Feature #1163 (Approved): Add .defs for Core, CtrlCore
- 01:48 PM Bug #1165 (Approved): Remove SSE2 flag from Skylark tutorials
- 01:48 PM Bug #1166 (Approved): Remove SSE2 flag from ide templates
07/10/2015
- 08:47 PM Bug #1034 (Rejected): ide: Pressing ctrl+comma crashed
- 08:39 PM Bug #1178 (Approved): ide: Alt+I does not match just name (without signature)
- 01:14 PM Bug #1178 (Approved): ide: Alt+I does not match just name (without signature)
- void GotoDesignerFile(const String& path, const CppItem& pos, const String& scope);
- 02:39 PM Feature #1131 (Approved): ide: Navigator should navigate to particular layout/widget
- 02:38 PM Feature #1173 (Approved): ide: laydes: visgen: Labels, brackets
- 01:20 PM Bug #1179 (Approved): Examples site dosen't show java files
- http://www.ultimatepp.org/examples$AndroidMath$en-us.html - java source files are not displayed.
- 09:33 AM Bug #1177 (Approved): ide: Navigator: Clicking on file item jumps
07/09/2015
- 11:07 PM Feature #1131: ide: Navigator should navigate to particular layout/widget
- And maybe ALT+I (or ALT+J) in layout could navigate to code (some class definition using the layout).
- 11:00 PM Bug #1176 (Approved): ide: Alt+I on PPCQueueDlg constructor does not work
- 03:09 PM Bug #1176 (Approved): ide: Alt+I on PPCQueueDlg constructor does not work
- 03:26 PM Bug #1177 (Approved): ide: Navigator: Clicking on file item jumps
- 02:53 PM Feature #1069 (Approved): Nvl should be extended to support any number of arguments
- 01:57 PM Bug #1175 (Approved): umk: Fix for android builder
- int GetHydraThreads()
should return correct value for android builder
String GetAndroidSDKPath()
should be m... - 11:07 AM Feature #1174 (New): Core: Consider Win32 issue with orphaned processes
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44841&#msg_44841
07/08/2015
- 11:02 PM Bug #1171 (Approved): ide: Navigator item font in linux is smaller than scope, why?
- 10:49 PM Feature #1168 (Approved): ide: BLITZ - improve one hour heuristics
- 11:18 AM Feature #1173 (Approved): ide: laydes: visgen: Labels, brackets
- 11:15 AM Bug #1172 (Approved): ide: Check/document replace index
- 09:13 AM Bug #1161 (Approved): iml: After resize, weird red selection is displayed
- 09:13 AM Bug #1156 (Approved): iml: Shift Left/Right do not work anymore (because of Search)
- 09:12 AM Feature #1160 (Approved): iml: Extend of image could be detected
07/07/2015
07/06/2015
- 12:30 AM Bug #1170: Android builder should look for deleted files
- Renamed file can also be affected.
- 12:25 AM Bug #1170 (New): Android builder should look for deleted files
- When file is deleted it can exist in android sandbox project directory.
- 12:12 AM Bug #1169 (New): Failure "[INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]" when project contains...
- Log:...
- 12:40 PM Feature #1168: ide: BLITZ - improve one hour heuristics
- I have similar problem while developing Android builder. I need to remove "blitzbase" file in ide configuration dir.
- 09:40 AM Feature #1168 (Approved): ide: BLITZ - improve one hour heuristics
- - after svn checkout, BLITZ is not active... Perhaps we could do something like checking for minimal source tree time...
07/02/2015
- 09:52 PM Bug #1149: ide: Crashes on BananaPI AMRHF
- Caused by OOM killer
- 09:52 PM Bug #1157 (Rejected): New logo is too long when "GTK" is visible
06/30/2015
- 10:23 PM Bug #1164 (Approved): Alt+I on CreateCampaign PPC (in header) does not work
- 04:55 PM Bug #1164: Alt+I on CreateCampaign PPC (in header) does not work
- - problem is that grounding of previous function (CreateAccount) does not work...
- 04:51 PM Bug #1164 (Approved): Alt+I on CreateCampaign PPC (in header) does not work
- 09:45 PM Bug #1031 (Patch ready): Show/hide workspace should use menu check box
- Solution in diff.
- 09:45 PM Bug #1031 (Patch ready): Show/hide workspace should use menu check box
- Solution in diff.
- 09:24 PM Feature #1167 (Approved): Delete package from packages list
- Sometimes accidentally I create package that I don't want. I need to manually delete it from hard drive. Can we imple...
- 08:35 PM Bug #1166 (Approved): Remove SSE2 flag from ide templates
- SSE2 upp flag is not used any more.
- 06:44 PM Bug #1165 (Approved): Remove SSE2 flag from Skylark tutorials
- SSE2 is no longer valid upp flag.
- 02:45 PM Bug #1162 (Rejected): Add .defs for Core, CtrlCoew
06/29/2015
- 08:16 PM Feature #1163 (Approved): Add .defs for Core, CtrlCore
- INITBLOCK
EXITBLOCK
CONSOLE_APP_MAIN
GUI_APP_MAIN
.... - 08:16 PM Bug #1162 (Rejected): Add .defs for Core, CtrlCoew
- 06:29 PM Bug #1161 (Approved): iml: After resize, weird red selection is displayed
- 06:29 PM Feature #1160 (Approved): iml: Extend of image could be detected
06/28/2015
- 12:11 AM Bug #1159 (Approved): cpp: '~' symbol used in destruction is not properly detected
- Start writing destructor implementation outside class it will never be detected.
For example:... - 08:52 PM Bug #1154 (Approved): cpp: No autocomplete for popup.Ctrl::PopUp
- 04:04 PM Bug #1158 (New): cpp: Resolve specific declaration
- extern "C++" // templates cannot be declared to have 'C' linkage
template <typename T, size_t N>
char (*RtlpNumberO... - 03:34 PM Feature #1136 (Approved): cpp: Old style C function declarations should be detected
- 01:34 PM Bug #1157 (Rejected): New logo is too long when "GTK" is visible
- I think we have got small problem with new logo when "GTK" is visible. The string "TheIDE (64 bit) (GTK)" overlaps lo...
- 09:27 AM Bug #1156 (Approved): iml: Shift Left/Right do not work anymore (because of Search)
- 09:15 AM Bug #1155 (New): ide/cpp/u++: Check why in linux, it consumes 328MB vs 100MB in windows
06/27/2015
- 07:32 PM Bug #1154 (Approved): cpp: No autocomplete for popup.Ctrl::PopUp
- 07:32 PM Bug #1142 (Approved): ide: Left part of autocomplete (scope) could be bigger
- 07:25 PM Feature #1140 (Approved): Example for IndexSort, FieldOrder....
- 01:22 PM Bug #1098: cpp: ide high memory usage with infinity loop
- I think the bug is still there, but it is harder to catch it due to limiting scanning time.
- 01:09 PM Bug #1153 (Approved): Linking error on Windows due to "LNK1104: cannot open file"
- Sometimes I have linking error on Windows with MSC compile/debuger.
Error:... - 01:04 PM Bug #1152 (Approved): Format setup" is not precise window title for "Enviroment..
- I think the name is not precise in this situation. "Format setup" is one of many options in this window. The best nam...
06/25/2015
- 07:03 PM Bug #883 (Approved): ide: Alt+J unable to resolve base class from template (e.g. : WithXXXLayout<...
- 03:50 PM Bug #1143 (Approved): cpp: image class detection doesn’t work correctly
- 03:36 PM Bug #1151 (Approved): Renaming .iml file should force reparse
- (Because it depends on its name...)
- 02:24 PM Bug #1150 (New): ide: Log (e.g.) should be reloaded when activating theide
- 11:36 AM Feature #1144 (Approved): ide: Ctrl+G count pick current identifier
- 09:21 AM Bug #1141 (Approved): cpp: RevisionSources()[q].
06/24/2015
- 08:53 PM Bug #1145 (Approved): cpp: no autocomplete: suppress ? CUSTOMER_STATUS_CANCELED : CUST
- 01:03 PM Bug #1145 (Approved): cpp: no autocomplete: suppress ? CUSTOMER_STATUS_CANCELED : CUST
- 08:47 PM Bug #1149 (Rejected): ide: Crashes on BananaPI AMRHF
- 08:43 PM Bug #1146 (Approved): cpp: No autocomplete Select().From().Where().OrderBy(). [Limit]
- 02:41 PM Bug #1146 (Approved): cpp: No autocomplete Select().From().Where().OrderBy(). [Limit]
- 08:35 PM Feature #1148 (Approved): ide: When cpp finalized, remove CLOGs....
- 03:59 PM Feature #1147 (Approved): ide: four-digit numbers (like 1024) should not be thousands separated
- 02:45 PM Feature #1147 (Approved): ide: four-digit numbers (like 1024) should not be thousands separated
- 11:30 AM Feature #1144 (Approved): ide: Ctrl+G count pick current identifier
06/23/2015
- 09:30 PM Bug #1133 (Approved): cpp: Navigator should not sort namespaces before global functions (Tags)
- 09:02 PM Bug #1143 (Approved): cpp: image class detection doesn’t work correctly
- It seems that image classes indexing stop working for some reason. Please try to use "CtrlImg" or "IdeImg" inside ide...
- 08:07 PM Bug #1139 (Rejected): cpp: class range operator should show only static class member such as vari...
- OK, I understand.
- 08:13 AM Bug #1139: cpp: class range operator should show only static class member such as variables/classes
- I think you are wrong. Consider callback(this, &Foo::SomeNormalMethod).
- 02:08 PM Bug #1142 (Approved): ide: Left part of autocomplete (scope) could be bigger
- 01:55 PM Bug #1141 (Approved): cpp: RevisionSources()[q].
- 08:14 AM Feature #1140 (Approved): Example for IndexSort, FieldOrder....
06/22/2015
- 09:13 PM Bug #1139 (Rejected): cpp: class range operator should show only static class member such as vari...
- I think writing somethink like that: " AndroidNDK::(static_members)" outside class should show only public static var...
- 04:31 PM Bug #872 (Approved): C++ Parser issue
- 04:20 PM Bug #1084 (Approved): Ide star lagging after revision 8458
- 11:49 AM Bug #1116 (Approved): ide: Improve Goto line behaviour
- 11:30 AM Feature #1126 (Approved): Ctrl+comma could fill matching parts linux-style
- 11:30 AM Bug #1135 (Approved): ide: cpp: resolve issue with autocomplete array cursor
- 06:19 AM Bug #1129: Detached LocalProcess becomes zombie
- Thank you.
Should I try to add the missing GetPid/IsRunning functionality for double fork mode? It should be quite...
06/21/2015
- 01:42 PM Bug #1138 (New): Navigator display dosen't show arrow symbolizing that there is more content in cell
- This heavior should be derived from standard ArrayCtrl behavior.
- 01:34 PM Feature #1137: Navigator need high resolution (16x16) sort icons
- I made image a little bit more quadric.
- 01:01 PM Feature #1137 (Approved): Navigator need high resolution (16x16) sort icons
- I think current (10x10) is definitly too small. I would like to notice that we have empty space for bigger icon in na...
- 01:21 PM Bug #1129 (Approved): Detached LocalProcess becomes zombie
- 08:32 AM Bug #1127 (Approved): cpp: no autocomplete struct EclDlg : With
- 07:59 AM Feature #1136 (Approved): cpp: Old style C function declarations should be detected
- ...
06/20/2015
- 08:25 PM Bug #1102 (Approved): Annotations patch does not handle type classifications (void Foo(Upp::String))
- 08:25 PM Bug #1070 (Approved): cpp: String::FindAfter doc not displayed
- 07:28 PM Bug #1129 (In Progress): Detached LocalProcess becomes zombie
- Accepted; I am leaving it active for me to complete documentation; Topic++ is now in transition as new C++ parser is ...
- 07:23 PM Bug #1129: Detached LocalProcess becomes zombie
- I think that you missed the part when sCleanZombies is installed as signal handler (you do receive SIGCHLD a signal w...
- 01:58 PM Bug #1129: Detached LocalProcess becomes zombie
- Oh, I see it now :-) It was just a stupid copy&paste error, I forgot to delete the parameter...
sCleanZombies is a... - 01:06 PM Bug #1129: Detached LocalProcess becomes zombie
- Anyway, the parameter in NoDoubleFork is not used (do not worry, I will fix that as soon as I will understand the nee...
- 12:54 PM Bug #1129: Detached LocalProcess becomes zombie
- Zbigniew Rebacz wrote:
> What is wrong with "DoubleFork(false)" to have separate method "NoDoubleFork()".
Nothing... - 07:20 PM Bug #1132 (Approved): cpp: . (alone) causes autocomplete
- 03:00 PM Bug #1132 (Approved): cpp: . (alone) causes autocomplete
- 05:23 PM Bug #1134 (Approved): cpp: No jump to CodeBase().namespaces
- 03:14 PM Bug #1134 (Approved): cpp: No jump to CodeBase().namespaces
- 03:31 PM Bug #1125 (Approved): One<String>()-> does not autocomplete
- 03:31 PM Bug #1128 (Approved): cpp: ATagIndex(). no autocomplete
- 03:25 PM Bug #1135 (Approved): ide: cpp: resolve issue with autocomplete array cursor
- 03:03 PM Bug #1133 (Approved): cpp: Navigator should not sort namespaces before global functions (Tags)
- 02:46 PM Feature #1131 (Approved): ide: Navigator should navigate to particular layout/widget
06/19/2015
- 06:34 PM Bug #1129: Detached LocalProcess becomes zombie
- I think you do not need two methods that doing exactly the same thing:...
- 10:47 AM Bug #1130 (Approved): ide: Jump to im.ptype (Parser.cpp Parser::Fn) jumps to local variable
- 09:10 AM Bug #1130 (Approved): ide: Jump to im.ptype (Parser.cpp Parser::Fn) jumps to local variable
- 09:43 AM Bug #1104 (Approved): cpp: Single<CppItemInfoDisplay>(). does not autocomplete...
06/18/2015
- 08:47 PM Bug #1129 (Approved): Detached LocalProcess becomes zombie
- Consider this example:...
- 01:52 PM Bug #1128: cpp: ATagIndex(). no autocomplete
- Also Tags().
- 01:50 PM Bug #1128 (Approved): cpp: ATagIndex(). no autocomplete
- 11:12 AM Bug #1127 (Approved): cpp: no autocomplete struct EclDlg : With
- 09:57 AM Feature #1126 (Approved): Ctrl+comma could fill matching parts linux-style
- 09:47 AM Bug #1125 (Approved): One<String>()-> does not autocomplete
Also available in: Atom