Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

AIE Drag and Drop Story Paritioner (v1.0.0.1 fix)

By: ChallengerAppeared on Dec 21st, 2013  |  syntax: None  |  size: 1.36 KB  |  hits: 148  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Windows:
  2. http://puu.sh/5UC53
  3. https://dl.dropboxusercontent.com/u/262989818/aie%20programs/windows/AieStoryBreaker.zip
  4. (Requires .NET 4.0)
  5.  
  6. Linux (May also work on OSX, if a macfag could let me know, that'd be grand):
  7. https://dl.dropboxusercontent.com/u/262989818/aie%20programs/linux/AieStoryBreaker_v2.py
  8. (requires the python-tk package)
  9.  
  10. Program is in bin
  11. Source code in sauce
  12. Program should be self explanatory
  13.  
  14. Report bugs to [email protected] with a description of what you were doing at the time, any error messages, and if you'd like, the file you were working with.
  15.  
  16. Feel free to request new features or other new programs at same address.
  17.  
  18. Windows:
  19. v1.0.0.0:
  20. - Initial Release
  21.  
  22. v1.0.0.1:
  23. - Fixed a bug where clicking the area outside of any elements would act the same as clicking the "Split!" Button, Which could cause crashes if no story was loaded
  24. - Elements now scale and shift when the windows is resized
  25. - Changed the window title to the name of the program and the version number
  26. - Added a check box to allow the user to set whether or not the tabs wrapped lines that were too long
  27. - Tabs now have scrollbars
  28. - Added more code documentation
  29. - Added a warning if the user drags a file with an extension other than '.txt'
  30. - Added code to load an icon, which will remain locked until an icon is made/found
  31.  
  32. Linux:
  33. v1.0.0.0:
  34. - Initial Release