About: ResEdit

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

ResEdit is a discontinued developer tool application for the Apple Macintosh, used to create and edit resources directly in the Mac's resource fork architecture. It was an alternative to tools such as REdit, and the resource compiler Rez. For the average user, ResEdit was generally easier to use, because it used a graphical user interface. Although it had been intended to be a developer tool, power users often used it to edit icons, menus, and other elements of an application's GUI, customizing it to their own preferences.

Property Value
dbo:abstract
  • ResEdit je freewarový program vydaný firmou Apple. Běží na operačních systémech počítačů Macintosh nižších než Mac OS X (MacOS Classic). Umožňuje prohlížet a měnit tzv. „resourcy“ - (zdroje) aplikací. Pomocí ResEditu lze též modifikovat zdroje již existující aplikace. Dá se tedy využít například pro překládání aplikací do různých jazyků, úpravu vzhledu, zvuků apod. Je nezbytný pro většinu způsobů programování aplikací pro MacOS Classic (vytváření databází ve formátu .rsrc, do něhož spadají například obrázky, zvuky, písma či jiné zdroje pro aplikaci). Na principu ResEditu se začaly vytvářet další podobně fungující programy, například Super ResEdit, apod. Používanost systémů MacOS Classic (tzn. až po MacOS 9.2), na kterých ResEdit funguje, je dnes již velmi nízká. ResEdit je tak již minulostí v počítačovém programování a modifikaci aplikací. Nástupce klasických systémů MacOS - Mac OS X - již systém s "resourcy" aplikací nevyužívá a ResEdit pro Mac OS X systém nebyl tím pádem nikdy vydán. Poslední oficiální verze ResEdit je 2.1.3, vydaná v srpnu 1994. Existují neoficiální hacky vydané jako ResEdit 2.1.4 a novější, které přidávají funkce, jako je dekompilátor a možnost upravovat datové větve, ale ty nejsou podporovány společností Apple. (cs)
  • ResEdit (kurz für Resource Editor) ist ein Computerprogramm der Firma Apple, um die sogenannten Resource forks von Computerdateien zu bearbeiten. ResEdit gehört zu den Standardwerkzeugen von Programmentwicklern unter Mac OS (bis 9), dem klassischen Betriebssystem des Macintosh. Im HFS Dateisystem des Macintosh bestehen die Computerdateien aus einer sogenannten data fork und einer resource fork. Die resource fork dient dazu, Töne, Bilder, Texte und andere Elemente aufzunehmen. Das hat den Vorteil, dass beispielsweise bei einer Lokalisierung eines Computerprogrammes zur Übersetzung nicht der eigentliche Programmcode, sondern nur die resource fork verändert werden muss. Apple-Software Aktuelle Apple-Software:App Store |Automator |Books |Boot Camp |Rechner |Catalyst | | | |Dashcode |Face ID |FaceTime |FileVault |Final Cut Pro |Finder |Fotos |Grapher |HomeKit |iBooks Author |iLife (GarageBand, iMovie) |iTunes |iWork (Pages, Keynote, Numbers) |Kalender |Karten |Kontakte |Logic Pro |Mac App Store |Mail |Maßband | |Mission Control |Motion |Music |Nachrichten |Photo Booth |Quartz Composer |QuickTime (QuickTime Broadcaster, QuickTime Player, QuickTime Streaming Server, QuickTime VR) |Remote Desktop |Safari |Siri |Spotlight |Terminal |TestFlight |TextEdit |Time Machine |Timeline 3D |Vorschau |Wallet |Wo ist? |Xcode |Xsan Ehemalige Apple-Software:Aperture |AppleShare |AppleWorks | | |Cyberdog |Dashboard |DVD Studio Pro |EasyWriter |Final Cut Studio | |Front Row |HyperCard |iChat |iDVD |Interface Builder |iPhoto |iSync |iWeb | |MacDraw |Macintosh Application Environment |MacPaint |MacWrite |Pascal | |Project Builder |QuickDraw Pro |QuickTime Pro |Remote Disc | |Shake | |WebObjects |XQuartz (de)
  • ResEdit is a discontinued developer tool application for the Apple Macintosh, used to create and edit resources directly in the Mac's resource fork architecture. It was an alternative to tools such as REdit, and the resource compiler Rez. For the average user, ResEdit was generally easier to use, because it used a graphical user interface. Although it had been intended to be a developer tool, power users often used it to edit icons, menus, and other elements of an application's GUI, customizing it to their own preferences. Resources on the Macintosh could be of many different types, and in fact any arbitrary data could be turned into a resource. While the system defined many standard formats for particular kinds of resources (for example, an icon, or a window template), programmers were also free to define their own. ResEdit included support for editing many of the standard types and for creating arbitrary resources with any structure a programmer saw fit. ResEdit was one of the earliest examples of a GUI layout tool, an essential component for rapid application development. For example, the classic Mac OS defined a standard resource called a dialog template and a dialog items list (resource types 'DLOG' and 'DITL' respectively). In ResEdit, it was possible to simply create these types and add GUI elements to them in an almost WYSIWYG fashion, such that a user interface could be designed directly as it would appear to the end user of the application. Later, the application code could create a functional dialog box using the stored resource data which matches the appearance you lay out in ResEdit. When ResEdit first appeared in the mid-1980s, this was a revolutionary innovation, today it is commonplace for programmers. ResEdit includes standard editors for window templates (WIND), menus (MENU), dialog boxes, controls (CNTL), color palettes (clut and pltt), icons (ICON, cicn, ICN#), and various other standard types. One of ResEdit's most powerful features (which first appeared with ResEdit version 2.0) is the ability to define arbitrary data structures as resources using a simple template building feature. Here, the programmer can simply add elemental data types to a list to define a template (itself stored as a resource of type TMPL). This template allows ResEdit to build a GUI editor on the fly that allows entry of data and package it into the structure defined in the template. It's a simple matter for a programmer to define a matching data structure in a chosen programming language, such as C, load the resource in a standard manner and access the data as the defined C type. ResEdit includes a number of predefined templates for many standard OS resources that do not require a graphical editor. ResEdit was never upgraded to run natively on PowerPC-based Macintoshes after the migration from Motorola 68000 series, and not on Mac OS X. Apple now discourages the use of resource forks in new macOS applications, preferring the more portable NeXT-derived application bundles. A long-standing third-party commercial alternative named Resorcerer remains available., and more recently there have been a number of attempts to build open-source macOS-native resource editors, including one called ResKnife. ResEdit will run in Mac OS X's Classic compatibility mode, but Classic is neither available on Intel Macintosh computers, nor in Mac OS X v10.5 or later. However, an Intel Mac can run ResEdit via an emulator such as SheepShaver or Basilisk II. The last official version of ResEdit is 2.1.3, released in August 1994. Unofficial hacks released as ResEdit 2.1.4 and later exist, adding features such as a decompiler and the ability to edit data forks, but these are unsupported by Apple. (en)
  • ResEdit(レスエディット)は、Apple Computerが無償で配布していた、Classic Mac OS上のリソースフォークを作成・編集するためのユーティリティである。もとはリソースフォークを作成する開発者向けのリソースエディタツールであったが、Classic Mac OSの環境を独自にカスタマイズしたいというパワーユーザの間でも用いられてきた。 ResEditを用いて、アイコンやマウスカーソル、メニューのグラフィックやテキストを変更することができる。サウンドの変更やフォントの変更も可能であり、後者については、欧文フォントが指定されているが故に日本語環境では文字化けする部分を日本語フォントに指定するなどして、ソフトの使用の際の利便を図るなどの使われ方をした。これらのことをGUI環境で容易に操作することができ、テンプレートエディタなどによってユーザの利便性が図られていた。 PowerPCアーキテクチャへの進化および、Classic Mac OSの開発中止に伴って、ResEditのバージョンは1994年以来、2.1.3のままで止まっている。しかし、同等の機能を持つ商用のサードパーティーソフトウェアであるResorcererはmacOSにも対応している。あるいはNicholas ShanksによってResKnifeというオープンソースソフトウェアも開発されている。 2008年現在、同名のWindows用リソースエディタが存在する。 (ja)
dbo:developer
dbo:genre
dbo:latestReleaseVersion
  • 2.1.3
dbo:license
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 745021 (xsd:integer)
dbo:wikiPageLength
  • 6536 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1046528650 (xsd:integer)
dbo:wikiPageWikiLink
dbp:caption
  • ResEdit 2.1.3, shown here, is the most recent version. (en)
dbp:developer
dbp:discontinued
  • yes (en)
dbp:genre
dbp:latestReleaseDate
  • August 1994 (en)
dbp:latestReleaseVersion
  • 2.100000 (xsd:double)
dbp:license
dbp:logo
  • ResEdit.png (en)
dbp:name
  • ResEdit (en)
dbp:operatingSystem
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • ResEdit je freewarový program vydaný firmou Apple. Běží na operačních systémech počítačů Macintosh nižších než Mac OS X (MacOS Classic). Umožňuje prohlížet a měnit tzv. „resourcy“ - (zdroje) aplikací. Pomocí ResEditu lze též modifikovat zdroje již existující aplikace. Dá se tedy využít například pro překládání aplikací do různých jazyků, úpravu vzhledu, zvuků apod. Je nezbytný pro většinu způsobů programování aplikací pro MacOS Classic (vytváření databází ve formátu .rsrc, do něhož spadají například obrázky, zvuky, písma či jiné zdroje pro aplikaci). (cs)
  • ResEdit (kurz für Resource Editor) ist ein Computerprogramm der Firma Apple, um die sogenannten Resource forks von Computerdateien zu bearbeiten. ResEdit gehört zu den Standardwerkzeugen von Programmentwicklern unter Mac OS (bis 9), dem klassischen Betriebssystem des Macintosh. Apple-Software (de)
  • ResEdit is a discontinued developer tool application for the Apple Macintosh, used to create and edit resources directly in the Mac's resource fork architecture. It was an alternative to tools such as REdit, and the resource compiler Rez. For the average user, ResEdit was generally easier to use, because it used a graphical user interface. Although it had been intended to be a developer tool, power users often used it to edit icons, menus, and other elements of an application's GUI, customizing it to their own preferences. (en)
  • ResEdit(レスエディット)は、Apple Computerが無償で配布していた、Classic Mac OS上のリソースフォークを作成・編集するためのユーティリティである。もとはリソースフォークを作成する開発者向けのリソースエディタツールであったが、Classic Mac OSの環境を独自にカスタマイズしたいというパワーユーザの間でも用いられてきた。 ResEditを用いて、アイコンやマウスカーソル、メニューのグラフィックやテキストを変更することができる。サウンドの変更やフォントの変更も可能であり、後者については、欧文フォントが指定されているが故に日本語環境では文字化けする部分を日本語フォントに指定するなどして、ソフトの使用の際の利便を図るなどの使われ方をした。これらのことをGUI環境で容易に操作することができ、テンプレートエディタなどによってユーザの利便性が図られていた。 PowerPCアーキテクチャへの進化および、Classic Mac OSの開発中止に伴って、ResEditのバージョンは1994年以来、2.1.3のままで止まっている。しかし、同等の機能を持つ商用のサードパーティーソフトウェアであるResorcererはmacOSにも対応している。あるいはNicholas ShanksによってResKnifeというオープンソースソフトウェアも開発されている。 (ja)
rdfs:label
  • ResEdit (cs)
  • ResEdit (de)
  • ResEdit (ja)
  • ResEdit (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • ResEdit (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License