Subversion Repositories filter_foundry

Rev

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

Rev 269 Rev 271
Line 79... Line 79...
79
 
79
 
80
* With some canvas formats, the initial zoom level is not "fully zoomed out"
80
* With some canvas formats, the initial zoom level is not "fully zoomed out"
81
 
81
 
82
* If you load an AFS file which has multi-line expressions, then the first expression (R) is scrolled down (because it has the focus)
82
* If you load an AFS file which has multi-line expressions, then the first expression (R) is scrolled down (because it has the focus)
83
 
83
 
-
 
84
 
-
 
85
Regarding Macintosh
-
 
86
-------------------
-
 
87
 
84
* Unsure regarding AppleScript !
88
* Unsure regarding AppleScript !
85
	https://developer.apple.com/library/archive/documentation/mac/pdf/Interapplication_Communication/AE_Term_Resources.pdf
89
	https://developer.apple.com/library/archive/documentation/mac/pdf/Interapplication_Communication/AE_Term_Resources.pdf
86
	1. Do we need an 'auet' resource?
90
	1. Do we need an 'auet' resource?
87
	2. Does our implementation work with AppleScript?
91
	2. Does our implementation work with AppleScript?
88
	3. Must the human-language term REALLY be unique?! So only one plugin on the whole system may use the word "ctl(0)" or "red" or "size"??? Why do we have unique keys if the human language needs to be unique too?!  (see "Important" section at page 8-14)
92
	3. Must the human-language term REALLY be unique?! So only one plugin on the whole system may use the word "ctl(0)" or "red" or "size"??? Why do we have unique keys if the human language needs to be unique too?!  (see "Important" section at page 8-14)
89
 
93
 
90
 
-
 
91
Regarding Macintosh
-
 
92
-------------------
-
 
93
 
-
 
94
* In ui_mac.c, there does not seem to be a limit for the expressions. So, is it possible to write an expression longer than 1023 bytes, which would lead to a crash?
94
* In ui_mac.c, there does not seem to be a limit for the expressions. So, is it possible to write an expression longer than 1023 bytes, which would lead to a crash?
95
 
95
 
96
* Macintosh: Please look at the (*) marked entries in CHANGELOG.md and verify the bugs/fixes and/or apply the changes on Mac.
96
* Macintosh: Please look at the (*) marked entries in CHANGELOG.md and verify the bugs/fixes and/or apply the changes on Mac.
97
 
97
 
98
* Macintosh: Is it possible to create a 64 bit version of FilterFoundry? Do we need to rewrite the UI code because the Carbon Framework is replaced by Cocoa!
98
* Macintosh: Is it possible to create a 64 bit version of FilterFoundry? Do we need to rewrite the UI code because the Carbon Framework is replaced by Cocoa!