Commit graph

4121 commits

Author SHA1 Message Date
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
cxl
c4b29b3c06 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-11 11:40:44 +00:00
cxl
1010b0186b .removed accidentally added dirs
git-svn-id: svn://ultimatepp.org/upp/trunk@4572 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 18:05:30 +00:00
cxl
e24ca31af2 Sql: Added heuristics of *JoinRef (RM #251)
git-svn-id: svn://ultimatepp.org/upp/trunk@4571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 18:04:19 +00:00
cxl
f53ff6b8ab .Core: Added 'B' (Bytes) in OutOfMemoryPanic
git-svn-id: svn://ultimatepp.org/upp/trunk@4570 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 12:49:49 +00:00
cxl
7b82c53a0c Core: String::Replace now supports all 4 signature variants (RM #250)
git-svn-id: svn://ultimatepp.org/upp/trunk@4569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 11:19:19 +00:00
cxl
af3b1aa5db Core: TextSettings: TrimBoth for key
git-svn-id: svn://ultimatepp.org/upp/trunk@4567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 10:05:06 +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
b0453a8454 ScgiServer: Separated Run -> Accept, Process
git-svn-id: svn://ultimatepp.org/upp/trunk@4565 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-09 17:56:48 +00:00
cxl
c3c2ffc1be *Sql: fixed MassInsert quoted SqlId issue(s)
git-svn-id: svn://ultimatepp.org/upp/trunk@4561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-08 15:47:09 +00:00
cxl
0352c1601c Core: STATIC_ASSERT
git-svn-id: svn://ultimatepp.org/upp/trunk@4557 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-06 16:48:00 +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
cxl
912f978e65 Sql: Quoting SqlId changed to be explicit option, SqlTxt added
git-svn-id: svn://ultimatepp.org/upp/trunk@4554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-06 09:40:21 +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
micio
d3a80e53c0 ide/Debuggers : fixed disassembly pane text size for GUI non-standard font size 12
git-svn-id: svn://ultimatepp.org/upp/trunk@4546 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 23:04:54 +00:00
micio
903674481e ide/Debuggers/Gdb_MI2 : fixed a couple of breakpoints bugs
git-svn-id: svn://ultimatepp.org/upp/trunk@4545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 22:43:52 +00:00
micio
c2fa542a12 ide/Debuggers/Gdb_MI2 : fixed breakpoint position on RunTo
git-svn-id: svn://ultimatepp.org/upp/trunk@4544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 22:05:51 +00:00
micio
446d6ac84c ide/Debuggers/Gdb_MI2 : added decoding of ArrayMap - sorted local variables
git-svn-id: svn://ultimatepp.org/upp/trunk@4543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 20:16:41 +00:00
micio
fefeff2443 ide/Debuggers/Gdb_MI2 : Added Index and VectorMap decoding
git-svn-id: svn://ultimatepp.org/upp/trunk@4542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 19:41:16 +00:00
micio
0eb77b70c5 ide/Debuggers/Gdb_MI2 : added support for decoding Index and VectorMap
git-svn-id: svn://ultimatepp.org/upp/trunk@4541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 19:03:01 +00:00
cxl
81481265af Core: GDB support functions
git-svn-id: svn://ultimatepp.org/upp/trunk@4540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 17:45:48 +00:00
micio
ed31de87cf ide/Debuggers/Gdb_MI2 : add support for decoding some Value types
git-svn-id: svn://ultimatepp.org/upp/trunk@4539 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 14:40:55 +00:00
micio
5b5ca2031b ide/Debuggers/Gdb_MI2 : added threads support
git-svn-id: svn://ultimatepp.org/upp/trunk@4538 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 12:46:49 +00:00
micio
48170798f9 ide/Debuggers/Gdb_MI2 : added 'autos' variables exploring
git-svn-id: svn://ultimatepp.org/upp/trunk@4537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 11:27:31 +00:00
micio
2f4ab60f2d ide/Debuggers/Gdb_MI2 : added better quickwatch with deep variable inspection
git-svn-id: svn://ultimatepp.org/upp/trunk@4536 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 10:21:30 +00:00
micio
81775cbbd5 ide/Debuggers/Gdb_MI2 : some cosmetics on interface
git-svn-id: svn://ultimatepp.org/upp/trunk@4535 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-04 08:53:54 +00:00
cxl
191867fd86 Sql: SqlExp docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4531 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 18:10:38 +00:00
cxl
079e656152 Sql: SqlId escaping now tests whether escaped Id is indeed valid SQL id, no escaping otherwise (workaround for use of SqlId('table.*') and similar)
git-svn-id: svn://ultimatepp.org/upp/trunk@4529 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 18:07:20 +00:00
cxl
4a1c30eb45 Sql: SqlIds now quoted
git-svn-id: svn://ultimatepp.org/upp/trunk@4526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 17:44:48 +00:00
cxl
97765fa9a2 *ide: fixed more config issues
git-svn-id: svn://ultimatepp.org/upp/trunk@4524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 12:32:07 +00:00
micio
f3c9b11ba0 ide/Debuggers/Gdb_MI2 : correctly decode Upp::Array class
git-svn-id: svn://ultimatepp.org/upp/trunk@4523 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 11:18:54 +00:00
micio
94a631eec4 ide/Debuggers/Gdb_MI2 : better printing of string and vector types
git-svn-id: svn://ultimatepp.org/upp/trunk@4522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 10:44:46 +00:00
micio
85bee580db ide/Debuggers/Gdb_MI2 : fixed another crash exploring children
git-svn-id: svn://ultimatepp.org/upp/trunk@4520 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 00:14:07 +00:00
micio
82b431e9d1 ide/Debuggers/Gdb_MI2 : fixed nasty crash in optimal mode
git-svn-id: svn://ultimatepp.org/upp/trunk@4519 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 20:32:59 +00:00
micio
2c4389bdf5 ide/Debuggers/Gdb_MI2 : better display of expressions when inspecting childs
git-svn-id: svn://ultimatepp.org/upp/trunk@4518 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 18:15:25 +00:00
micio
7a7048f29e Ide/Debuggers/Gdb_MI2 : implemented variable explorer
git-svn-id: svn://ultimatepp.org/upp/trunk@4517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 17:18:41 +00:00
cxl
62d8c2ce8c *ide: Another Config fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 13:50:08 +00:00
rylek
847e66308f .ide/UppWspc.cpp: renamed static function FileOrder to FileOrder_ in order to remove clash with a structure with the same name
git-svn-id: svn://ultimatepp.org/upp/trunk@4514 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 12:52:35 +00:00
cxl
3204265aa4 ide: Fixed config issue
git-svn-id: svn://ultimatepp.org/upp/trunk@4513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 12:51:19 +00:00
micio
95d8274656 Ide/Debuggers/Gdb_MI2 : added watches support
git-svn-id: svn://ultimatepp.org/upp/trunk@4512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 12:09:26 +00:00
rylek
5682e0a702 .Core/XML.cpp: bug fix - cdata gets cleared inside content-less tag to prevent ReadText from returning nonexistent text content
git-svn-id: svn://ultimatepp.org/upp/trunk@4511 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 10:56:44 +00:00
micio
b578703d85 Ide/Debuggers : avoid opening non-existent source files on Gdb_MI2 frontend
git-svn-id: svn://ultimatepp.org/upp/trunk@4510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 23:49:23 +00:00
micio
e0f32af862 Ide/Debuggers : fixed a crash on Gdb_MI2 frontend
git-svn-id: svn://ultimatepp.org/upp/trunk@4509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 23:44:43 +00:00
micio
1effc6ba3d Ide/Debuggers : removed a bottleneck in Gdb_MI2 debugger
git-svn-id: svn://ultimatepp.org/upp/trunk@4508 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 22:45:17 +00:00
unodgs
2dec8fa6b8 GridCtrl: Fixed not scrolling the view when calling GoEnd()
git-svn-id: svn://ultimatepp.org/upp/trunk@4507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 20:00:14 +00:00