Activity
From 06/24/2014 to 07/23/2014
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...
06/26/2014
- 12:47 PM Bug #800 (Approved): Layout designer: Duplicate when scrolled
- Puts the result wrongly...
06/25/2014
- 02:21 PM Bug #798 (Approved): ide: Do not show line/column info if window is small
- 09:59 AM Bug #798 (Approved): ide: Do not show line/column info if window is small
- 12:43 PM Bug #799 (Approved): ide: Alt+C on static member should not precede static...
- 08:36 AM Bug #796 (Approved): "Help & Topis (in window)" menu entry shouldn't use help icon
- 08:11 AM Bug #797 (Ready for QA): Find in Files array dialog crashes IDE
- In the end, I have used somewhat more complex fix....
- 08:11 AM Bug #797 (Ready for QA): Find in Files array dialog crashes IDE
- In the end, I have used somewhat more complex fix....
06/24/2014
- 05:07 PM Bug #795 (Approved): Revision 7461 breaks TheIDE on GCC
- 04:27 PM Bug #796 (Patch ready): "Help & Topis (in window)" menu entry shouldn't use help icon
- I think we can make more accurete icon to this situation. The task here is to show that help is really in separate wi...
- 04:27 PM Bug #796 (Patch ready): "Help & Topis (in window)" menu entry shouldn't use help icon
- I think we can make more accurete icon to this situation. The task here is to show that help is really in separate wi...
- 04:27 PM Bug #796 (Patch ready): "Help & Topis (in window)" menu entry shouldn't use help icon
- I think we can make more accurete icon to this situation. The task here is to show that help is really in separate wi...
- 04:27 PM Bug #796 (Patch ready): "Help & Topis (in window)" menu entry shouldn't use help icon
- I think we can make more accurete icon to this situation. The task here is to show that help is really in separate wi...
- 04:27 PM Bug #796 (Patch ready): "Help & Topis (in window)" menu entry shouldn't use help icon
- I think we can make more accurete icon to this situation. The task here is to show that help is really in separate wi...
Also available in: Atom