![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/doc/renaissance-doc/examples/Examples/Applications/Ink/ |
Upload File : |
{ #ifdef GNUSTEP ApplicationName = Ink; ApplicationDescription = "An Example TextEditor for GNUstep and Renaissance"; ApplicationRelease = "Renaissance Version 0.2, Apr 12 2003"; Authors = ( "Fred Kiefer <fredkiefer@gmx.de>", "Rodolfo W. Zitellini <xhero@libero.it>" ); Copyright = "Copyright (c) 2000, 2003 Free Software Foundation, Inc."; CopyrightDescription = "This program is released under the GNU General Public License"; #else /* APPLE */ CFBundleGetInfoString = "An Example TextEditor for GNUstep and Renaissance"; CFBundleShortVersionString = "Renaissance Version 0.2, Apr 12 2003"; NSHumanReadableCopyright = "This program is released under the GNU General Public License"; #endif NSTypes = ( { NSName = "rtf"; NSHumanReadableName = "RTF Document"; NSDOSExtensions = ("rtf"); NSUnixExtensions = ("rtf"); NSMIMETypes = ("text/rtf"); NSDocumentClass = Document; #ifdef GNUSTEP NSIcon = FileIcon_rtf.tiff; #else /* APPLE */ NSIcon = FileIcon_rtf.icns; #endif NSRole = Editor; }, { NSName = "rtfd"; NSHumanReadableName = "RTFD Document"; NSDOSExtensions = ("rtfd"); NSUnixExtensions = ("rtfd"); NSDocumentClass = Document; #ifdef GNUSTEP NSIcon = FileIcon_rtfd.tiff; #else /* APPLE */ NSIcon = FileIcon_rtf.icns; #endif NSRole = Editor; }, { NSName = "text"; NSHumanReadableName = "Text Document"; NSDOSExtensions = ("txt"); NSUnixExtensions = ("txt"); NSMIMETypes = ("text/plain"); NSDocumentClass = Document; #ifdef GNUSTEP NSIcon = FileIcon_txt.tiff; #endif NSRole = Editor; } ); }