Commit graph

573 commits

Author SHA1 Message Date
cxl
18f40247a7 ide: Insert clipboard as C string, convert text to C string
git-svn-id: svn://ultimatepp.org/upp/trunk@4995 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-22 13:00:27 +00:00
micio
6be69ebb10 Ide/Debuggers/Gdb_MI2 : adapted python Value inspectors to Core changes
git-svn-id: svn://ultimatepp.org/upp/trunk@4978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 17:05:33 +00:00
micio
c8fc20df6e Ide/Debuggers/Gdb_MI2 : some cosmetics in Quickwatch
git-svn-id: svn://ultimatepp.org/upp/trunk@4968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-18 21:48:54 +00:00
micio
01c8af0fe0 Ide/Debuggers/Gdb_MI2 : now ctrl-q opens quickwatch with variable at cursor
git-svn-id: svn://ultimatepp.org/upp/trunk@4967 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-18 15:05:25 +00:00
micio
bf760809d3 Ide/Debuggers/Gdb_MI2 : python side of safe Value inspectors
git-svn-id: svn://ultimatepp.org/upp/trunk@4965 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-17 21:56:50 +00:00
micio
8869018d77 Ide/Debuggers/Gdb_MI2 : added workaround for X11 mouse grabbing problem
Needs support in Upp CtrlCore

