When writing the temporary file to use for highlighting, use NSUTF8StringEncoding...
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.2.1
5 #####################
6 - Fix: The temporary file used for highlighting source code is now saved as UTF8
7 so files with non-ASCII characters will now be highlighted
8
9
10 1.2
11 #####################
12 - Change: The "File" column now shows the tail rather than the head of the
13 value, allowing you to see the last part of the path URI
14 - Fix: #129 Debugging files on a remote server will now work if the remote path
15 does not exist on the local debugging client
16 - Change: The debugger will automatically step in to the first frame when the
17 connection is made
18 - New: #147 Show super globals (and variables in other contexts) in the
19 variable viewer
20 - New: Selecting different stack frames will now show the variables for that
21 frame, as opposed to only showing the current frame's variables
22 - New: The breakpoints window will now remember its visible state across
23 application launches
24 - New: #129 Created a path replacements preference panel to make creating
25 breakpoints possible on remote servers
26
27
28 1.1.2
29 #####################
30 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
31 crash on launch
32 - New: #139 Windows now remember their size and location
33
34
35 1.1.1
36 #####################
37 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
38 - New: Allow multiple selection of breakpoints
39
40
41 1.1
42 #####################
43 - New: Add preferences that allow changing of the Xdebug IDE key and port number
44 - Change: Improved software updater via Sparkle
45 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
46 situations, causing the display to break or crash
47 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
48 - Fix: Several memory leaks that could, under certain conditions, would cause
49 crashes (thanks to Ciarán Walsh)
50 - Change: #130 If MacGDBp can't highlight the source code, it will default to
51 using just plain text
52 - New: Breakpoints are saved into preferences so that they are recreated at
53 launch time
54
55
56 1.0.1
57 #####################
58 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
59 - New: The breakpoints window is now visible on launch
60 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
61 did not handle correctly
62 - Fixed: #125 Crash when adding breakpoints