GithubHelp home page GithubHelp logo

carlosleyvaayala / xedit-scripts Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 1.0 314 KB

Scripts for xEdit (mostly used for Skyrim)

License: GNU General Public License v3.0

Pascal 81.23% HTML 16.64% F# 2.13%
xedit skyrim skyrim-special-edition skyrim-modding skyrim-se delphiscript pascal-language

xedit-scripts's Introduction

xEdit-Scripts

Scripts for xEdit (mostly used for Skyrim)

xedit-scripts's People

Contributors

carlosleyvaayala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

clayne

xedit-scripts's Issues

[Batch Renamer] Canceling closes the form

Issue

will you be able to make the script when you press cancel, instead of closing the window, you go back 1 step. So many times I've clicked the wrong button which I want to go back 1 step but have to reapply script and redo all over again.

I know right.
Look at the source code. This function gets called when you cancel:

procedure LogInputqueryFault;
const 
  s = 'Sorry. HAD TO CLOSE, otherwise InputQuery acts weird and won''t get your input. Someday I''ll find a workaround to this problem, just not today.';
  sp = '****************************************************';
begin
{
  Sadly, DelphiScript is not full fledged Delphi. Even though DelphiScript supports
  "out" variables, they seem to act somewhat weird under certain conditions.
  
  It was my desire not to close the Form when user cancels an input, so to give
  them a chance to try again, but InputQuery just starts acting weird when doing
  so; it opens the message prompt with some Chinese characters in the edit box
  and once it does that, I get blank values instead of what the user wrote.
  
  It may be a problem on DelphiScript or it may be the way xEdit calls DelphiScript,
  I don't know. Maybe some day I'll get to find a workaround for that problem.
  In the meantime, this message tells the user I'm aware of this behavior and I 
  also think it's annoying.
}
  AddMessage(sp);
  AddMessage(s);
  AddMessage(sp);
end;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.