首页 / HTML编辑, 开源软件 /

Bluefish 1.3.7-不再是Linux的专属代码编辑器

上一篇

下一篇

Bluefish是一个为有经验的网页设计者准备的GTK HTML编辑器,它除了可以在LINUX下运行外,还可以在FREEBSD,NETBSD上运行。许多网站都已经完全采用它来制作网页,很多人认为它是 LINUX下最好的HTML编辑器。它有非常优秀的创建向导(WIZARD FOR STARTUP),还有方便的表格、帧编辑器.

Bluefish的功能相当于Windows中的DreamWaver,并且本身程序小巧,资源占有率低,速度快。如果你也是网站的站长,又想在Linux下工作的话,Bluefish是你必不可少的工具之一。

本次最重要的更新应该说是提供了Windows下的安装,让这一强大的编辑器可以被更多的人使用。

全面的插件支持

多语言支持,虽不支持简体中文的安装,但是使用时仍是中文界面。

安装过程中连线下载GTK,并安装。

安装后的运行界面,能在Windows下看到这熟悉的界面,感觉十分亲切。

Change Log

2009-09-20

* [r5207] data/bflang/xhtml.bflang2: add several options to xhtml
language file

* [r5206] data/bflang/asp-vbscript.bflang2,
data/bflang/smarty.bflang2: forgot two languages that include
javascript

* [r5205] data/bflang/all-javascript.bfinc,
data/bflang/html.bflang2, data/bflang/javascript.bflang2,
data/bflang/php.bflang2, data/bflang/xhtml.bflang2: add the new
options for javascript to other languages that include javascript

* [r5204] Makefile.mingw, configure.ac, win32/Makefile.mingw.in,
win32/bluefish.nsi, win32/config.nsis: A first try to automate
the build Windows installer build process. Might still contain
some issues.

* [r5203] src/Makefile.am: Minor workaround. We cannot use a
relative path for pgklibdir in src/plugin*/ for libtools very own
reasons, but we can do here.

* [r5202] src: Ignore bluefish-unstable.exe too.

* [r5201] data/bflang/all-javascript.bfinc,
data/bflang/javascript.bflang2: Work on the Javascript language
support. More to come soon.

* [r5200] src/bookmark.c: remove some deprecated code (was
commented already) and improve some documentation comments

* [r5199] src/plugin_htmlbar/po/fr.po:

* [r5198] po/fr.po:

* [r5197] po/eu.po: From: dooteo <dooteo@euskalgnu.org>

* [r5196] Makefile.mingw: First version of a Makefile to automate
the process of the creating the Windows
installer. Will finish this later under Windows.

* [r5195] win32/bluefish.nsi, win32/installer_dep.sh: Windows NSIS
Installer script update and simple shell script to add the
depends to the build directory.

* [r5194] src/bftextview2_langmgr.c, src/bluefish.c,
src/bluefish.h, src/gui.c, src/plugin_about/about.c,
src/plugin_charmap/charmap.c, src/plugin_entities/entities.c,
src/plugin_htmlbar/htmlbar.c, src/plugin_infbrowser/infb_load.c,
src/plugin_infbrowser/infbrowser.c,
src/plugin_snippets/snippets.c, src/plugins.c, src/rcfile.c:
Reverted most of the changes from r5185-87.

* [r5193] src/rcfile.c: fix default tidy command

* [r5192] src/bftextview2_autocomp.c: fixes a segfault caused by
the recently introduced generix xml tag closing

* [r5191] data/bflang/xml.bflang2: this is required to make xml tag
closing for the generic xml pattern work

* [r5190] AUTHORS, src/plugin_about/about.c: adding Shawn to
AUTHORS

* [r5189] src/file.c: another g_content_type_get_mime_type() needed
for win32

* [r5188] src/filebrowser2.c: add tooltips to the filebrowser that
show the complete URI

