Activity
From 07/01/2015 to 07/30/2015
07/30/2015
- 04:59 PM Bug #1214 (Approved): Jumping to header dosen't save history
- 03:38 PM Bug #1214 (Ready for QA): Jumping to header dosen't save history
- 04:53 PM Feature #1211: tar makefile should build umk first, then use it to build theide
- I found the source of issue. We are talking about two makefiles. On in $(UppRoot) and one in $(UppRoot)/uppsrc. The f...
- 02:43 PM Feature #1211: tar makefile should build umk first, then use it to build theide
- Zbigniew Rebacz wrote:
> I tried compile ide with "make -j", but it crashed my linux. Not full crashed but cpu usage... - 12:45 PM Feature #1211: tar makefile should build umk first, then use it to build theide
- I tried compile ide with "make -j", but it crashed my linux. Not full crashed but cpu usage was so high that I can do...
- 07:31 AM Feature #1211: tar makefile should build umk first, then use it to build theide
- Zbigniew Rebacz wrote:
> It would be faster, because umk is smaller than TheIDE. It dosen't contain GUI component, s... - 03:47 PM Bug #1208 (Approved): cpp: Should be able to handle at least utf8-bom
- 03:39 PM Feature #1219 (Rejected): New C++11 attributes should be removed by Lex
- 09:34 AM Feature #1217: Generated makefile should create build_info.h
- Cool, thanks!
Patch applied, leaving open so that I do not forget to update umk/reenable about...
07/29/2015
- 11:11 PM Feature #1218 (Approved): Add "Edit as text" & "Edit in designer" icon to ide
- 10:49 PM Feature #1211: tar makefile should build umk first, then use it to build theide
- It would be faster, because umk is smaller than TheIDE. It dosen't contain GUI component, so compilation should be sh...
- 09:50 PM Feature #1211: tar makefile should build umk first, then use it to build theide
- Would it help anything? It would just make the process longer, by compiling a lot of code twice...
I assume this i... - 10:44 PM Feature #1217 (Patch ready): Generated makefile should create build_info.h
- Attached patch provides required functionality. Should be 100% equivalent to the code in TheIDE itself.
Once you a... - 10:44 PM Feature #1217 (Patch ready): Generated makefile should create build_info.h
- Attached patch provides required functionality. Should be 100% equivalent to the code in TheIDE itself.
Once you a... - 10:44 PM Feature #1217 (Patch ready): Generated makefile should create build_info.h
- Attached patch provides required functionality. Should be 100% equivalent to the code in TheIDE itself.
Once you a... - 09:52 PM Feature #1217 (Approved): Generated makefile should create build_info.h
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9349&goto=44937
- 02:23 PM Bug #1216 (Approved): Alt+I on LineEdit constructor goes to ~LineEdit
- 12:40 PM Bug #1205 (Approved): When build mehtod is changed it should trigger code rescanning
07/28/2015
- 09:17 PM Bug #1205 (Ready for QA): When build mehtod is changed it should trigger code rescanning
- I believe this is resolved.
- 09:17 PM Bug #1205 (Ready for QA): When build mehtod is changed it should trigger code rescanning
- I believe this is resolved.
- 08:41 PM Feature #1201 (Approved): CodeEditor: Could show "misplaced" tabs and lineendings
- 07:33 PM Bug #1216 (Approved): Alt+I on LineEdit constructor goes to ~LineEdit
- 07:32 PM Bug #1215 (Approved): Jump to local variables stopped working
- 06:23 PM Bug #1215 (Approved): Jump to local variables stopped working
- 05:57 PM Feature #1200 (Approved): Add go forward/back in menu bar
- 04:47 PM Bug #1214 (Approved): Jumping to header dosen't save history
- 1. Jump to header for example Core/Core.h
2. Go back
3. Go forward is disable. - 01:57 PM Bug #1213 (Approved): Alt+I in commented file goes to weird place...
07/27/2015
- 10:04 PM Feature #1212 (Approved): ide: files without extension can be C++ headers
- 09:38 PM Feature #1212 (Approved): ide: files without extension can be C++ headers
- Find out how to detect...
- 07:45 PM Feature #1211 (Approved): tar makefile should build umk first, then use it to build theide
- 05:58 PM Feature #1210: TabCtrl should be able to have tabs at bottom (and even better, left, right)
- Cool feature ;)
- 05:11 PM Feature #1210 (New): TabCtrl should be able to have tabs at bottom (and even better, left, right)
- 04:06 PM Bug #1209 (Approved): IDE compilation error with MSC12 related to precompile headers
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44940&#msg_44940
07/26/2015
- 11:43 PM Bug #1207 (Approved): cpp: Resolve include / pp issue with mingw
- 08:09 PM Bug #1207 (Approved): cpp: Resolve include / pp issue with mingw
- c++config.h contains _GLIBCXX_VISIBILITY which does not expand in most files.
- 09:39 PM Bug #1208 (Approved): cpp: Should be able to handle at least utf8-bom
- 06:54 PM Bug #1206 (Approved): Clicking "Forum" when being on forum open new browser tab
- Sometimes I want to back to forum index by clicking "Forum" button. It always open new tab. The new tab is not open w...
- 04:28 PM Bug #1205 (Approved): When build mehtod is changed it should trigger code rescanning
- For example. We have got three builders GCC (with full system include paths), Clang(lack of include paths) and Androi...
- 04:23 PM Feature #1204: Add NDK platform detection
- Important information. Now in NDK makefiles we used platform defined by SDK.
- 04:18 PM Feature #1204 (New): Add NDK platform detection
- NDK can posses different platform than SDK. Probably if platform is wrongly defined the latest platform is used.
N... - 10:27 AM Bug #1003 (Approved): IDE: Run options layout problems - "File" is shadowed
- 09:36 AM Bug #1203 (New): ide TabBar issue
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9347&start=0&
- 08:23 AM Bug #1202: Kde problems with gdb - failed to set controlling terminal: operation not permitted
- This is normal (and not our bug and not fixable).
Debugging should proceed normally, despite the warning. Does it? - 08:14 AM Bug #914 (Approved): Chained assist not working
07/25/2015
- 11:59 PM Bug #1202 (New): Kde problems with gdb - failed to set controlling terminal: operation not permitted
- Debuggin in console mode in KDE dosen't work. It shows following error:...
- 07:58 PM Feature #1201: CodeEditor: Could show "misplaced" tabs and lineendings
- It shouldn't be enable by default. It can be implemented as ide option [disable by default]. In my opinion pure code ...
- 12:07 PM Feature #1201 (Approved): CodeEditor: Could show "misplaced" tabs and lineendings
- - if there are spaces/tabs AFTER last character
07/24/2015
- 07:31 PM Feature #1200 (Approved): Add go forward/back in menu bar
- I have created simply concept
- 02:25 PM Bug #1031 (Approved): Show/hide workspace should use menu check box
- 02:11 PM Bug #1030 (Rejected): "View as hex" can led to confusion
07/23/2015
- 11:09 PM Bug #1184 (Approved): Ide: There are 2 'All' entries in Navigator
- 10:22 PM Feature #1199 (Rejected): Add function "void DisableCtrls(const Vector< Ptr<Ctrl> >& ctrl)" to Ct...
- 03:00 PM Feature #1199 (Rejected): Add function "void DisableCtrls(const Vector< Ptr<Ctrl> >& ctrl)" to Ct...
- It seems that there is not counterweights for following method "void EnableCtrls(const Vector< Ptr<Ctrl> >& ctrl)".
... - 10:09 PM Feature #1181 (Approved): Rename package dialog can be a little bit bigger and should display pac...
- Prefill implemented, making it wider looks ugly IMO.
- 10:03 PM Bug #1191 (Approved): cpp: VectorMap<String, String>()[i]. no autocomplete
- 09:15 PM Bug #1198 (Approved): ide: Jump to ::AddContact does not work (global namespace over method issue)
- 12:21 PM Bug #1198 (Approved): ide: Jump to ::AddContact does not work (global namespace over method issue)
- 10:05 AM Bug #1196 (Approved): ide: Jump to FileTabs::RenameFile does not work
07/22/2015
- 02:38 PM Bug #1068 (Approved): ide: Navigator doubleclick on scope
- 09:51 AM Bug #1197 (New): ide: Fix GccBuilder for OSX
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44925&#msg_44925
- 08:58 AM Bug #1189 (Approved): cpp: String txt[2]; txt[i]. no autocomplete
07/21/2015
- 03:15 PM Bug #1151 (Approved): Renaming .iml file should force reparse
- 03:10 PM Bug #1196 (Approved): ide: Jump to FileTabs::RenameFile does not work
- void EditorTabBar::RenameFile(const String& fn, const String& nn)
{
FileTabs::RenameFile(WString(fn), WString(nn))... - 02:49 PM Bug #1194 (Approved): ide: Second Ctrl+B should return to text mode
07/20/2015
- 07:13 PM Feature #1195 (Approved): Update Zlib
- We can update Zlib to the latest version "1.2.8": http://www.zlib.net/.
- 02:31 PM Bug #1194 (Approved): ide: Second Ctrl+B should return to text mode
- 01:02 PM Feature #1190 (New): post-commit should update version number
07/19/2015
- 01:08 AM Bug #1193 (Rejected): Core: StringBuffer::Set
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44904&#msg_44904
- 07:59 PM Bug #1192 (Approved): cpp: Adding external #include (e.g. <vector>) does not cause parsing on ass...
- (should it?)
07/18/2015
- 06:54 PM Bug #1191 (Approved): cpp: VectorMap<String, String>()[i]. no autocomplete
- 12:26 PM Feature #1190: post-commit should update version number
- Yes, svn keywords unfortunately don't work very well (at least for what you'd like to do) either...
The only way c...
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
Also available in: Atom