Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Current »

Graphing

Annotation

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30150

Elbow Arrow

Add elbow arrows like Prism

Single elbow arrow is added in Arrows group on Tools toolbar.

See hint when mousing over the toolbar button or on status bar. E.g. Press Shift key while drawing it will create segement with arrow horizontally.

Click on the arrow object to use mini toolbar for further edit.

ORG-29686

Specify the angle value for angle annotation directly

The angle of the angle annotation could be dynamically updated based on the angle value input by the user.

In Dimension tab, add Method option after Units, list

  • 3 Points: current method

  • Angle and Magnitude: New Default.

General

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30023

Save Theme as should Fill Theme name by default

preset the original theme name in save as dialog

  1. open theme organizer dialog

  2. go to last theme in Graph tab, right click All Axes ON, select edit

  3. uncheck show checkbox, click save as

    → All Axes ON show as Name of New Theme, then user could modify the name.

In Theme Preview app, we provide themes like Custom Page Size, Custom Font etc. User just need to change the property setting, and save the theme in same name, the quick style will use the new theme.

ORG-30405

Provide Right Margin when Arrange Windows

Arranging windows in a subregion of workspace

In Window: Arrange Windows… dialog, Right Margin (%) is added. Check it and set it to 25%. Only left 75% of workspace will be used to arrange windows.

User can pin some child windows to exclude it from arrangement and put it on the right side so it will not be on top of other child windows.

ORG-30405.png

ORG-2174

Improved Shortcut Keys and Worksheet Functionality

Hot key to insert/delete rows.

Highlight a row(s), then

Insert Rows: Use Ctrl + Shift + = or Ctrl + Num+

Delete Rows: Use Ctrl + - or Ctrl + Num-

ORG-28969

Draw Rectangle With Rounded Corner

In toolbar, add Rounded Rectangle after Rectangle.

Select it and drag to rectangle should create rectangle with rounded corner. Anchor point could decide the radius for rounded corner.

ORG-29960

Extract, Create Copy of ShDF Data

Copy Values from plot or create slicer copy as new book.

Right click the plot with slicer to choose Copy Values or Create Slicer Copy as New Book context menu.

Import

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-10764

Improvement for binary data in Import Wizard

Header variables should support customize names for binary data in Import Wizard

Define variable name for binary file.jpg

ORG-29757

Improvements When Changing Data Source of Data Connector

Show Options dialog checkbox is added in Data Source File Path dialog

In older version, on a sheet with data connector, when clicking the connector icon and choose Data Source… to change data file, after clicking OK, new data wasn’t imported directly. The subsequence Import Options dialog always showed for user to confirm the settings but most of the time user just needed to click OK without any change.

In Origin 2025, Show Options dialog checkbox is added and by default unchecked so data can be imported directly after clicking OK.

Analysis

General

JIRA

SUMMARY

DESCRIPTION

DETAILS

Gadgets

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-30375

Vertical Cursor lists Book Long Name

In Vertical Cursor tool, support Book Long name

ORG-30375.png

Programming

Python

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30144

Python supports setting parameter bounds in NLFit

Added following function to set parameter bounds in NLFit.

def set_lbound(self, p, ctrl='>', val=None)
def set_ubound(self, p, ctrl='<', val=None)

Example:

import originpro as op
wks = op.new_sheet()
fn=op.path('e') + r'Samples\Curve Fitting\Gaussian.dat'
wks.from_file(fn, False)
model2 = op.NLFit('Gauss')
model2.set_data(wks, 0, 1)
model2.set_lbound('y0','>','6')
model2.set_ubound('A','<','800')
model2.fit()

LabTalk

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30110

More efficient way to assign values on label Rows

Label row supports assign numeric value and supports assigning scalar string values to dataset.

How to assign values to a user-defined parameter row.

newbook;
//C, L, U are label row characters
range -v rvA=[C]:[C], rvB=[L]:[L], rvC=[U]:[U];
rvA[1]=20;
rvA[2]$="hello";
rvB=30;
rvC="world";

Miscellaneous

Ease of Use

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30376

Project Browser

New tool to search window, book, graph, sheet, columns in Project

Click image-20241227-211357.png icon on top of PE, press F3 or Ctrl+double click gray workspace to open the browser.

  • Support search Windows, Graphs, Books, Notes, Sheets, Columns and Folders by in current folder or whole project.

  • Keyword search and limit where to search

  • Double click to activate found item.

  • Select multiple items to Bulk rename, …

  • Advanced Find button to open the old Search in Project dialog

  • hotkey Ctrl+A to select all items.

  • Support redo for Hide/Show and Delete

ORG-29564

ORG-30359

Search box on Main Menu

Search menu, toolbar, Apps items to use

Search box to the right of Help menu to search for menu, toolbar, context menu, app, etc. click on the found item to launch the tool or execute the action.

ORG-30352

User-customizable shortcut keys

Ctrl+Prefix, Ctrl+Key for menus and toolbars

  1. Preferences: Key Chords… (Ctrl+Alt+K) to set Prefix and view 2nd Keys.

  2. Press Ctrl+Shift while clicking on menu/toolbar buttons to add hotkeys for menu/toolbar.

ORG-30294

Hotkeys for tools toolbar

Single letter/number hotkey for tools on Tools toolbar

Mouse over toolbar buttons on Tools toolbar to see the hotkeys.

image-20241209-222443.png

E.g. With graph active,

  • Press1 will enter scale in mode.

  • Press H will enter Data Highlight mode

  • Press 9 will enter add straight line mode.

No need to press ESC key to switch modes. E.g. press 9 to enter Add Straight Line mode. press 7 to switch to Add Straight Arrow mode.

ORG-30324

Graph: Fixed Scale Factor menu improvements

Scale factor will be set to 1 without need to open dialog

By default many graph types are set so text, line, etc. graph element scales with layer frame. When a layer is shrunk, the text or line resizes. That’s why when you select text in graph, on status bar, it shows two Size (actual) = 22 (10.1)

Most users just want to set the Scaling factor to 1 so element doesn’t resize with layer. There is really no need to popup a dialog which most users just click OK to close it.

ORG-30206

Pin files on top of the Recent Origin Files Dialog

Pin favorite or common used files on top of the Recent Origin Files dialog

  1. Double click gray area in workspace to open Recent Origin Files dialog.

  2. Right click file(s) and choose Pin to stick file(s) on top of the dialog.

ORG-30125

Add Row MTB should use new Statistics Tick label

Support five more statistics parameters in Add Row mini toolbar button in box chart table

ORG-30125.png

ORG-30279

Prompt Message When Saving Large Projects where Data is Excluded

Prompt Message When Saving Large Projects where Data is Excluded

ORG-30279_S1.png

ORG-25432 S2

Change OPJU File Type to Origin Project

In Origin2025b, OGGU and OPJU changed as “Origin Project or Graph

ORG-25432_S2.png

ORG-30063

Small Icon for graph and project looked the same, should be updated

Small Icon for graph and project looked the same, should be updated

ORG-30063_S1_Type.png

ORG-30061

Recent Project to invoke browser to authorize

Support open browser to authorize when open invalid project from cloud by recent projects menu/recent origin files dialog.

ask for authorize.jpg

ORG-30047

Project Saved to Cloud To Support more local file properties

Show Preview image, Modified time, Size for project from cloud on Recent Origin Files dialog.

preview and modified and size.jpg

  • No labels