* [r5187] src/bftextview2_langmgr.c, src/bluefish.c,
src/plugin_infbrowser/infb_load.c, src/rcfile.c: Fixed forgetting
to assign results from g_strconcat to a variable.

* [r5186] src/bluefish.c: Removed bf_set_cwd function that was
accidently commited.

* [r5185] src/bftextview2_langmgr.c, src/bluefish.c,
src/bluefish.h, src/gui.c, src/plugin_about/about.c,
src/plugin_charmap/charmap.c, src/plugin_entities/entities.c,
src/plugin_htmlbar/htmlbar.c, src/plugin_infbrowser/infb_load.c,
src/plugin_infbrowser/infbrowser.c,
src/plugin_snippets/snippets.c, src/plugins.c, src/rcfile.c:
Implemented dynamic paths on windows based on work done by
spodhajecki in his older 1.0.7 windows release.

* [r5184] src/bftextview2.h, src/bftextview2_autocomp.c,
src/bluefish.h, src/bookmark.c, src/gui.c, src/gui.h,
src/rcfile.c: fixing a segfault in the recently changed
autocompletion code
adding an option to store the left panel active tab number in the
session

* [r5183] src/bftextview2.h, src/bftextview2_autocomp.c,
src/bftextview2_langmgr.c, src/bftextview2_patcompile.c,
src/bftextview2_patcompile.h, src/bftextview2_scanner.c:
implemented auto tag closing for the generic xml syntax
this has special code instead of a language file configuration,
because how to complete cannot be found in the language file
definition, but has to be deducted runtime from the blockstack

* [r5182] src/undo_redo.c: the change from Daniel has a performance
impact. Daniel agreed to revert to the previous one.
doc->unre.last is the last list pointer. g_list_remove will
return the
first list pointer.
so you have to traverse the list twice now, and with the dummy
variable
you don’t traverse it at all.

* [r5181] src/plugin_htmlbar/html_diag.c: always require bfwin

* [r5180] src/plugin_htmlbar/html2.c: fixes a clang warning

* [r5179] src/plugin_entities/entities.c: moving the static arrays
in the entities plugin to gint16 (which can hold value -1)

* [r5178] images/Makefile.am: Fix a possible dist(check) failure
when running dist from a source configured with e.g.
–without-theme-path.

* [r5177] config.site/config.msys: Re-add linker flags
(optimization and drop unnecessary linkages).

* [r5176] src/bftextview2.c, src/bftextview2_langmgr.c,
src/bftextview2_scanner.c, src/filebrowser2.c: Just added braces
around empty if/else statements.

* [r5175] src/snr2.c: Initialize errorcode too.

* [r5174] src/bluefish.c: Explicitely initialize arg_description.

* [r5173] src/bluefish.h: Easier code.

* [r5172] src/plugin_htmlbar/html2.c: Removed another useless
assignment.

* [r5171] src/plugin_snippets/snippets_gui.c: We already assume,
that snw!=NULL.

* [r5170] src/rcfile.c: IMO the return value should not be TRUE by
default (although we don’t use the
return value anywhere). If it should be, we can remove the retval
variable.

* [r5169] src/file.c: Removed unused assignments.

* [r5168] src/gui.c: Moved development stuff into #ifdef statement.

* [r5167] src/bookmark.c: Useless assignment.

* [r5166] src/bftextview2_langmgr.c: Remove an unused assignment in
langmgr_get_bflang_for_mimetype(). Fixed logic
in test in process_scanning_group().

* [r5165] src/bftextview2_autocomp.c: Comment some unused code.

* [r5164] src/plugin_snippets/snippets_wizard.c: Remove unused
assignments.

* [r5163] src/plugin_snippets/snippets_load.c: Removed unused
assignment.

* [r5162] src/plugin_htmlbar/html.c: Removed useless assignment in
emailok_lcb(). Fixed tmplist2 creation in
script_dialog().

* [r5161] src/filebrowser2.c: Remove duplicate assignment.

* [r5160] src/plugin_entities/entities.c: Remove unused variable
assignments.

