Activity
From 06/28/2014 to 07/27/2014
07/27/2014
- 07:23 PM Bug #815: Commit 7542 breaks TheIDE compilation with GCC
- Same problem in Windows with MinGW. It affects to all my code (ide/Browser is used in Functions4U)
- 11:30 AM Bug #815 (In Progress): Commit 7542 breaks TheIDE compilation with GCC
- I'm kind of puzzled, why did you mark this Ready for QA before committing any fix...
Anyway, still the same probl... - 11:30 AM Bug #815 (In Progress): Commit 7542 breaks TheIDE compilation with GCC
- I'm kind of puzzled, why did you mark this Ready for QA before committing any fix...
Anyway, still the same probl...
07/26/2014
- 03:26 PM Bug #686 (Approved): Win8 win bgground
- 03:00 PM Bug #815 (Ready for QA): Commit 7542 breaks TheIDE compilation with GCC
- 09:32 AM Bug #815 (Approved): Commit 7542 breaks TheIDE compilation with GCC
- ...
- 01:59 PM Feature #816: Handle resolution change event on all existing backends
- Bug "When new resolution is bigger than previous window cannot be maximize" is felt during resizing VirtualBox Guest ...
- 01:57 PM Feature #816 (New): Handle resolution change event on all existing backends
- I think we should handle OS resolution change evnet. This is very important, because in currently U++ release we need...
07/25/2014
- 12:58 PM Bug #708 (Approved): DnD inside CodeEditor dosen't work (GTK backend)
- Thanks it works.
- 08:26 AM Bug #708 (Ready for QA): DnD inside CodeEditor dosen't work (GTK backend)
07/23/2014
- 11:20 AM Feature #814: ide: Automated insert of #includes
- Is this issue based on "this thread":http://www.ultimatepp.org/forums/index.php?t=msg&th=6805&goto=36811&#msg_36811?
... - 09:25 AM Feature #814 (Approved): ide: Automated insert of #includes
- (based on package uses)
- 08:58 AM Feature #524: Add support for uploading Stream data to HttpRequest
- http://www.ultimatepp.org/forums/index.php?t=msg&th=7799&start=0&
- 08:04 AM Bug #812 (Approved): On white on black setup, there are issues with highlighting
07/22/2014
- 09:05 PM Feature #811: LocalProcess & AProcess should have "WaitForExit" synchronization method
- It seems that it is bad idea, because to make it works perfect we will need more changes in Core.
- 08:51 PM Feature #811 (Rejected): LocalProcess & AProcess should have "WaitForExit" synchronization method
- 09:52 AM Bug #813 (Approved): Alt+J vs Ctrl::MOUSEWHEEL
- Qualification "Ctrl::" is ignored, therefore Alt+J does not work...
07/21/2014
- 08:56 PM Feature #811: LocalProcess & AProcess should have "WaitForExit" synchronization method
- Should we close pipes befor we start waiting and throw exception if whole operation fails? ...
- 07:36 PM Feature #811 (New): LocalProcess & AProcess should have "WaitForExit" synchronization method
- This has a problem: if slave process produces a lot of output, it will block forever (pipe buffer will get full as we...
- 07:36 PM Feature #811 (New): LocalProcess & AProcess should have "WaitForExit" synchronization method
- This has a problem: if slave process produces a lot of output, it will block forever (pipe buffer will get full as we...
- 07:24 PM Bug #812 (Approved): On white on black setup, there are issues with highlighting
- http://www.ultimatepp.org/forums/index.php?t=msg&goto=43389&#msg_43389
- 07:17 PM Feature #802 (Approved): ide: Alt+J should attemt to jump on variable type when jumping on variable
07/19/2014
- 01:30 PM Feature #811: LocalProcess & AProcess should have "WaitForExit" synchronization method
- We can also expand "WaitForExit" method by timeout variable.
- 01:27 PM Feature #811 (Rejected): LocalProcess & AProcess should have "WaitForExit" synchronization method
- I think it will be nice if LocalProcess & AProcess will posses one very usful method. It is "void WaitForExit()" meth...
07/17/2014
- 10:04 PM Bug #686 (Ready for QA): Win8 win bgground
- It seems It is fix now...
http://www.ultimatepp.org/forums/index.php?t=msg&goto=42553&&srch=Win+8+background#msg_... - 10:04 PM Bug #686 (Ready for QA): Win8 win bgground
- It seems It is fix now...
http://www.ultimatepp.org/forums/index.php?t=msg&goto=42553&&srch=Win+8+background#msg_... - 10:04 PM Bug #686 (Ready for QA): Win8 win bgground
- It seems It is fix now...
http://www.ultimatepp.org/forums/index.php?t=msg&goto=42553&&srch=Win+8+background#msg_... - 08:52 AM Feature #809 (Approved): To add .t file in CodeEditor
- Thank you. Please do not forget to include all U++ supported languages.
07/16/2014
- 09:04 AM Feature #809 (Ready for QA): To add .t file in CodeEditor
- 08:55 AM Feature #810 (New): LineEdit: refactor recangular selection
- 'dorectsel' is too ugly hack...
- 08:40 AM Bug #808 (Approved): ide: Resolve linker error issue (with Errors)
07/14/2014
07/12/2014
07/11/2014
- 08:05 PM Feature #369 (Approved): TheIDE should be able to paste file to text directly
- 07:41 PM Feature #369 (New): TheIDE should be able to paste file to text directly
- 07:41 PM Feature #369 (Rejected): TheIDE should be able to paste file to text directly
- 07:37 PM Bug #792 (Approved): Decide SetWantFocus issue
- 12:00 PM Feature #805 (Approved): ide: Vertical paste
- 10:56 AM Bug #807 (Approved): CodeEditor: Horizontal scrollbar should inside w.r.t. find&replace
- 10:25 AM Bug #808 (Approved): ide: Resolve linker error issue (with Errors)
07/10/2014
- 09:27 PM Bug #797 (Approved): Find in Files array dialog crashes IDE
- 09:20 AM Bug #807 (Approved): CodeEditor: Horizontal scrollbar should inside w.r.t. find&replace
07/08/2014
- 08:52 AM Bug #803 (Rejected): Bad Clear() call to a const char *
- Oups!
The problem came in errordesc.Clear();, but the reason was that my program indirectly deleted a TcpSocket us...
07/07/2014
- 09:42 PM Feature #806 (New): Assist++ could support programing languages keywords
- It is only proposition, but very interesting one :)
For example if file has got extension .cpp all C++ keywords sh... - 11:51 AM Bug #804 (Approved): Find#Replace changes break TheIDE compilation on Linux
- 10:37 AM Feature #805 (Approved): ide: Vertical paste
- 09:15 AM Bug #803: Bad Clear() call to a const char *
- Please check carefully what is there. It is "errdesc", not "errordesc". Besides, it would compile, would it?
- 09:04 AM Bug #803: Bad Clear() call to a const char *
- Hello Mirek
However errordesc is also an argument in SetSockError. Please check the argument list:
void TcpSock...
07/06/2014
- 07:46 PM Feature #171 (Approved): Selection and copy in "Compare with file"
- 07:44 PM Bug #804 (Ready for QA): Find#Replace changes break TheIDE compilation on Linux
- Should be now fixed.
- 07:44 PM Bug #804 (Ready for QA): Find#Replace changes break TheIDE compilation on Linux
- Should be now fixed.
- 06:13 PM Bug #804 (Approved): Find#Replace changes break TheIDE compilation on Linux
- Since the changes in Find&Replace, TheIDE fails to compile on Linux:...
- 05:21 PM Feature #801 (Approved): TagSyntax (CodeEditor) should highlight '=' character as INK_UPP
- 05:06 PM Feature #782 (Approved): Debug in separate console as option in TheIDE
- 04:54 PM Bug #803 (In Progress): Bad Clear() call to a const char *
- I see "errdesc" being const char *. "errordesc" is String member of TcpSocket.
Have I got it wrong? - 04:54 PM Bug #803 (In Progress): Bad Clear() call to a const char *
- I see "errdesc" being const char *. "errordesc" is String member of TcpSocket.
Have I got it wrong?
07/05/2014
- 04:13 PM Bug #803 (Rejected): Bad Clear() call to a const char *
- In Socket.cpp, line 893, errordesc is a const char *, however errordesc.Clear() is called.
void TcpSocket::SetSock...
07/02/2014
- 11:25 AM Feature #802 (Approved): ide: Alt+J should attemt to jump on variable type when jumping on variable
06/29/2014
- 04:01 PM Feature #801 (Approved): TagSyntax (CodeEditor) should highlight '=' character as INK_UPP
- I think we should use INK_UPP to highlight '=' character in HTML/XML files. Why? Because, this small change should gi...
Also available in: Atom