deepakpios / cocoa-rest-client

Automatically exported from code.google.com/p/cocoa-rest-client
Other
0 stars 0 forks source link

Add support find keys (Command-E + Command-G) in Response Body #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get response in Response Body
2. highlight something for searching
3. do Command-E and Command-G to find

What is the expected output? What do you see instead?
I expected the highlight of the next instance of the selected text
Instead nothing happened

What version of the product are you using? On what operating system?
Version 1.3.4 (9), OS 10.6.8

Please provide any additional information below.

Original issue reported on code.google.com by roberth...@lstreetc.com on 2 Jan 2014 at 9:10

GoogleCodeExporter commented 9 years ago
Ah, good find. I shall try to add those extra find keys. However, I don't think 
I'll be building another release for OS 10.6. Apple just doesn't make it easy 
enough to build and test backwards compatible releases in Xcode. I was building 
with whatever settings to support 10.6 and everything was still compiling, but 
when I released version 1.3.5 it turns out some libraries that were added broke 
10.6 support... I think the syntax highlighting library, but I didn't 
investigate further. 

Original comment by mike.mat...@gmail.com on 3 Jan 2014 at 3:04