Miroslav Fidler's activity
From 07/06/2015 to 08/04/2015
08/02/2015
- 01:37 PM U++ Bug #1221 (Approved): assist: Alt+I does not work on static member vars
- bool Ctrl::AppHiDPIAware;
07/31/2015
- 01:54 PM U++ Feature #1190 (Ready for QA): post-commit should update version number
- ...resolved
See reference/build_info - 11:49 AM U++ Feature #1190: post-commit should update version number
- I never considered this too important... :)
There is also the issue that ide could be build from source not in svn... - 11:40 AM U++ Feature #1211: tar makefile should build umk first, then use it to build theide
- Well, I think we might to redefine this task to
"tarball creates umk too"
As for UppBuilder: that is one awesom...
07/30/2015
- 03:47 PM U++ Bug #1208 (Approved): cpp: Should be able to handle at least utf8-bom
- 03:39 PM U++ Feature #1219 (Rejected): New C++11 attributes should be removed by Lex
- 03:38 PM U++ Bug #1214 (Ready for QA): Jumping to header dosen't save history
- 09:34 AM U++ 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
07/28/2015
- 09:17 PM U++ Bug #1205 (Ready for QA): When build mehtod is changed it should trigger code rescanning
- I believe this is resolved.
- 09:17 PM U++ Bug #1205 (Ready for QA): When build mehtod is changed it should trigger code rescanning
- I believe this is resolved.
- 08:41 PM U++ Feature #1201 (Approved): CodeEditor: Could show "misplaced" tabs and lineendings
- 07:33 PM U++ Bug #1216 (Approved): Alt+I on LineEdit constructor goes to ~LineEdit
- 07:32 PM U++ Bug #1215 (Approved): Jump to local variables stopped working
- 06:23 PM U++ Bug #1215 (Approved): Jump to local variables stopped working
- 05:57 PM U++ Feature #1200 (Approved): Add go forward/back in menu bar
- 01:57 PM U++ Bug #1213 (Approved): Alt+I in commented file goes to weird place...
07/27/2015
- 10:04 PM U++ Feature #1212 (Approved): ide: files without extension can be C++ headers
- 09:38 PM U++ Feature #1212 (Approved): ide: files without extension can be C++ headers
- Find out how to detect...
- 07:45 PM U++ Feature #1211 (Approved): tar makefile should build umk first, then use it to build theide
- 05:11 PM U++ Feature #1210 (New): TabCtrl should be able to have tabs at bottom (and even better, left, right)
07/26/2015
- 11:43 PM U++ Bug #1207 (Approved): cpp: Resolve include / pp issue with mingw
- 08:09 PM U++ 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 U++ Bug #1208 (Approved): cpp: Should be able to handle at least utf8-bom
- 10:27 AM U++ Bug #1003 (Approved): IDE: Run options layout problems - "File" is shadowed
- 09:36 AM U++ Bug #1203 (New): ide TabBar issue
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9347&start=0&
- 08:23 AM U++ 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 U++ Bug #914 (Approved): Chained assist not working
07/25/2015
- 12:07 PM U++ Feature #1201 (Approved): CodeEditor: Could show "misplaced" tabs and lineendings
- - if there are spaces/tabs AFTER last character
07/24/2015
07/23/2015
- 11:09 PM U++ Bug #1184 (Approved): Ide: There are 2 'All' entries in Navigator
- 10:22 PM U++ Feature #1199 (Rejected): Add function "void DisableCtrls(const Vector< Ptr<Ctrl> >& ctrl)" to Ct...
- 10:09 PM U++ 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 U++ Bug #1191 (Approved): cpp: VectorMap<String, String>()[i]. no autocomplete
- 09:15 PM U++ Bug #1198 (Approved): ide: Jump to ::AddContact does not work (global namespace over method issue)
- 12:21 PM U++ Bug #1198 (Approved): ide: Jump to ::AddContact does not work (global namespace over method issue)
- 10:05 AM U++ Bug #1196 (Approved): ide: Jump to FileTabs::RenameFile does not work
07/22/2015
- 02:38 PM U++ Bug #1068 (Approved): ide: Navigator doubleclick on scope
- 09:51 AM U++ Bug #1197 (New): ide: Fix GccBuilder for OSX
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44925&#msg_44925
- 08:58 AM U++ Bug #1189 (Approved): cpp: String txt[2]; txt[i]. no autocomplete
07/21/2015
- 03:15 PM U++ Bug #1151 (Approved): Renaming .iml file should force reparse
- 03:10 PM U++ 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 U++ Bug #1194 (Approved): ide: Second Ctrl+B should return to text mode
07/20/2015
07/19/2015
- 01:08 AM U++ Bug #1193 (Rejected): Core: StringBuffer::Set
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=44904&#msg_44904
- 07:59 PM U++ Bug #1192 (Approved): cpp: Adding external #include (e.g. <vector>) does not cause parsing on ass...
- (should it?)
07/18/2015
07/17/2015
- 03:41 PM U++ Bug #1189 (Approved): cpp: String txt[2]; txt[i]. no autocomplete
- 03:35 PM U++ Bug #1188 (Approved): ide: Jump to Ctrl::ProcessEvents(); does not work
07/16/2015
- 10:48 AM U++ Bug #1188: ide: Jump to Ctrl::ProcessEvents(); does not work
- Also no autocomplete
Ctrl::ProcessEvent
(perhaps because of namespace) - 10:45 AM U++ Bug #1188 (Approved): ide: Jump to Ctrl::ProcessEvents(); does not work
- 08:49 AM U++ 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);
- 08:45 AM U++ Feature #1187 (New): ide: svn history double-click should go to line
07/15/2015
- 09:05 PM U++ Bug #1185 (Approved): cpp: Value v; v.To<ErrorInfo>(). no autocomplete (ide sources)
- 03:48 PM U++ Bug #1185 (Approved): cpp: Value v; v.To<ErrorInfo>(). no autocomplete (ide sources)
- Save for ValueTo<ErrorInfo>(v).
- 04:02 PM U++ Feature #1037 (Approved): F4 should skip lines without line number in errors pane
07/14/2015
- 02:17 PM U++ Bug #1184 (Approved): Ide: There are 2 'All' entries in Navigator
- (Nos: SinceTill)
07/13/2015
- 04:31 PM U++ Feature #1049 (Approved): ide: Support UTF16
- 04:29 PM U++ Bug #1149 (Rejected): ide: Crashes on BananaPI AMRHF
- 12:16 PM U++ Feature #1180 (Approved): ide: Alt+C on THISBACK could create the function definition
07/11/2015
- 10:41 PM U++ Feature #1010 (Approved): ide: rename package
- 10:40 PM U++ Bug #734 (Approved): Include en-us.udc files in releases
- 10:32 PM U++ Feature #1167 (Ready for QA): Delete package from packages list
- 11:18 AM U++ 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 U++ Feature #1180 (Approved): ide: Alt+C on THISBACK could create the function definition
- 02:48 PM U++ Bug #1098 (Rejected): cpp: ide high memory usage with infinity loop
- Seems to be duplicate of #1155.
- 02:47 PM U++ Bug #1172 (Approved): ide: Check/document replace index
- 01:48 PM U++ Feature #1163 (Approved): Add .defs for Core, CtrlCore
- 01:48 PM U++ Bug #1165 (Approved): Remove SSE2 flag from Skylark tutorials
- 01:48 PM U++ Bug #1166 (Approved): Remove SSE2 flag from ide templates
07/10/2015
- 08:47 PM U++ Bug #1034 (Rejected): ide: Pressing ctrl+comma crashed
- 08:39 PM U++ Bug #1178 (Approved): ide: Alt+I does not match just name (without signature)
- 01:14 PM U++ 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 U++ Feature #1131 (Approved): ide: Navigator should navigate to particular layout/widget
- 02:38 PM U++ Feature #1173 (Approved): ide: laydes: visgen: Labels, brackets
- 09:33 AM U++ Bug #1177 (Approved): ide: Navigator: Clicking on file item jumps
07/09/2015
- 11:07 PM U++ 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 U++ Bug #1176 (Approved): ide: Alt+I on PPCQueueDlg constructor does not work
- 03:09 PM U++ Bug #1176 (Approved): ide: Alt+I on PPCQueueDlg constructor does not work
- 03:26 PM U++ Bug #1177 (Approved): ide: Navigator: Clicking on file item jumps
- 02:53 PM U++ Feature #1069 (Approved): Nvl should be extended to support any number of arguments
- 01:57 PM U++ 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 U++ 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 U++ Bug #1171 (Approved): ide: Navigator item font in linux is smaller than scope, why?
- 10:49 PM U++ Feature #1168 (Approved): ide: BLITZ - improve one hour heuristics
- 11:18 AM U++ Feature #1173 (Approved): ide: laydes: visgen: Labels, brackets
- 11:15 AM U++ Bug #1172 (Approved): ide: Check/document replace index
- 09:13 AM U++ Bug #1161 (Approved): iml: After resize, weird red selection is displayed
- 09:13 AM U++ Bug #1156 (Approved): iml: Shift Left/Right do not work anymore (because of Search)
- 09:12 AM U++ Feature #1160 (Approved): iml: Extend of image could be detected
07/07/2015
07/06/2015
- 09:40 AM U++ 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...
Also available in: Atom