Subversion Repositories filter_foundry

Rev

Rev 483 | Rev 489 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 483 Rev 486
Line 3... Line 3...
3
==================
3
==================
4
 
4
 
5
ToDo for the next release
5
ToDo for the next release
6
-------------------------
6
-------------------------
7
 
7
 
8
* Adobe writes in the "New for Creative Cloud - CC 2019 - Photoshop 20.0" chapter:
-
 
9
	"The NewHandle API for the Macintosh has been deprecated. Photoshop will be using the Ptr type to replace most occurrences of the Handle type. This will happen in the future for the Photoshop API. All of the SDK examples have moved away from using the Handle type internally. The Photoshop team recommends you do the same in your plugin. For example, your data being passed into the main callback routine was typically a Handle that your plugin created and Photoshop managed. This can be any type but it is recommended to now use the Ptr type."
8
(None)
10
  Furthermore, the handleProcs suite seems to be deprecated, too
-
 
11
	"HandleProcs* FilterRecord::handleProcs"
-
 
12
	"A pointer to the Handle callback suite if it is supported by the host, otherwise NULL. See Handle Suite Callbacks (deprecated Standard Suite).  "
-
 
13
  Does this mean that we need to replace pb->parameters with gdata ?
-
 
14
 
9
 
15
 
10
 
16
Known problems
11
Known problems
17
--------------
12
--------------
18
 
13