Miroslav Fidler's activity
From 11/03/2015 to 12/02/2015
12/01/2015
- 02:28 PM U++ Bug #1349 (Rejected): Core: boost issue with t_
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=45551&#msg_45551
11/30/2015
- 02:35 PM U++ Feature #1347 (Approved): Core: Consider using pick in callbackN
- - should solve the issue of passing containers to callbacks
11/29/2015
- 05:41 PM U++ Feature #1346 (Approved): ide: Improve clang++ support in posix
- 01:25 PM U++ Feature #1346 (Approved): ide: Improve clang++ support in posix
11/26/2015
- 07:16 PM U++ Bug #1344 (Ready for QA): Drawing in Scribble dosen't work on GTK backend - problems with Capture
- Actually, it was just DrawLine problem...
- 07:16 PM U++ Bug #1344 (Ready for QA): Drawing in Scribble dosen't work on GTK backend - problems with Capture
- Actually, it was just DrawLine problem...
11/25/2015
- 03:33 PM U++ Bug #1345 (New): Consider replacing nasm
- https://github.com/vmt/udis86
11/24/2015
- 09:23 AM U++ Bug #1334 (Approved): SliderCtrl and UHD
11/22/2015
- 11:18 PM U++ Task #1335 (Approved): Nightly builds can be organize in table on website
- 08:54 AM U++ Bug #1339 (Approved): ide: Binary view should sync status on opening file
- 07:27 AM U++ Bug #1341 (Approved): Menubar icon bar on Windows is too high due to HiDPI feature
11/21/2015
- 03:03 PM U++ Bug #1340 (Approved): ide: Json view has Xml icon
- 03:03 PM U++ Bug #1338 (Approved): About dialog has got too big font on kubuntu 14.04
11/20/2015
- 02:15 PM U++ Bug #1340 (Approved): ide: Json view has Xml icon
- 11:52 AM U++ Bug #1339 (Approved): ide: Binary view should sync status on opening file
- all zeroes there unless cursor is moved
11/19/2015
11/17/2015
- 07:52 AM U++ Bug #1330 (Approved): ide: Getting slugish
- 07:50 AM U++ Bug #1337 (Approved): HiDPI FontInfo problem
- Well, FontInfo is obsolete... and behaviour is correct.
I have fixed AppPreview... - 07:50 AM U++ Bug #1321 (Approved): Scrollbar in upp template dosen't work
11/14/2015
11/11/2015
- 04:01 PM U++ Bug #1334 (Approved): SliderCtrl and UHD
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=45428&#msg_45428
- 01:24 PM U++ Feature #1333 (New): cpp: Way to handle with special includes (e.g. like Rights.i)
- 01:01 PM U++ Feature #1332 (New): cpp: Body resume
- Mismatched parenthesis lead to error, maybe we should try to resume...
11/10/2015
- 09:23 AM U++ Bug #1330 (Approved): ide: Getting slugish
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9453&start=0&
- 09:07 AM U++ Feature #1329 (Rejected): ide: Number of columns could be per-file setting (just like tabs)
11/09/2015
- 10:36 AM U++ Bug #1328 (Approved): cpp: Some std::vector issues
- 10:35 AM U++ Bug #1326 (Approved): cpp: Problem with <
11/07/2015
- 06:14 PM U++ Bug #1328 (Approved): cpp: Some std::vector issues
- void Autocomplete()
{
vector<string> v;
for(const auto& i : v)
i.
}
void Autocomplete()
{
map<int, str... - 05:50 PM U++ Bug #1327 (Approved): ide: Pdb debugger normal exit issue
- 05:46 PM U++ Bug #1327 (Approved): ide: Pdb debugger normal exit issue
- 09:29 AM U++ Bug #1326 (Approved): cpp: Problem with <
- for(int i = 0; i < Font:: ; i++)
11/06/2015
- 07:49 PM U++ Bug #1291 (Approved): ide: Environment setting tabs should react immediatelly, "grouping" does no...
- 02:47 PM U++ Bug #1294 (Approved): cpp: Assist++ now working (maybe, check)
11/05/2015
- 01:15 PM U++ Bug #1325 (New): LineEdit: Rectangular block delete in 250MB file does not work
- deleting in all lines...
- 08:34 AM U++ Bug #1322 (Approved): cpp: Assist C++11 issue
11/04/2015
- 10:35 AM U++ Bug #1324 (Approved): inde: Win7 32-bit autosetup issue
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9448&start=0&
- 08:18 AM U++ Feature #1323: ide: Number of columns could be per-file setting (just like tabs)
- (and spell checking, for comments and text files)
- 08:17 AM U++ Feature #1323 (New): ide: Number of columns could be per-file setting (just like tabs)
11/03/2015
- 05:47 PM U++ Bug #1322 (Approved): cpp: Assist C++11 issue
- Index<String> words;
for(const auto& : words)
s.
11/02/2015
- 12:14 AM U++ Feature #1046 (Approved): IDE: Set main package could have default shortcut
- 12:12 AM U++ Feature #1220 (Approved): Add "New package.." entry in PackageMenu
- 12:10 AM U++ Bug #1152 (Approved): Format setup" is not precise window title for "Enviroment..
- 12:10 AM U++ Bug #1080 (Approved): cpp: this dosen't show private variable
- 12:02 AM U++ Bug #1320 (New): cpp: Resolve namespace issue
- namespace Foo {
struct Bar {
void Fn();
};
};
using namespace Foo;
void Bar::Fn()
{
}
Also available in: Atom