aboutsummaryrefslogtreecommitdiff
path: root/files/pl/xul_explorer/index.html
blob: dec7c3871bc4413fa29c69481b0f73e28ba6e82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: XUL Explorer
slug: XUL_Explorer
tags:
  - 'Rozszerzenia:Narzędzia'
  - Strony_wymagające_dopracowania
  - 'XUL:Narzędzia'
translation_of: Archive/Mozilla/XUL_Explorer
---
<p>XUL Explorer jest aplikacją opartą na <a href="/pl/XULRunner" title="pl/XULRunner">XULRunner</a>, która dostarcza możliwości prostego eksperymentowania z językiem <a href="/pl/XUL" title="pl/XUL">XUL</a>. It’s a simple editor that can preview XUL inline or in a separate popup window. Posiada listę fragmentów kodu (małe fragmenty języka XUL lub JavaScript), które mogą być szybko wczytane do edytora. XUL może być wczytywany z i zapisywany do plików. Walidator XUL i <a href="/pl/Konsola_błędów" title="pl/Konsola_błędów">Konsola błędów</a> are both available to help debug problems. Menu Pomoc posiada dostęp do informacji na MDC. There is even simple "keyword" help lookup for XUL elements.</p>

<h3 id="Mapa_drogowa" name="Mapa_drogowa">Mapa drogowa</h3>

<p>Cechy:</p>

<ul>
 <li>The preview pane can be toggled with the editor. Previewing in a popup window is still available.</li>
 <li>Option to automatically update the preview as the editor changes.</li>
 <li>Indicator in the statusbar shows errors. Double-click to display Error Console.</li>
 <li>Option to specify the snippet used to load the editor on startup.</li>
 <li>Option to include a user snippet file. The snippets are merged with the built-in snippets at startup.</li>
 <li>Double-click or drag-and-drop to insert a snippet</li>
 <li>File &gt; New allows user to pick any "Template" snippet, as well as blank.</li>
 <li>Simple XUL Checker can be used to ‘validate’ the XUL snippet. It checks for legal element and attribute names, including allowed attributes for a given element.</li>
 <li>Support attribute value checking where appropriate (boolean and enumerated values) - XUL Checker</li>
 <li>Support “best practice” checks such as: using of commands and keys, strings in DTDs and so on - XUL Checker</li>
 <li>Multi-tabbed editor support</li>
 <li>Support wizards to generate common projects - extensions</li>
 <li>Support extension testing using Firefox extension Test mode</li>
 <li>Obsługa <a href="/pl/Venkman" title="pl/Venkman">Venkman</a></li>
 <li>Obsługa <a href="/pl/Inspektor_DOM" title="pl/Inspektor_DOM">Inspektora DOM</a></li>
</ul>

<p>W przyszłości:</p>

<ul>
 <li>Support more "best practice" checks such as: more A11y checks, strings in DTDs and so on - XUL Checker</li>
 <li>Pozwolenie użytkownikom na dodawanie fragmentów kodu w locie</li>
 <li>Dodawanie pasków bocznych dla uzyskania większej funkcjonalności - pasek boczny własności i projektów</li>
 <li>Obsługa kreatorów do generowania powszechnych projektów - plików XUL, JS XPCOM, rozszerzeń i aplikacji XULRunner</li>
 <li>Obsługa testowych rozszerzeń - być może by using Firefox extension Test mode</li>
</ul>

<p>Aby uzyskać więcej szczegółowych informacji, przejdź do {{ interwiki('wikimo', 'XUL_Explorer:Planning', 'przyszłych planów') }}.</p>

<h3 id="Instalacje" name="Instalacje">Instalacje</h3>

<p>Ostatnia wersja:</p>

<pre class="eval">*Instalacja (Windows): <a class="external" href="http://starkravingfinkle.org/projects/xulexplorer/xulexplorer-0.7-win32.exe">xulexplorer-0.7-win32.exe</a> 5.3MB
*Instalacja (Mac): <a class="external" href="http://starkravingfinkle.org/projects/xulexplorer/xulexplorer-0.7-mac.dmg">xulexplorer-0.7-mac.dmg</a> 18MB
*Instalacja (Linux): <a class="external" href="http://starkravingfinkle.org/projects/xulexplorer/xulexplorer-0.7-linux.tar.gz">xulexplorer-0.7-linux.tar.gz</a> 9MB
</pre>

<h3 id="Contributing" name="Contributing">Contributing</h3>

<ul>
 <li><a class="external" href="http://svn.mozilla.org/projects/xul-explorer/">Source code in SVN</a></li>
 <li>Bugzilla (for bugs and suggestions) <a class="link-https" href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;product=Other+Applications&amp;component=XUL+Explorer&amp;resolution=---&amp;chfieldto=Now">open bugs</a>, <a class="link-https" href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&amp;component=XUL%20Explorer">enter new bug</a></li>
</ul>

<h3 id="Blog" name="Blog">Blog</h3>

<p><a class="external" href="http://starkravingfinkle.org/blog/2007/06/xul-explorer-04-finally/">XUL Explorer 0.4</a><br>
 <a class="external" href="http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/">XUL Explorer 0.3</a><br>
 <a class="external" href="http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/">XUL Explorer 0.2</a><br>
 <a class="external" href="http://starkravingfinkle.org/blog/2006/12/exploring-xul/">Exploring XUL</a></p>