* [r5159] src/undo_redo.c: Should work now without the dummy
variable.

* [r5158] src/filebrowser2.c: Type-cast.

* [r5157] src/gtk_easy.c: Minor cleanup.

* [r5156] src/snr2.c: Remove unused initialization.

* [r5155] src/plugin_htmlbar/html2.c: Use g_strcmp0() instead of
strcmp() just for the case, a string is NULL.
Further re-format spaces to tabs in cs3d_ok_clicked_lcb().

* [r5154] src/gtk_easy.c: Prevent a NULL pointer dereference.

* [r5153] src/external_commands.c: Removed unused variable
assignment. Further I think, there was a return
statement missing in create_commandstring().

* [r5152] data/bflang/all-javascript.bfinc: fix from Michael Kasten
| http://m-kasten.dex

* [r5151] src/bftextview2_spell.c, src/bftextview2_spell.h,
src/gui.c: small memory leak fixes, some leaks are still there

* [r5150] src/filebrowser2.c: this code shows also network mounts
in the directory dropdown

* [r5149] src/plugin_about/about.c: Fix build failure. My fault.

* [r5148] win32/bluefish.ico: Fix MIME type.

* [r5147] ., autogen.sh, config.site/config.msys, configure.ac,
data/bflang/asp.bflang2, data/bflang/bflang2.bflang2,
data/bflang/c.bflang2, data/bflang/css.bflang2,
data/bflang/html.bflang2, data/bflang/java.bflang2,
data/bflang/javascript.bflang2, data/bflang/jsp.bflang2,
data/bflang/perl.bflang2, data/bflang/php.bflang2,
data/bflang/po.bflang2, data/bflang/python.bflang2,
data/bflang/ruby.bflang2, data/bflang/sample.bflang2,
data/bflang/shell.bflang2, data/bflang/xhtml.bflang2,
data/bflang/xml.bflang2, po/ko_KR.po, src/Makefile.am,
src/bf_lib.c, src/bftextview2.c, src/bftextview2.h,
src/bftextview2_autocomp.c, src/bftextview2_autocomp.h,
src/bftextview2_langmgr.c, src/bftextview2_langmgr.h,
src/bftextview2_patcompile.c, src/bftextview2_patcompile.h,
src/bftextview2_scanner.c, src/bftextview2_scanner.h,
src/bluefish.c, src/bluefish.h, src/dialog_utils.c,
src/document.c, src/external_commands.c, src/file_autosave.c,
src/file_dialogs.c, src/filebrowser2.c, src/filefilter.c,
src/ipc_bf2bf.c, src/outputbox.c, src/plugin_about/Makefile.am,
src/plugin_about/about.def, src/plugin_about/po/ko_KR.po,
src/plugin_charmap/Makefile.am, src/plugin_charmap/charmap.c,
src/plugin_charmap/charmap.def, src/plugin_charmap/charmap.h,
src/plugin_entities/entities.def,
src/plugin_entities/po/ko_KR.po, src/plugin_htmlbar/html.c,
src/plugin_htmlbar/html2.c, src/plugin_htmlbar/htmlbar.def,
src/plugin_htmlbar/po/ko_KR.po,
src/plugin_infbrowser/infbrowser.def,
src/plugin_infbrowser/po/ko_KR.po, src/plugin_rsync/rsync.def,
src/plugin_snippets/po/ko_KR.po,
src/plugin_snippets/snippets.def,
src/plugin_snippets/snippets_load.c, src/rcfile.c, win32,
win32/bluefish.ico, win32/bluefish.nsi: Merge the Windows branch
back into trunk.

* [r5146] AUTHORS, src/plugin_about/about.c: Status update of
translaters, authors and package/port maintainers.

* [r5145] src/filebrowser2.c: filebrowser improvements

* [r5144] src/filebrowser2.c: improvements for the directory
popdown. the treestoire doesn’t look good, so reverted to
liststore. added folder icons and removed duplicates

* [r5143] src/filebrowser2.c: initial work to get volumes listed in
the directory dropdown, and to make the dropdown look better with
a treestore instead of a liststore and icons in there

* [r5140] po/nl.po, src/plugin_about/po/nl.po,
src/plugin_charmap/po/nl.po, src/plugin_entities/po/nl.po,
src/plugin_htmlbar/po/nl.po, src/plugin_infbrowser/po/nl.po,
src/plugin_snippets/po/nl.po: nl.po is now fully done

* [r5139] po/nl.po: finished nl.po

* [r5138] po/nl.po: small translation update

* [r5137] src/preferences.c: fixed intial document settings pane

* [r5136] data/bflang/nsis.bflang2: Got a little sidetracked this
morning when I was going to do some more work on the uninstaller
and wasted a bunch of time on this instead. Not quite sure what I
was doing or if I did it right but since it’s related to the
installer…
ftp://kernel86.muleslow.net/mingw/bluefish/bflang/nsis.bflang2
Shawn Novak

* [r5135] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po,
po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po,
po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po,
po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po:
Further update po files. Some translation changes have been
forgotten in r5133.

* [r5134] src/filebrowser2.c, src/filebrowser2.h: performance
improvement for flat view

* [r5133] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po,
po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po,
po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po,
po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po,
src/plugin_about/po/da.po, src/plugin_about/po/de.po,
src/plugin_about/po/es.po, src/plugin_about/po/eu.po,
src/plugin_about/po/fi.po, src/plugin_about/po/fr.po,
src/plugin_about/po/it.po, src/plugin_about/po/ja.po,
src/plugin_about/po/ko_KR.po, src/plugin_about/po/nb.po,
src/plugin_about/po/nl.po, src/plugin_about/po/pl.po,
src/plugin_about/po/pt.po, src/plugin_about/po/pt_BR.po,
src/plugin_about/po/ro.po, src/plugin_about/po/ru.po,
src/plugin_about/po/sk.po, src/plugin_about/po/sr.po,
src/plugin_about/po/sv.po, src/plugin_about/po/ta.po,
src/plugin_about/po/tr.po, src/plugin_about/po/zh_CN.po,
src/plugin_about/po/zh_TW.po, src/plugin_charmap/po/da.po,
src/plugin_charmap/po/de.po, src/plugin_charmap/po/es.po,
src/plugin_charmap/po/eu.po, src/plugin_charmap/po/fi.po,
src/plugin_charmap/po/fr.po, src/plugin_charmap/po/it.po,
src/plugin_charmap/po/ja.po, src/plugin_charmap/po/ko_KR.po,
src/plugin_charmap/po/nb.po, src/plugin_charmap/po/nl.po,
src/plugin_charmap/po/pl.po, src/plugin_charmap/po/pt.po,
src/plugin_charmap/po/pt_BR.po, src/plugin_charmap/po/ro.po,
src/plugin_charmap/po/ru.po, src/plugin_charmap/po/sk.po,
src/plugin_charmap/po/sr.po, src/plugin_charmap/po/sv.po,
src/plugin_charmap/po/ta.po, src/plugin_charmap/po/tr.po,
src/plugin_charmap/po/zh_CN.po, src/plugin_charmap/po/zh_TW.po,
src/plugin_entities/po/da.po, src/plugin_entities/po/de.po,
src/plugin_entities/po/es.po, src/plugin_entities/po/eu.po,
src/plugin_entities/po/fi.po, src/plugin_entities/po/fr.po,
src/plugin_entities/po/it.po, src/plugin_entities/po/ja.po,
src/plugin_entities/po/ko_KR.po, src/plugin_entities/po/nb.po,
src/plugin_entities/po/nl.po, src/plugin_entities/po/pl.po,
src/plugin_entities/po/pt.po, src/plugin_entities/po/pt_BR.po,
src/plugin_entities/po/ro.po, src/plugin_entities/po/ru.po,
src/plugin_entities/po/sk.po, src/plugin_entities/po/sr.po,
src/plugin_entities/po/sv.po, src/plugin_entities/po/ta.po,
src/plugin_entities/po/tr.po, src/plugin_entities/po/zh_CN.po,
src/plugin_entities/po/zh_TW.po, src/plugin_htmlbar/po/da.po,
src/plugin_htmlbar/po/de.po, src/plugin_htmlbar/po/es.po,
src/plugin_htmlbar/po/eu.po, src/plugin_htmlbar/po/fi.po,
src/plugin_htmlbar/po/fr.po, src/plugin_htmlbar/po/it.po,
src/plugin_htmlbar/po/ja.po, src/plugin_htmlbar/po/ko_KR.po,
src/plugin_htmlbar/po/nb.po, src/plugin_htmlbar/po/nl.po,
src/plugin_htmlbar/po/pl.po, src/plugin_htmlbar/po/pt.po,
src/plugin_htmlbar/po/pt_BR.po, src/plugin_htmlbar/po/ro.po,
src/plugin_htmlbar/po/ru.po, src/plugin_htmlbar/po/sk.po,
src/plugin_htmlbar/po/sr.po, src/plugin_htmlbar/po/sv.po,
src/plugin_htmlbar/po/ta.po, src/plugin_htmlbar/po/tr.po,
src/plugin_htmlbar/po/zh_CN.po, src/plugin_htmlbar/po/zh_TW.po,
src/plugin_infbrowser/po/da.po, src/plugin_infbrowser/po/de.po,
src/plugin_infbrowser/po/es.po, src/plugin_infbrowser/po/eu.po,
src/plugin_infbrowser/po/fi.po, src/plugin_infbrowser/po/fr.po,
src/plugin_infbrowser/po/it.po, src/plugin_infbrowser/po/ja.po,
src/plugin_infbrowser/po/ko_KR.po,
src/plugin_infbrowser/po/nb.po, src/plugin_infbrowser/po/nl.po,
src/plugin_infbrowser/po/pl.po, src/plugin_infbrowser/po/pt.po,
src/plugin_infbrowser/po/pt_BR.po,
src/plugin_infbrowser/po/ro.po, src/plugin_infbrowser/po/ru.po,
src/plugin_infbrowser/po/sk.po, src/plugin_infbrowser/po/sr.po,
src/plugin_infbrowser/po/sv.po, src/plugin_infbrowser/po/ta.po,
src/plugin_infbrowser/po/tr.po,
src/plugin_infbrowser/po/zh_CN.po,
src/plugin_infbrowser/po/zh_TW.po, src/plugin_snippets/po/da.po,
src/plugin_snippets/po/de.po, src/plugin_snippets/po/es.po,
src/plugin_snippets/po/eu.po, src/plugin_snippets/po/fi.po,
src/plugin_snippets/po/fr.po, src/plugin_snippets/po/it.po,
src/plugin_snippets/po/ja.po, src/plugin_snippets/po/ko_KR.po,
src/plugin_snippets/po/nb.po, src/plugin_snippets/po/nl.po,
src/plugin_snippets/po/pl.po, src/plugin_snippets/po/pt.po,
src/plugin_snippets/po/pt_BR.po, src/plugin_snippets/po/ro.po,
src/plugin_snippets/po/ru.po, src/plugin_snippets/po/sk.po,
src/plugin_snippets/po/sr.po, src/plugin_snippets/po/sv.po,
src/plugin_snippets/po/ta.po, src/plugin_snippets/po/tr.po,
src/plugin_snippets/po/zh_CN.po, src/plugin_snippets/po/zh_TW.po,
src/preferences.c, src/preferences.h, src/project.c: minor
preferences gui update
and translation updates

* [r5128] src/file_dialogs.c, src/snr2.c, src/snr2.h: fixes

http://bugzilla.gnome.org/show_bug.cgi?id=593794

* [r5127] src/bftextview2.c, src/bftextview2.h,
src/bftextview2_spell.c, src/bluefish.c, src/bluefish.h,
src/document.c, src/gui.c, src/menu.c, src/preferences.c,
src/project.c, src/rcfile.c: made spell check a per-document
setting, with a session default that can be set in the
preferences for regular files, or in the project menu for
projects

* [r5123] src/document.c: Use plural forms in the word-count tool.

* [r5120] src/preferences.c, src/rcfile.c: minor gui improvements

* [r5119] src/project.c: copy the default mime type in new projects

* [r5118] src/bluefish.h, src/document.c, src/preferences.c,
src/preferences.h, src/rcfile.c: moved the default mime type to
the session options
fixed http://bugzilla.gnome.org/show_bug.cgi?id=593649

* [r5117] src/bluefish.c, src/bluefish.h, src/project.c: better
session defaults

* [r5115] src/bftextview2.c, src/bftextview2.h, src/bluefish.h,
src/document.c, src/menu.c, src/preferences.c, src/preferences.h,
src/rcfile.c: moved several options to Tsessionvars with the new
GUI that is both in ‘edit project’ and in preferences

* [r5103] src/bluefish.h, src/preferences.c, src/preferences.h,
src/rcfile.c: add a spell check default option

* [r5101] src/bluefish.h, src/document.c, src/preferences.c,
src/project.c, src/rcfile.c: replace the old project wrap text
option with the new generic session option

* [r5100] src/bluefish.h, src/preferences.c, src/preferences.h,
src/project.c, src/rcfile.c: adding an infrastructure to set
session preferences. the same gui is used in the preferences
dialog for the global session, and in the project edit dialog so
you can have those settings different in a project

* [r5082] src/file.c, src/file_dialogs.c: Missing translate-able
strings have been gettextized. Thanks to clansco.

* [r5079] src/bftextview2_langmgr.c: Typecast to fix compiler
warning.

* [r5078] po/fr.po, src/plugin_entities/po/fr.po,
src/plugin_htmlbar/po/fr.po, src/plugin_infbrowser/po/fr.po,
src/plugin_snippets/po/fr.po: updated translations from clansco

* [r5077] src/bluefish.c, src/ipc_bf2bf.c, src/preferences.c,
src/rcfile.c: some small cleanups to the new socket code

* [r5076] src/plugin_snippets/snippetsmenu.c: Fix compiler
warnings. However, by using GtkWidget directly, we don’t need
all those typecasts. Olivier?

* [r5075] src/Makefile.am: Fix FTBFS.

* [r5074] src/bluefish.c, src/ipc_bf2bf.c, src/ipc_bf2bf.h: add
header file

* [r5073] src/Makefile.am, src/bluefish.c, src/bluefish.h,
src/ipc_bf2bf.c, src/preferences.c, src/rcfile.c: adding socket
based IPC

* [r5072] po/nl.po: some nl updates

* [r5071] po/nb.po, src/plugin_about/po/nb.po,
src/plugin_charmap/po/nb.po, src/plugin_entities/po/nb.po,
src/plugin_htmlbar/html2.c, src/plugin_htmlbar/po/nb.po,
src/plugin_infbrowser/po/nb.po, src/plugin_snippets/po/nb.po:
Updated nb translation. Fixed typo in plugin_htmlbar

* [r5070] src/gui.c, src/menu.c, src/outputbox.c, src/outputbox.h,
src/preferences.c, src/rcfile.c: did some %s to %f fixes in the
preferences dialog
removed an option from the outputbox preferences that is in the
session nowadays

* [r5069] src/msg_queue.c: some more fine tuning on a much faster
system

* [r5068] src/plugin_htmlbar/html.c: whoops, forgot to apply the
attribute in the OK callback

* [r5067] src/plugin_htmlbar/html.c: add attribute title to anchor
dialog

* [r5066] src/plugin_snippets/snippets.c,
src/plugin_snippets/snippets.h,
src/plugin_snippets/snippets_gui.c: fixes a segfault during the
creation of the GUI if the left panel is disabled and the
snippets menu is shown

* [r5065] src/filebrowser2.c: if a directory open fails, remove the
directory from the treestore

* [r5064] src/msg_queue.c: fixes

http://bugzilla.gnome.org/show_bug.cgi?id=592199

* [r5062] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po,
po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po,
po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po,
po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po:
Update .po files after removing some unneccesary translation
calls.

* [r5061] src/menu.c: Don’t translate the paths here. This should
work untranslated. So we don’t
need to translate the same strings several times.

* [r5056] src/plugin_snippets/po/de.po: Minor update.

* [r5055] configure.ac: Partly revert the change from r5033. This
fixes a minor issue (probably
overquotation of “[bluefish_version]” in AC_INIT leads to
VERSION=”bluefish_version” (seen with recent Sid). Defining
major, minor,
micro is useful for libraries. We don’t need this and don’t use
it atm.

* [r5054] src/plugin_htmlbar/image_dialog.c: fixes

http://bugzilla.gnome.org/show_bug.cgi?id=579409

* [r5053] po/cs.po: fix the warning in cs.po

* [r5052] po/de.po: First minor update of the German translation
(still contains fuzzy and
untranslated strings).

* [r5051] configure.ac: Post-release version bump.

* [r5050] src/plugin_snippets/po/de.po: Added missing translations.
Removed some accelerators.

Bluefish 1.3.7 for Windows

(3.66MB)

Bluefish 1.3.7 for Linux

(2.80MB)

上一篇

下一篇

网友评论: 0 Responses to Bluefish 1.3.7-不再是Linux的专属代码编辑器

  1. 底下的英文我看不懂啊

    Panther says:
  2. 体积有点庞大啊- -

    A.shun says:
  3. @A.shun
    不会啊,跟其他文本编辑器差不多,而且功能更多 :mrgreen:

    LAONB says:
  4. @LAONB
    我试了。
    安装好后,不算GTk也要50多M :!:

    A.shun says:
  5. @A.shun
    那我没仔细看,gtk2应该不大,在线升级挺快的。
    看来你也是对软件很苛求,我一般都在虚拟机里装,看看顺眼然后再系统上安装 :grin:

    LAONB says:
  6. @LAONB
    苛求才能发现极品

    A.shun says:
  7. @A.shun
    最求完美的人永不止步。

    LAONB says:
  8. laonb用windows7了吧?破解了吗?

    Lxhome says:
  9. @Lxhome
    已经用了快一个月了,成功破解,并且安装软件时可以通过副本验证,太完美了。

    LAONB says:
  10. 嗯!在Win下去试试。

    Maxsailor says:
  11. @Maxsailor
    嗯!在Linux上去试试。

    muxueqz says:
  12. @Maxsailor
    那要强烈推荐了,真该试试看。

    LAONB says:
  13. @muxueqz
    哈哈,你这资深Linuxer早该用过这个了吧。

    LAONB says:
  14. @Panther
    我也看不懂,不是有Google翻译嘛 :mrgreen:

    LAONB says:
  15. @LAONB
    嗯,你是用什么方法破解的?

    Lxhome says:
  16. @Lxhome
    WIN7之家论坛里发了个软破,运行一次就OK了,我发到你邮箱吧。

    LAONB says:
  17. 感觉在WIN下面还是用DREAM的多吧。呵。

    simaopig says:
  18. @simaopig
    我就是最好的实例,用习惯了DW,不过这个推出Windows版的很难得 :mrgreen:

    LAONB says:
  19. @LAONB
    呵呵,我不懂代码,用不着这个,我是位不坚定的VIM控。

    muxueqz says:
  20. @muxueqz
    VIM也可以编辑代码嘛,功能有过之而无不及。

    LAONB says:
  21. @LAONB
    呵呵,对呀,VIM是万能的!

    muxueqz says:

说你所想