git-svn-id: svn://ultimatepp.org/upp/trunk@4953 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-14 18:45:09 +00:00
cxl
67658246e2 Core: Dropping support for MSC7.1, AsString(T *ptr) added
git-svn-id: svn://ultimatepp.org/upp/trunk@4938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-12 12:46:04 +00:00
cxl
f4800acc04 .ide: OWC builder console cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4934 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-12 09:32:53 +00:00
cxl
7ca7d36aaf .ide: about
git-svn-id: svn://ultimatepp.org/upp/trunk@4900 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-02 11:02:36 +00:00
micio
c1168508f8 Ide/Debuggers/Gdb_MI2 : removed special handling of var pseudo children (public, private...)
git-svn-id: svn://ultimatepp.org/upp/trunk@4885 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-01 00:37:42 +00:00
micio
0a7e96d8b6 Ide/Debuggers/Gdb_MI2 : fixed coloring of changed data in lower panes
git-svn-id: svn://ultimatepp.org/upp/trunk@4883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-30 08:45:57 +00:00
micio
e46fae884d Ide/Debuggers/Gdb_MI2 : stop ALL threads after a breakpoint is hit instead of letting other threads run
git-svn-id: svn://ultimatepp.org/upp/trunk@4882 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-30 08:32:05 +00:00
micio
1b681e44e0 Ide/Debuggers/Gdb_MI2 : finally solved local vars and tip bug
git-svn-id: svn://ultimatepp.org/upp/trunk@4881 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-30 08:13:27 +00:00
micio
d54bc96b35 Ide/Debuggers/Gdb_MI2 : fixed pretty printers for const variants of point, rect and size
git-svn-id: svn://ultimatepp.org/upp/trunk@4880 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 21:53:52 +00:00
micio
c7e1828e32 Ide/Debuggers/Gdb_MI2 : added pretty printers for Point(f), Rect(f) and Size(f)
git-svn-id: svn://ultimatepp.org/upp/trunk@4879 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 21:44:38 +00:00
micio
c4d367ea5d Ide/Debuggers/Gdb_MI2 : fixed assembly level debugging
git-svn-id: svn://ultimatepp.org/upp/trunk@4878 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 11:13:48 +00:00
micio
1357b77a6e Ide/Debuggers/Gdb_MI2 : separated types from values in tabs
git-svn-id: svn://ultimatepp.org/upp/trunk@4877 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 10:33:13 +00:00
micio
135aeaad8b Ide/Debuggers/Gdb_MI2 : swapped var tabs (auto first) and colored even/odd rows
git-svn-id: svn://ultimatepp.org/upp/trunk@4876 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 10:22:29 +00:00
micio
7972ead31c Ide/Debuggers/Gdb_MI2 : massive cleanup and some bugfixes
git-svn-id: svn://ultimatepp.org/upp/trunk@4875 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-29 08:02:35 +00:00
micio
778ac2b234 Ide/Debuggers/Gdb_MI2 : temporarly removed Value inspectors -- too unstable
git-svn-id: svn://ultimatepp.org/upp/trunk@4874 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-28 22:31:51 +00:00
micio
bd0b4e9975 Ide/Debuggers/Gdb_MI2 : resume all threads on continue command
git-svn-id: svn://ultimatepp.org/upp/trunk@4873 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-28 20:26:17 +00:00
micio
45f652c44e Ide/Debuggers /Gdb_MI2 : added asynchronous break command
git-svn-id: svn://ultimatepp.org/upp/trunk@4872 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-28 20:00:32 +00:00
micio
1c20cb51de Ide/Debuggers/Gdb_MI2 : fixed stopping a program being debugged
git-svn-id: svn://ultimatepp.org/upp/trunk@4869 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-28 12:24:28 +00:00
rylek
28471b5a29 .CodeEditor: fixes for correct syntax highlighting in space-indented files
git-svn-id: svn://ultimatepp.org/upp/trunk@4826 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-19 12:21:08 +00:00
cxl
f0e30f2b3f U++: fixed sources to support c++0x (rm #269)
git-svn-id: svn://ultimatepp.org/upp/trunk@4818 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-19 07:51:23 +00:00
cxl
5354e514a8 .ide: Removed unnecessarry SSL from project
git-svn-id: svn://ultimatepp.org/upp/trunk@4747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-05 06:07:36 +00:00
cxl
a89c7d9cd6 Core: Zlib gzip support
git-svn-id: svn://ultimatepp.org/upp/trunk@4733 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-31 22:23:13 +00:00
cxl
60d4767186 * ide: Fixed issue with missing caret after pressing Alt
git-svn-id: svn://ultimatepp.org/upp/trunk@4723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-27 10:46:56 +00:00
rylek
afdbc33cd2 .ide: removed vc70.pdb generated due to previous error in BRC processing
git-svn-id: svn://ultimatepp.org/upp/trunk@4722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-26 23:51:29 +00:00
rylek
8e879ba88a .ide: minor fixes related to BRC compilation under VC 2010
git-svn-id: svn://ultimatepp.org/upp/trunk@4721 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-26 23:40:44 +00:00
rylek
1a2e1945e9 .ide/MscBuilder.icpp: bug fix concerning BRC compilation
git-svn-id: svn://ultimatepp.org/upp/trunk@4717 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-26 08:38:59 +00:00
rylek
a6165193ae .Core/ValueUtil.cpp: patch for Value-related code not compilable under VC71
.ide/Builders: bug fix - BRC compilation put PDB file in source tree

git-svn-id: svn://ultimatepp.org/upp/trunk@4696 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-17 13:37:31 +00:00
cxl
a0e6ae4a96 Core: Value support for Xmlize, Jasonize
git-svn-id: svn://ultimatepp.org/upp/trunk@4651 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-03 15:49:28 +00:00
cxl
0eeaeeaea4 .ide: config backup
git-svn-id: svn://ultimatepp.org/upp/trunk@4636 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-03-01 12:37:24 +00:00
cxl
d20cac5f22 ide: Config sentinels to resolve config bug
git-svn-id: svn://ultimatepp.org/upp/trunk@4629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-28 07:13:06 +00:00
cxl
68b1782921 Sql: Fixed issue with quoted Null SqlId, ide: debugging code for lost config
git-svn-id: svn://ultimatepp.org/upp/trunk@4626 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-27 08:30:35 +00:00
cxl
50ebaf348e umk: -k parameter: do not delete out directory when exporting
git-svn-id: svn://ultimatepp.org/upp/trunk@4622 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-25 18:36:50 +00:00
cxl
1a1836d3c4 ide: Export now properly manages brc files
git-svn-id: svn://ultimatepp.org/upp/trunk@4621 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-25 18:18:52 +00:00
rylek
3d680acfaf .Sql/SqlStatement.cpp: bug fix in SqlSelect::AsTable to suppress extra parentheses around aliased subselect
git-svn-id: svn://ultimatepp.org/upp/trunk@4612 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-24 07:26:26 +00:00
cxl
a3ea6207a8 ide: icpp added to source file selector extension list
git-svn-id: svn://ultimatepp.org/upp/trunk@4611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-21 14:17:42 +00:00
micio
cfb8556d90 ide/Debuggers/Gdb_MI2 : fixed printing of pointer and references to strings and values
git-svn-id: svn://ultimatepp.org/upp/trunk@4593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-13 23:54:57 +00:00
rylek
b129d883e5 .ide/idebar.cpp: fix - self and code make local copies before executing EditMacro; otherwise ESC interpreter breaks after Build-like commands which indirectly cause reset of the relevant globals
git-svn-id: svn://ultimatepp.org/upp/trunk@4575 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-11 13:33:18 +00:00
koldo
eac9ca5405 UppWeb: More translated docs thanks to Borbek
git-svn-id: svn://ultimatepp.org/upp/trunk@4566 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-09 22:07:41 +00:00
cxl
8a7a2f50ad ide: Config management changed to more conservative method
git-svn-id: svn://ultimatepp.org/upp/trunk@4555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-06 13:41:51 +00:00
micio
2faa4c359c ide/Debugger/Gdb_MI2 : fix bug introduced with tooltips
git-svn-id: svn://ultimatepp.org/upp/trunk@4552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 14:42:58 +00:00
micio
6176a7c879 ide/Debuggers/Gdb_MI2 : added tooltips
git-svn-id: svn://ultimatepp.org/upp/trunk@4551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 14:11:32 +00:00
micio
09de2362d6 ide/Debuggers/Gdb_MI2 : fixed display of CPU registers for 32 and 64 bit
git-svn-id: svn://ultimatepp.org/upp/trunk@4550 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 13:25:58 +00:00
micio
8b2afb9338 ide/Debuggers/Gdb_MI2 : added decoding for One
git-svn-id: svn://ultimatepp.org/upp/trunk@4549 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 00:27:13 +00:00
micio
fbe9e215ee ide/Debuggers/Gdb_MI2 : fixed explorer editfield handling
git-svn-id: svn://ultimatepp.org/upp/trunk@4548 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 00:20:40 +00:00
micio
8348903449 ide/Debuggers/Gdb_MI2 : fixed disassembly pane focus and cursor behaviours
git-svn-id: svn://ultimatepp.org/upp/trunk@4547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-05 00:06:51 +00:00