Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to take uncompressed ace-diff latest version ? #51

Closed
vinothwindows47 opened this issue Aug 9, 2018 · 9 comments
Closed

How to take uncompressed ace-diff latest version ? #51

vinothwindows47 opened this issue Aug 9, 2018 · 9 comments

Comments

@vinothwindows47
Copy link

No description provided.

@JackuB
Copy link
Collaborator

JackuB commented Aug 9, 2018

You mean this one? https://github.com/ace-diff/ace-diff/blob/master/src/index.js

Unminified built version is not part of the release. You have any use case for that?

@vinothwindows47
Copy link
Author

I am using ace-diff - v1.0.0 - I have changed a lot in that ace-diff version . But currently ace diff - v2.2.0 totally different from v1.0.0. I have some bug in that (1.0.0) ace diff due to ace version migration changes . I want fix it to migrate latest version . But I can't migrate latest version .

@JackuB
Copy link
Collaborator

JackuB commented Aug 11, 2018

I’m not following.

Anyway, you could always build whatever you need from ES6 source.
If there is a bug, want to share it so we can fix current version? Or what did you change in your v1 copy?

@vinothwindows47
Copy link
Author

Hi @JackuB ,

 I want some features in ace-diff new version ,
  1. Wrap Lines options in diff mode .
  2. Synchronize scroll option
  3. Exact Line Diff
    ace_diff_exact_line_diff
  4. Navigate Next and Prev Diff Option
    navigate_next_diff_option
  5. Ignoring White Space option
  6. Inline Diff View - Ace Diff

@vinothwindows47
Copy link
Author

@JackuB - Any idea about this ?

@JackuB
Copy link
Collaborator

JackuB commented Sep 3, 2018

Still not clear from your description what are you trying to achieve. You have the source available in the npm package

@vinothwindows47
Copy link
Author

Hi @JackuB , Ace editor did not provide integrated diff features with the editor itself. So we decided to use AceDiff. When I had taken AceDiff to integrate with our application, which released version is 1.0. After integrated with our application, we realized that we have missed a lot of basic functionalities in that AceDiff. So, I raised issues and feature requirement to AceDiff Developers. At one point, AceDiff development was totally stopped by that Developers. So, We have fixed issues & implemented features such as synchronized scroll, Navigate next and prev diff etc... by changing the original source code of AceDiff.
A few months back, I saw AceDiff release version 2.0. So, I wanted to migrate it. But I could not migrate it, because AceDiff source code is entirely different from 1.0 to 2.0. I was helpless. So I raised a issue infront of you.

As a basic diff tool, everyone is expecting few fundamental features. I have listed out in the above comments. If it is possible or any idea of making those features as a road map, that's our choice.

@JackuB
Copy link
Collaborator

JackuB commented Sep 5, 2018

Any chance you could open pull requests with the things you developed/want?

@vinothwindows47
Copy link
Author

Initially, I will do migrate it with the latest one and verify the changed code and send pull request .

@JackuB JackuB closed this as completed Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants