getting ready for 2.4.1
update the list of up-to-date translations
getting ready for 2.4.1
include all files for osx package bundling so there is no need to compile the package from svn trunk
getting ready for 2.4.1 release
update the translation files for all languages
getting ready for 2.4.1 release
I've created a new 2.4.1 installer, at the same location, that adds (I think) the required registry key to make that work. Can you test again?
install bluefish with uninstaller registered in the local machine part of the registry
can you see if https://www.bennewitz.com/bluefish/devel/windows/Bluefish%202.4.1%20Setup.exe is better?
translation update from Osman Öz <osmanoz05@hotmail.com>
translation update from Paweł W. <dawajpoczte@gmail.com>
Bluefish v2.4.0 – Installation Issue
The windows installer is created with very little windows knowledge. It works but it probably does lots of things in a wrong way. If you can help which NSIS settings should be changed, please suggest them (NSIS is the installer that Bluefish uses).
translation update from Daniel Fuchs <daniel@baumfuchs.de>
translation update from Olesya Gerasimenko <gammaray@basealt.ru>
translation update from christian@tellefsen.net
translation update from Αναστάσιος Καζάκης <anastasios.kazakis@gmail.com>
translation update from Yuri Chornoivan <yurchor@ukr.net>
complete greek translation update from Anastasios Kazakis <anastasios.kazakis@gmail.com>
prepare for 2.4.1 release
Crash on "Show split screen"
translation update from Anastasios Kazakis <anastasios.kazakis@gmail.com>
fixed that too, this is a regression caused by an optimization in 2.4.0 or 2.2.19 (I can't remember)
fix a regression in an optimisation that caused the split view widget to have a different tabsize
now I see what you mean! I was looking at the wrong icon.. I have no clue why this happens.. I use on my computer the tabs and icons on the bottom, I see no movement on my computer.
but have you tested it? (b.t.w. please report next time - bluefish should never crash)
hmm I cannot reproduce this. I tried: 1) start bluefish 2) right click to open context menu - show system font 3) close context menu, open preferences 4) change editor font to a different font 5) click apply 6) right click in editor to show context menu - shows system font Is there anything I should do different to reproduce this?
I'm feeling a bit stupid, but I don't see it ... (I'm from the Netherlands)
colors of text on file name labels under the editor window
should be fixed in revision 9301. please test!
should fix crash on split screen as reported in https://sourceforge.net/p/bluefish/tickets/127/
I can reproduce it! will have a look at it!
Sorry I'm not a native English speaker. What do you mean by "Swings"?
which of the screenshots is the one that bluefish shows on your computer? on my computer this context menu uses the system font, so it seems OK?
the provided icons look nice. The drawback is that we have to maintain three sets of icons, (or maybe 4 if we also create gnome-dark icons). the icons are compiled to C-code because this speeds up the startup of Bluefish. Since Bluefish has a lot of icons, a file lookup for each icon means 50 files that need to be read, converted from their compressed format into a pixbuf, and rendered to screen. The icons that are compiled to c-code are already compiled into a pixbuf, so they can be rendered to...
I think I fixed the bug. So please test! Lets open a new issue for the split view indeed.
updating for upcoming 2.4.1 release
code cleanups
should fix https://sourceforge.net/p/bluefish/tickets/123/ that the active tab color is not always correctly set
mark el as up to date translation
Greek translation update from Αναστάσιος Καζάκης <anastasios.kazakis@gmail.com>
so I see the "modified" color is indeed configured as yellow. The part that I don't understand is why the text tab first is purple, and after undo becomes white. In both cases the code just "unsets" the color, which should revert the color to the default gtk text color as defined by your gtk theme. Can this be a gtk theme issue?
split screen should definately not crash. Can you easily reproduce it?
improving the dark color scheme, and the html highlighting
remove various debug output
improve dark theme colors
preferences edit dark colors if in dark mode, normal colors if not in dark mode
in latest svn I tried to improve the dark theme detection, this might help fixing this issue
use dark theme colors in the bluefishtextview widget
created automatic dark mode detection and adjust the colors acordingly
fixes warning about plurals definition
Hi, thanks for reporting, if I look at the code the non-modified-open-document should have the standard gtk color. Is purple a configured color, or is purple the standard gtk color on your system? what are your configured colors? Can you send me the output for grep tab_color ~/.bluefish/rcfile-2.0 ~/.config/bluefish/rcfile-2.0 ?
this is probably a flathub issue. See the message on the flathub page: "Note that the flatpak version of Bluefish does not integrate well with other tools on your system due to flatpak security restrictions." Bluefish inside flatpak is not allowed to start executables outside the flatpak package (such as firefox).
Hi, I hope google translate got the translation right. Did you install from source, a binary (from where?) from flathub or somewhere else? Is there any error message you see? The command that is executed for browser preview is configured in the preferences (under external commands). Does that command work if you type it in a terminal?
translation update from தமிழ் நேரம் <tamilneram247@gmail.com>
improve UI for split lines in columns
previous commit fixed a problem but introduced a next one
remove / comment debug output
fix a bug in markregion_delete that could free the start of a region, even if the end was still valid
use python3 in the shebang instead of python
activate the document after ctrl-tab
make <ctrl><tab> work as expected when both notebooks are active
took me a while, but this line does work: "c:\vnu\bin\vnu.bat" --stdout --exit-zero-always '%f' > "%o"
renaming to 2.4.1beta1, removing the experimental string from the side-by-side feature
improve some UI asthetics, and remove debugging output
improve visible handle between two notebooks
close outputbox and simple search bar on project close
close the outputbox on [ESC], and if there are no matches, just scroll to the end
fix a bug that side-by-side caused a wrong order in the documentlist if a new document was opened in notebook1 but it was appended as last document in the documentlist
fix bug in the project save which document was on which notebook
show notebook2 in the situation that there are no active documents in the project saved but there are documents on notebook2
store and restore documents side-by-side status in the project
documentation improvement
2.4.0 release
get ready for release 2.4.0
add 2.4.0 release to appdata file
update splash image to 2.4.0
getting ready for 2.4.0 release
enable the menu entry for the experimental side-by-side feature
add the two document side by side to the ChangeLog
add a feature to set documents side by side, with two notebooks. It is marked experimental because it is not yet well-tested.
fix doc_recalculate_right_margin for the situation that there is no wrap on right margin. This commit also has some code that is not yet compiled between #ifdef DUALNOTEBOOK that is still experimental code
updates to AUTHORS and ChangeLog
selecting lines by dragging in the margin should also work from bottom to top
translation update from abrahamssonmathias@gmail.com
translation update from falsetti@free.fr
translation update from Daniel Fuchs <daniel@baumfuchs.de>
update default_accelmap for user interface changes
fix image install location
translation update from Osman Öz <osmanoz05@hotmail.com>
nl translation upodate
translation update, not yet done
translation update from Olesya Gerasimenko <gammaray@basealt.ru>
translation update from Roberto Bellingeri - Si.Re. Informatica S.r.l. - NetGuru <bellingeri@netguru.it>
translation update from Yuri Chornoivan <yurchor@ukr.net>
enable double click on the autocompletion popup to activate it
FR: Option to minimize to system tray
Vorschau im Browser zeigt keinen Tab an
FR: Highlight bookmark in sidebar to reflect cursor position