Skip to content

Commit

Permalink
version 1.10.0.14087
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Mar 28, 2014
1 parent 0a62de0 commit 865c871
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 9 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,24 @@ Changelog
+ added
* fixed

Changes in 1.10.0 (beta) (30 Jan 2014)
Changes in 1.10.0 (beta) (28 Mar 2014)

! Tab number is now full part of the title.
! Main title format can be defined by user.
! Tab title format can be defined by user.
! Remove "Administrator:" prefix.
+ Input Method Editor (IME) support.
+ Allow selection by column.
+ Clone current view in a new tab.
+ Clone/Split using the current directory.
* Fix "pinned to desktop" mode on Windows 7 and more.
* Fix paste inconsistency on multiple lines.
* Fix Quake like show/hide animation.
* Tab text was hidden when less than 12 pixels.
* Fix Quake like show/hide.
* Fix some crashes.
* Fix starting directory.
* Fix VIM dead char.

Changes in 1.09.1 (17 Dec 2013)

Expand Down
4 changes: 4 additions & 0 deletions help/console.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<param name="Name" value="Behavior">
<param name="Local" value="html\settings_behavior.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Behavior (More...)">
<param name="Local" value="html\settings_behavior_more.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Hotkeys">
<param name="Local" value="html\settings_hotkeys.html">
Expand Down
1 change: 1 addition & 0 deletions help/console.hhp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ html\settings_appearance_styles.html
html\settings_appearance_font.html
html\settings_appearance_fullscreen.html
html\settings_behavior.html
html\settings_behavior_more.html
html\settings_hotkeys.html
html\settings_mouse.html
html\settings_tabs.html
Expand Down
4 changes: 2 additions & 2 deletions help/html/settings_appearance.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h2>Title & icon</h2>
<table>
<tr><td><b>%u</b> </td><td><u>U</u>ser name </td></tr>
<tr><td><b>%p</b> </td><td><u>P</u>ID </td></tr>
<tr><td><b>%n</b> </td><td>Tab <u>n</u>umber (the position in the tabs bar) </td></tr>
<tr><td><b>%i</b> </td><td>Tab <u>i</u>ndex (the position in the settings) </td></tr>
<tr><td><b>%n</b> </td><td>Tab <u>n</u>umber (the position in tabs bar) </td></tr>
<tr><td><b>%i</b> </td><td>Tab <u>i</u>ndex (the position in settings) </td></tr>
<tr><td><b>%m</b> </td><td><u>M</u>ain window title (defined in settings or -w parameter)</td></tr>
<tr><td><b>%t</b> </td><td><u>T</u>ab title (defined in settings) </td></tr>
<tr><td><b>%s</b> </td><td><u>S</u>hell title </td></tr>
Expand Down
5 changes: 4 additions & 1 deletion help/html/settings_appearance_styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ <h2>Styles</h2>

<p class="block-row-name">Quake like</p>
<p class="block-row-description">
If checked, Console use a quake console like effect when showing or hiding.
If checked, Console use a quake console like effect when showing or hiding.<br />
This animation requires a global hotkey to hide/show the application.<br />
Window must be docked to a screen edge (select <i>Docking</i> in <i>Settings/Appearance</i>).<br />
If AERO is active, non client aera is not supported. Consider to uncheck <i>Caption</i> and <i>Resizing</i>.
</p>
<br />

Expand Down
1 change: 1 addition & 0 deletions help/html/settings_behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ <h2>Close</h2>
<p class="block-row-description">
If checked, a confirmation message is displayed before closing multiple tabs/views.
</p>
<br />

<h2>Focus</h2>

Expand Down
30 changes: 30 additions & 0 deletions help/html/settings_behavior_more.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>Settings - Behavior</title>
<meta http-equiv="content-type" content='text/html; charset=utf-8' />
<link rel="stylesheet" type="text/css" href="../styles/help.css" />
</head>

<body>
<h1>Settings - Behavior</h1>

<p>
<img src="../images/settings_behavior_more.png" />
</p>

<h2>Split/Clone</h2>

<p class="block-row-name">Open new shell in current directory</p>
<p class="block-row-description">
If checked, new shell created by following actions will use the same current directory as the active view:<br />
Split the current view horizontally<br />
Split the current view vertically<br />
Clone the current view in a new tab
</p>
<br />

</body>

</html>
Binary file modified help/images/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_font.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_behavior.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added help/images/settings_behavior_more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_hotkeys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_mouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions setup/config/console.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,23 @@
<font name="Courier New" size="10" bold="0" italic="0" smoothing="0" bold_intensified="0" italic_intensified="0" extra_width="0">
<color use="0" r="0" g="0" b="0"/>
</font>
<window title="Console" icon="" use_tab_icon="1" use_console_title="0" show_cmd="1" show_cmd_tabs="1" use_tab_title="1" trim_tab_titles="20" trim_tab_titles_right="0"/>
<window title="Console" icon="" use_tab_icon="1" use_console_title="0" show_cmd="1" show_cmd_tabs="1" use_tab_title="1" trim_tab_titles="20" trim_tab_titles_right="0" main_title_format="?U([%u] )?N({%u} )%m?s( - %s)" tab_title_format="%n. ?U([%u] )?N({%u} )%t?s( - %s)"/>
<controls show_menu="1" show_toolbar="1" show_statusbar="1" show_tabs="1" hide_single_tab="1" show_scrollbars="1" flat_scrollbars="0" tabs_on_bottom="0" hide_tab_icons="0"/>
<styles caption="1" resizable="1" taskbar_button="1" border="1" inside_border="2" tray_icon="1" quake_like="0" jumplist="0">
<styles caption="1" resizable="1" taskbar_button="1" border="1" inside_border="2" tray_icon="1" quake_like="0" jumplist="0" integrated_ime="0">
<selection_color r="255" g="255" b="255"/>
</styles>
<position x="-1" y="-1" dock="-1" snap="-1" z_order="0" save_position="0" w="-1" h="-1" save_size="0"/>
<transparency type="0" active_alpha="255" inactive_alpha="255" r="0" g="0" b="0"/>
<fullscreen start_in_fullscreen="0" fullscreen_monitor="0"/>
</appearance>
<behavior>
<copy_paste copy_on_select="0" clear_on_copy="1" no_wrap="1" trim_spaces="1" copy_newline_char="0" sensitive_copy="1" include_left_delimiter="0" include_right_delimiter="0" left_delimiters=" ([" right_delimiters=" )]"/>
<copy_paste copy_on_select="0" clear_on_copy="1" no_wrap="1" trim_spaces="1" copy_newline_char="0" sensitive_copy="1" include_left_delimiter="0" include_right_delimiter="0" left_delimiters=" ([" right_delimiters=" )]" eol_spaces="1"/>
<scroll page_scroll_rows="0"/>
<tab_highlight flashes="3" stay_highligted="1"/>
<close allow_closing_last_view="0" confirm_closing_multiple_views="1"/>
<focus follow_mouse="0"/>
<instance allow_multi="1"/>
<clone use_current_dir="1"/>
</behavior>
<hotkeys use_scroll_lock="1">
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="83" command="settings"/>
Expand Down Expand Up @@ -84,6 +85,7 @@
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="87" command="closeview"/>
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="79" command="splithoriz"/>
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="69" command="splitvert"/>
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="clone"/>
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="122" command="fullscreen"/>
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="96" command="zoom100"/>
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="107" command="zoominc"/>
Expand Down Expand Up @@ -112,6 +114,7 @@
<actions>
<action ctrl="0" shift="0" alt="0" button="1" name="copy"/>
<action ctrl="0" shift="1" alt="0" button="1" name="select"/>
<action ctrl="0" shift="0" alt="0" button="0" name="select_column"/>
<action ctrl="0" shift="0" alt="0" button="3" name="paste"/>
<action ctrl="1" shift="0" alt="0" button="1" name="drag"/>
<action ctrl="0" shift="0" alt="0" button="2" name="menu"/>
Expand Down
4 changes: 2 additions & 2 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_BUILD 0
#define VERSION_BUILD2 14030
#define VERSION_BUILD2 14087
#define VERSION_FILE "1.10.0"
#define VERSION_PRODUCT "1, 10, 0, 14030"
#define VERSION_PRODUCT "1, 10, 0, 14087"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2014 Bucher Christophe"

0 comments on commit 865c871

Please sign in to comment.